Skip to content

Commit

Permalink
Update version number & changelog for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Jul 24, 2024
1 parent 4b8a1c3 commit 6cb8de5
Show file tree
Hide file tree
Showing 9 changed files with 812 additions and 12 deletions.
523 changes: 523 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.7.0.cjs
275 changes: 275 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datagateway",
"private": true,
"version": "1.1.3",
"version": "2.0.0",
"workspaces": [
"packages/*"
],
Expand Down
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": "1.1.3",
"version": "2.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": "1.1.3",
"version": "2.0.0",
"private": true,
"dependencies": {
"@craco/craco": "7.1.0",
Expand All @@ -22,7 +22,7 @@
"axios": "1.6.1",
"connected-react-router": "6.9.1",
"custom-event-polyfill": "1.0.7",
"datagateway-common": "^1.1.3",
"datagateway-common": "^2.0.0",
"date-fns": "2.30.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.15.1",
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": "1.1.3",
"version": "2.0.0",
"private": true,
"dependencies": {
"@craco/craco": "7.1.0",
Expand All @@ -17,7 +17,7 @@
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"axios": "1.6.1",
"datagateway-common": "^1.1.3",
"datagateway-common": "^2.0.0",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"eslint-config-prettier": "8.10.0",
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": "1.1.3",
"version": "2.0.0",
"private": true,
"dependencies": {
"@craco/craco": "7.1.0",
Expand All @@ -23,7 +23,7 @@
"axios": "1.6.1",
"connected-react-router": "6.9.1",
"custom-event-polyfill": "1.0.7",
"datagateway-common": "^1.1.3",
"datagateway-common": "^2.0.0",
"date-fns": "2.30.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.15.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6344,7 +6344,7 @@ __metadata:
languageName: node
linkType: hard

"datagateway-common@^1.1.3, datagateway-common@workspace:packages/datagateway-common":
"datagateway-common@^2.0.0, datagateway-common@workspace:packages/datagateway-common":
version: 0.0.0-use.local
resolution: "datagateway-common@workspace:packages/datagateway-common"
dependencies:
Expand Down Expand Up @@ -6444,7 +6444,7 @@ __metadata:
custom-event-polyfill: 1.0.7
cypress: 13.6.4
cypress-failed-log: 2.10.0
datagateway-common: ^1.1.3
datagateway-common: ^2.0.0
date-fns: 2.30.0
eslint: 8.56.0
eslint-config-prettier: 8.10.0
Expand Down Expand Up @@ -6513,7 +6513,7 @@ __metadata:
cross-env: 7.0.3
cypress: 13.6.4
cypress-failed-log: 2.10.0
datagateway-common: ^1.1.3
datagateway-common: ^2.0.0
date-fns: 2.30.0
date-fns-tz: 2.0.0
eslint: 8.56.0
Expand Down Expand Up @@ -6584,7 +6584,7 @@ __metadata:
custom-event-polyfill: 1.0.7
cypress: 13.6.4
cypress-failed-log: 2.10.0
datagateway-common: ^1.1.3
datagateway-common: ^2.0.0
date-fns: 2.30.0
eslint: 8.56.0
eslint-config-prettier: 8.10.0
Expand Down

0 comments on commit 6cb8de5

Please sign in to comment.