Skip to content

Commit 79a3f5c

Browse files
committed
Update version numbers & changelog for v2.2.0
1 parent 58cd7fc commit 79a3f5c

File tree

7 files changed

+23
-12
lines changed

7 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v2.2.0](https://github.com/ral-facilities/datagateway/tree/v2.2.0) (2025-05-16)
4+
5+
## What's Changed
6+
7+
### Features
8+
9+
* Handle isDeleted and no prepared id cases in progress bars by @louise-davies in https://github.com/ral-facilities/datagateway/pull/1715
10+
* Restore visit button #1694 by @louise-davies in https://github.com/ral-facilities/datagateway/pull/1714
11+
12+
**Full Changelog**: https://github.com/ral-facilities/datagateway/compare/v2.1.1...2.2.0
13+
314
## [v2.1.1](https://github.com/ral-facilities/datagateway/tree/v2.1.1) (2025-03-18)
415

516
## What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datagateway",
33
"private": true,
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"workspaces": [
66
"packages/*"
77
],

packages/datagateway-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datagateway-common",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"files": [
66
"lib"

packages/datagateway-dataview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datagateway-dataview",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "7.1.0",
@@ -22,7 +22,7 @@
2222
"axios": "1.8.3",
2323
"connected-react-router": "6.9.1",
2424
"custom-event-polyfill": "1.0.7",
25-
"datagateway-common": "^2.1.1",
25+
"datagateway-common": "^2.2.0",
2626
"date-fns": "2.30.0",
2727
"eslint-config-prettier": "8.10.0",
2828
"eslint-plugin-cypress": "2.15.1",

packages/datagateway-download/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datagateway-download",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "7.1.0",
@@ -17,7 +17,7 @@
1717
"@types/react-router-dom": "5.3.3",
1818
"@types/react-virtualized": "9.21.10",
1919
"axios": "1.8.3",
20-
"datagateway-common": "^2.1.1",
20+
"datagateway-common": "^2.2.0",
2121
"date-fns": "2.30.0",
2222
"date-fns-tz": "2.0.0",
2323
"eslint-config-prettier": "8.10.0",

packages/datagateway-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datagateway-search",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "7.1.0",
@@ -23,7 +23,7 @@
2323
"axios": "1.8.3",
2424
"connected-react-router": "6.9.1",
2525
"custom-event-polyfill": "1.0.7",
26-
"datagateway-common": "^2.1.1",
26+
"datagateway-common": "^2.2.0",
2727
"date-fns": "2.30.0",
2828
"eslint-config-prettier": "8.10.0",
2929
"eslint-plugin-cypress": "2.15.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6313,7 +6313,7 @@ __metadata:
63136313
languageName: node
63146314
linkType: hard
63156315

6316-
"datagateway-common@^2.1.1, datagateway-common@workspace:packages/datagateway-common":
6316+
"datagateway-common@^2.2.0, datagateway-common@workspace:packages/datagateway-common":
63176317
version: 0.0.0-use.local
63186318
resolution: "datagateway-common@workspace:packages/datagateway-common"
63196319
dependencies:
@@ -6413,7 +6413,7 @@ __metadata:
64136413
custom-event-polyfill: 1.0.7
64146414
cypress: 13.6.4
64156415
cypress-failed-log: 2.10.0
6416-
datagateway-common: ^2.1.1
6416+
datagateway-common: ^2.2.0
64176417
date-fns: 2.30.0
64186418
eslint: 8.56.0
64196419
eslint-config-prettier: 8.10.0
@@ -6483,7 +6483,7 @@ __metadata:
64836483
cross-env: 7.0.3
64846484
cypress: 13.6.4
64856485
cypress-failed-log: 2.10.0
6486-
datagateway-common: ^2.1.1
6486+
datagateway-common: ^2.2.0
64876487
date-fns: 2.30.0
64886488
date-fns-tz: 2.0.0
64896489
eslint: 8.56.0
@@ -6557,7 +6557,7 @@ __metadata:
65576557
custom-event-polyfill: 1.0.7
65586558
cypress: 13.6.4
65596559
cypress-failed-log: 2.10.0
6560-
datagateway-common: ^2.1.1
6560+
datagateway-common: ^2.2.0
65616561
date-fns: 2.30.0
65626562
eslint: 8.56.0
65636563
eslint-config-prettier: 8.10.0

0 commit comments

Comments
 (0)