From f0e75b6da3fca0d6337008ece3bc208915d5a9cd Mon Sep 17 00:00:00 2001 From: Louise Davies Date: Wed, 24 Aug 2022 15:03:19 +0100 Subject: [PATCH] Update version numbers & changelog for v1.1.1 --- CHANGELOG.md | 18 ++++++++++++++---- lerna.json | 2 +- packages/datagateway-common/package.json | 2 +- packages/datagateway-dataview/package.json | 4 ++-- packages/datagateway-download/package.json | 4 ++-- packages/datagateway-search/package.json | 4 ++-- 6 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cd836fb..46577b0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v1.1.0](https://github.com/ral-facilities/datagateway/tree/v1.1.0) (2022-06-21) +## [v1.1.1](https://github.com/ral-facilities/datagateway/tree/v1.1.1) (2022-08-24) + +[Full Changelog](https://github.com/ral-facilities/datagateway/compare/v1.1.0...v1.1.1) + +**Fixed bugs:** + +- \#1397 - make fileCountMax / totalSizeMax optional [\#1398](https://github.com/ral-facilities/datagateway/pull/1398) ([louise-davies](https://github.com/louise-davies)) + +## [v1.1.0](https://github.com/ral-facilities/datagateway/tree/v1.1.0) (2022-06-23) [Full Changelog](https://github.com/ral-facilities/datagateway/compare/v1.0.0...v1.1.0) @@ -15,7 +23,6 @@ **Fixed bugs:** -- Errors when multi selecting items for the cart [\#1210](https://github.com/ral-facilities/datagateway/issues/1210) - Bugfix/disable download button \#1261 [\#1266](https://github.com/ral-facilities/datagateway/pull/1266) ([louise-davies](https://github.com/louise-davies)) - Bugfix/fix token refresh error \#1257 [\#1262](https://github.com/ral-facilities/datagateway/pull/1262) ([louise-davies](https://github.com/louise-davies)) - \#1196 - Use MUI theme background colour for breadcrumb gaps [\#1253](https://github.com/ral-facilities/datagateway/pull/1253) ([louise-davies](https://github.com/louise-davies)) @@ -27,13 +34,16 @@ **Security fixes:** - Bump async from 2.6.3 to 2.6.4 [\#1274](https://github.com/ral-facilities/datagateway/pull/1274) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ejs from 3.1.6 to 3.1.7 [\#1245](https://github.com/ral-facilities/datagateway/pull/1245) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump minimist from 1.2.5 to 1.2.6 [\#1197](https://github.com/ral-facilities/datagateway/pull/1197) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump node-forge from 1.2.1 to 1.3.0 [\#1179](https://github.com/ral-facilities/datagateway/pull/1179) ([dependabot[bot]](https://github.com/apps/dependabot)) **Merged pull requests:** +- Release v1.1.0 [\#1296](https://github.com/ral-facilities/datagateway/pull/1296) ([louise-davies](https://github.com/louise-davies)) - Merge main into develop [\#1288](https://github.com/ral-facilities/datagateway/pull/1288) ([louise-davies](https://github.com/louise-davies)) -- Bump ejs from 3.1.6 to 3.1.7 [\#1245](https://github.com/ral-facilities/datagateway/pull/1245) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump node-forge from 1.2.1 to 1.3.0 [\#1179](https://github.com/ral-facilities/datagateway/pull/1179) ([dependabot[bot]](https://github.com/apps/dependabot)) + + ## [v1.0.0](https://github.com/ral-facilities/datagateway/tree/v1.0.0) (2022-03-31) diff --git a/lerna.json b/lerna.json index 152423978..aee0bbd24 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.1.0", + "version": "1.1.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/datagateway-common/package.json b/packages/datagateway-common/package.json index 91aa9f7c1..34d2fab4e 100644 --- a/packages/datagateway-common/package.json +++ b/packages/datagateway-common/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-common", - "version": "1.1.0", + "version": "1.1.1", "private": true, "files": [ "lib" diff --git a/packages/datagateway-dataview/package.json b/packages/datagateway-dataview/package.json index 8f1c47208..d0696330a 100644 --- a/packages/datagateway-dataview/package.json +++ b/packages/datagateway-dataview/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-dataview", - "version": "1.1.0", + "version": "1.1.1", "private": true, "dependencies": { "@material-ui/core": "^4.11.3", @@ -14,7 +14,7 @@ "axios": "^0.26.0", "connected-react-router": "^6.9.1", "custom-event-polyfill": "^1.0.7", - "datagateway-common": "^1.1.0", + "datagateway-common": "^1.1.1", "date-fns": "^2.28.0", "history": "^4.10.1", "i18next": "^21.6.13", diff --git a/packages/datagateway-download/package.json b/packages/datagateway-download/package.json index 65d96d60d..868d2a831 100644 --- a/packages/datagateway-download/package.json +++ b/packages/datagateway-download/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-download", - "version": "1.1.0", + "version": "1.1.1", "private": true, "dependencies": { "@material-ui/core": "^4.11.3", @@ -11,7 +11,7 @@ "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "axios": "^0.26.0", - "datagateway-common": "^1.1.0", + "datagateway-common": "^1.1.1", "date-fns": "^2.28.0", "date-fns-tz": "^1.1.6", "history": "^4.10.1", diff --git a/packages/datagateway-search/package.json b/packages/datagateway-search/package.json index d4f672865..930146f89 100644 --- a/packages/datagateway-search/package.json +++ b/packages/datagateway-search/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-search", - "version": "1.1.0", + "version": "1.1.1", "private": true, "dependencies": { "@date-io/date-fns": "^1.3.13", @@ -14,7 +14,7 @@ "axios": "^0.26.0", "connected-react-router": "^6.9.1", "custom-event-polyfill": "^1.0.7", - "datagateway-common": "^1.1.0", + "datagateway-common": "^1.1.1", "date-fns": "^2.28.0", "history": "^4.10.1", "i18next": "^21.6.13",