Skip to content

Commit

Permalink
Merge pull request #1207 from ral-facilities/release/1.0.0
Browse files Browse the repository at this point in the history
Update version numbers
  • Loading branch information
louise-davies authored Jun 16, 2022
2 parents faa9de3 + aa8d47d commit 3a5073e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [v1.0.0](https://github.com/ral-facilities/datagateway/tree/v1.0.0) (2022-03-31)

Initial release for ISIS
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datagateway",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"workspaces": [
"packages/*"
],
Expand All @@ -24,4 +24,4 @@
"postinstall": "husky install"
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datagateway-common",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"files": [
"lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datagateway-dataview",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -14,7 +14,7 @@
"axios": "^0.26.0",
"connected-react-router": "^6.9.1",
"custom-event-polyfill": "^1.0.7",
"datagateway-common": "0.1.0",
"datagateway-common": "1.0.0",
"date-fns": "^2.28.0",
"history": "^4.10.1",
"i18next": "^21.6.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datagateway-download",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -10,7 +10,7 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"axios": "^0.26.0",
"datagateway-common": "0.1.0",
"datagateway-common": "1.0.0",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.1.6",
"history": "^4.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datagateway-search",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
Expand All @@ -14,7 +14,7 @@
"axios": "^0.26.0",
"connected-react-router": "^6.9.1",
"custom-event-polyfill": "^1.0.7",
"datagateway-common": "0.1.0",
"datagateway-common": "1.0.0",
"date-fns": "^2.28.0",
"history": "^4.10.1",
"i18next": "^21.6.13",
Expand Down

0 comments on commit 3a5073e

Please sign in to comment.