From d0feb8307f1f32334dd334f611aef0d0ae439d9b Mon Sep 17 00:00:00 2001 From: Louise Davies Date: Tue, 21 Jun 2022 14:27:16 +0100 Subject: [PATCH] Update version numbers & changelog for v1.1.0 --- CHANGELOG-BASE.md | 5 +++ CHANGELOG.md | 38 ++++++++++++++++++++++ lerna.json | 6 ++-- package.json | 2 +- packages/datagateway-common/package.json | 4 +-- packages/datagateway-dataview/package.json | 6 ++-- packages/datagateway-download/package.json | 6 ++-- packages/datagateway-search/package.json | 6 ++-- 8 files changed, 59 insertions(+), 14 deletions(-) create mode 100644 CHANGELOG-BASE.md diff --git a/CHANGELOG-BASE.md b/CHANGELOG-BASE.md new file mode 100644 index 000000000..2f1e9e7d0 --- /dev/null +++ b/CHANGELOG-BASE.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1e9e7d0..c7cd836fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [v1.1.0](https://github.com/ral-facilities/datagateway/tree/v1.1.0) (2022-06-21) + +[Full Changelog](https://github.com/ral-facilities/datagateway/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- \#1174 - changed Title icon to Subject icon [\#1259](https://github.com/ral-facilities/datagateway/pull/1259) ([LunaBarrett](https://github.com/LunaBarrett)) +- Customising notification message if it concerns session expiry \#1209 [\#1248](https://github.com/ral-facilities/datagateway/pull/1248) ([sam-glendenning](https://github.com/sam-glendenning)) +- Adding alert label if file/size limit exceeded in selections table \#1183 [\#1228](https://github.com/ral-facilities/datagateway/pull/1228) ([sam-glendenning](https://github.com/sam-glendenning)) +- Download tables sort by requested time descending by default \#1176 [\#1226](https://github.com/ral-facilities/datagateway/pull/1226) ([sam-glendenning](https://github.com/sam-glendenning)) +- Adding ability to use DatePicker or DateTimePicker in date filter column \#1175 [\#1216](https://github.com/ral-facilities/datagateway/pull/1216) ([sam-glendenning](https://github.com/sam-glendenning)) +- Refactor download cart to improve performance [\#1185](https://github.com/ral-facilities/datagateway/pull/1185) ([louise-davies](https://github.com/louise-davies)) + +**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)) +- Fix breadcrumbs visual glitch [\#1252](https://github.com/ral-facilities/datagateway/pull/1252) ([louise-davies](https://github.com/louise-davies)) +- Prevent querying for cart on homepage & fix admin download table queries [\#1250](https://github.com/ral-facilities/datagateway/pull/1250) ([louise-davies](https://github.com/louise-davies)) +- Preventing download of empty files \#1195 [\#1232](https://github.com/ral-facilities/datagateway/pull/1232) ([sam-glendenning](https://github.com/sam-glendenning)) +- Fix selection errors \#1210 [\#1231](https://github.com/ral-facilities/datagateway/pull/1231) ([louise-davies](https://github.com/louise-davies)) + +**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 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)) + +**Merged pull requests:** + +- 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) Initial release for ISIS + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/lerna.json b/lerna.json index 427ac247d..152423978 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,8 @@ { - "packages": ["packages/*"], - "version": "0.0.0", + "packages": [ + "packages/*" + ], + "version": "1.1.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 0ac61f06d..a0e9bafc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "datagateway", "private": true, - "version": "1.0.0", + "version": "1.1.0", "workspaces": [ "packages/*" ], diff --git a/packages/datagateway-common/package.json b/packages/datagateway-common/package.json index 0ec07bcb5..91aa9f7c1 100644 --- a/packages/datagateway-common/package.json +++ b/packages/datagateway-common/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-common", - "version": "1.0.0", + "version": "1.1.0", "private": true, "files": [ "lib" @@ -115,4 +115,4 @@ ], "resetMocks": false } -} \ No newline at end of file +} diff --git a/packages/datagateway-dataview/package.json b/packages/datagateway-dataview/package.json index e3168833e..8f1c47208 100644 --- a/packages/datagateway-dataview/package.json +++ b/packages/datagateway-dataview/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-dataview", - "version": "1.0.0", + "version": "1.1.0", "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.0.0", + "datagateway-common": "^1.1.0", "date-fns": "^2.28.0", "history": "^4.10.1", "i18next": "^21.6.13", @@ -126,4 +126,4 @@ "serve": "^13.0.2", "start-server-and-test": "^1.14.0" } -} \ No newline at end of file +} diff --git a/packages/datagateway-download/package.json b/packages/datagateway-download/package.json index a32735e7c..65d96d60d 100644 --- a/packages/datagateway-download/package.json +++ b/packages/datagateway-download/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-download", - "version": "1.0.0", + "version": "1.1.0", "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.0.0", + "datagateway-common": "^1.1.0", "date-fns": "^2.28.0", "date-fns-tz": "^1.1.6", "history": "^4.10.1", @@ -108,4 +108,4 @@ ], "resetMocks": false } -} \ No newline at end of file +} diff --git a/packages/datagateway-search/package.json b/packages/datagateway-search/package.json index 2122a30eb..d4f672865 100644 --- a/packages/datagateway-search/package.json +++ b/packages/datagateway-search/package.json @@ -1,6 +1,6 @@ { "name": "datagateway-search", - "version": "1.0.0", + "version": "1.1.0", "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.0.0", + "datagateway-common": "^1.1.0", "date-fns": "^2.28.0", "history": "^4.10.1", "i18next": "^21.6.13", @@ -122,4 +122,4 @@ "serve": "^13.0.2", "start-server-and-test": "^1.14.0" } -} \ No newline at end of file +}