Skip to content

Commit

Permalink
Update version numbers & changelog for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Sep 28, 2023
1 parent 2d73405 commit cbfd5e0
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.1.2](https://github.com/ral-facilities/datagateway/tree/v1.1.2) (2023-09-28)

[Full Changelog](https://github.com/ral-facilities/datagateway/compare/v1.1.1...v1.1.2)

**Fixed bugs:**

- \#1582 - Fix double requests on default sort [\#1583](https://github.com/ral-facilities/datagateway/pull/1583) ([kaperoo](https://github.com/kaperoo))

## [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)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.1",
"version": "1.1.2",
"npmClient": "yarn",
"useWorkspaces": true
}
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": "1.1.0",
"version": "1.1.2",
"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": "1.1.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"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": "^1.1.1",
"datagateway-common": "^1.1.2",
"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": "1.1.1",
"version": "1.1.2",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -11,7 +11,7 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"axios": "^0.26.0",
"datagateway-common": "^1.1.1",
"datagateway-common": "^1.1.2",
"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": "1.1.1",
"version": "1.1.2",
"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": "^1.1.1",
"datagateway-common": "^1.1.2",
"date-fns": "^2.28.0",
"history": "^4.10.1",
"i18next": "^21.6.13",
Expand Down

0 comments on commit cbfd5e0

Please sign in to comment.