Skip to content

Commit 57cdd36

Browse files
authored
Merge pull request #346 from DIRACGrid/release-please--branches--main
chore: release main
2 parents b0ba08c + b636793 commit 57cdd36

File tree

10 files changed

+115
-17
lines changed

10 files changed

+115
-17
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.1.0-a5",
3-
"packages/extensions": "0.1.0-a5",
4-
"packages/diracx-web": "0.1.0-a5",
5-
"packages/diracx-web-components": "0.1.0-a5"
2+
".": "0.1.0-a6",
3+
"packages/extensions": "0.1.0-a6",
4+
"packages/diracx-web": "0.1.0-a6",
5+
"packages/diracx-web-components": "0.1.0-a6"
66
}

CHANGELOG.md

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

3+
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* add share and import features ([51d243c](https://github.com/DIRACGrid/diracx-web/commit/51d243c5e866e0e245e2a0f502100eea05df9284))
9+
* add share and import features ([a909cde](https://github.com/DIRACGrid/diracx-web/commit/a909cded56ab32cb332c7afab8ef258b1d65add5))
10+
* handle outdated imported states with automatic structure update ([b0ba08c](https://github.com/DIRACGrid/diracx-web/commit/b0ba08cc8a1a7e76ceb520c391983cccd155b1ca))
11+
* handle outdated imported states with automatic structure update ([c4bf803](https://github.com/DIRACGrid/diracx-web/commit/c4bf803681207052fff81d0663ee0b53835d93dd))
12+
* move FilterToolbar from DataTable to JobMonitor + remove filters from URL ([9d208cd](https://github.com/DIRACGrid/diracx-web/commit/9d208cde8d33b0e7b3f8ea055c3ce2aa2930204d))
13+
* point to the new documentation and make it flexible ([aa12598](https://github.com/DIRACGrid/diracx-web/commit/aa12598d54cbd4388dd3bc34cf7c6c2885caa0bf))
14+
* point to the new documentation and make it flexible ([46de738](https://github.com/DIRACGrid/diracx-web/commit/46de73897d9113f46c18d9f51973783cef03b2bb))
15+
* the JobHistoryDialog component relies on Stepper instead of Table ([bfed3b8](https://github.com/DIRACGrid/diracx-web/commit/bfed3b8e4720cb591265775d85b16b6494d0461d))
16+
* use FilterToolbar from JobMonitor instead of from DataTable ([2e9618e](https://github.com/DIRACGrid/diracx-web/commit/2e9618e485077edfc5b0a39dc2d5e0867e93940e))
17+
18+
19+
### Bug Fixes
20+
21+
* oidc issue forcing users to remove session storage ([5b75aa4](https://github.com/DIRACGrid/diracx-web/commit/5b75aa43af9423feea3c8582aba382e6d0730b16))
22+
* oidc issue forcing users to remove session storage ([2125136](https://github.com/DIRACGrid/diracx-web/commit/2125136f0e380dcc3edf0132c16bb42f5242c16a))
23+
* remove the dashboard from the url and remove the BaseApp ([e429b91](https://github.com/DIRACGrid/diracx-web/commit/e429b911fd74233c156ea9fc51daa0b5bbadb2c7))
24+
* remove the dashboard from the url and remove the BaseApp ([49fc56c](https://github.com/DIRACGrid/diracx-web/commit/49fc56c41abd51ad81710084dc7fad7f3765477a))
25+
* review suggestions ([2116630](https://github.com/DIRACGrid/diracx-web/commit/211663064539cc5311393a68f796c70a977713d5))
26+
* review suggestions ([502f543](https://github.com/DIRACGrid/diracx-web/commit/502f543bc626d8a26fd702d1504ebcf289df00b1))
27+
328
## [0.1.0-a5](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a4...v0.1.0-a5) (2025-05-09)
429

530

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diracx-web-root",
3-
"version": "0.1.0-a5",
3+
"version": "0.1.0-a6",
44
"private": true,
55
"workspaces": [
66
"packages/diracx-web-components",

packages/diracx-web-components/CHANGELOG.md

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

3+
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* add share and import features ([51d243c](https://github.com/DIRACGrid/diracx-web/commit/51d243c5e866e0e245e2a0f502100eea05df9284))
9+
* add share and import features ([a909cde](https://github.com/DIRACGrid/diracx-web/commit/a909cded56ab32cb332c7afab8ef258b1d65add5))
10+
* handle outdated imported states with automatic structure update ([b0ba08c](https://github.com/DIRACGrid/diracx-web/commit/b0ba08cc8a1a7e76ceb520c391983cccd155b1ca))
11+
* handle outdated imported states with automatic structure update ([c4bf803](https://github.com/DIRACGrid/diracx-web/commit/c4bf803681207052fff81d0663ee0b53835d93dd))
12+
* move FilterToolbar from DataTable to JobMonitor + remove filters from URL ([9d208cd](https://github.com/DIRACGrid/diracx-web/commit/9d208cde8d33b0e7b3f8ea055c3ce2aa2930204d))
13+
* point to the new documentation and make it flexible ([aa12598](https://github.com/DIRACGrid/diracx-web/commit/aa12598d54cbd4388dd3bc34cf7c6c2885caa0bf))
14+
* point to the new documentation and make it flexible ([46de738](https://github.com/DIRACGrid/diracx-web/commit/46de73897d9113f46c18d9f51973783cef03b2bb))
15+
* the JobHistoryDialog component relies on Stepper instead of Table ([bfed3b8](https://github.com/DIRACGrid/diracx-web/commit/bfed3b8e4720cb591265775d85b16b6494d0461d))
16+
* use FilterToolbar from JobMonitor instead of from DataTable ([2e9618e](https://github.com/DIRACGrid/diracx-web/commit/2e9618e485077edfc5b0a39dc2d5e0867e93940e))
17+
18+
19+
### Bug Fixes
20+
21+
* oidc issue forcing users to remove session storage ([5b75aa4](https://github.com/DIRACGrid/diracx-web/commit/5b75aa43af9423feea3c8582aba382e6d0730b16))
22+
* oidc issue forcing users to remove session storage ([2125136](https://github.com/DIRACGrid/diracx-web/commit/2125136f0e380dcc3edf0132c16bb42f5242c16a))
23+
* remove the dashboard from the url and remove the BaseApp ([e429b91](https://github.com/DIRACGrid/diracx-web/commit/e429b911fd74233c156ea9fc51daa0b5bbadb2c7))
24+
* remove the dashboard from the url and remove the BaseApp ([49fc56c](https://github.com/DIRACGrid/diracx-web/commit/49fc56c41abd51ad81710084dc7fad7f3765477a))
25+
* review suggestions ([2116630](https://github.com/DIRACGrid/diracx-web/commit/211663064539cc5311393a68f796c70a977713d5))
26+
* review suggestions ([502f543](https://github.com/DIRACGrid/diracx-web/commit/502f543bc626d8a26fd702d1504ebcf289df00b1))
27+
328
## [0.1.0-a5](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a4...v0.1.0-a5) (2025-05-09)
429

530

packages/diracx-web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dirac-grid/diracx-web-components",
3-
"version": "0.1.0-a5",
3+
"version": "0.1.0-a6",
44
"repository": "https://github.com/DIRACGrid/diracx-web",
55
"description": "Useful components for diracx-web",
66
"publishConfig": {

packages/diracx-web/CHANGELOG.md

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

3+
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* add share and import features ([51d243c](https://github.com/DIRACGrid/diracx-web/commit/51d243c5e866e0e245e2a0f502100eea05df9284))
9+
* add share and import features ([a909cde](https://github.com/DIRACGrid/diracx-web/commit/a909cded56ab32cb332c7afab8ef258b1d65add5))
10+
* handle outdated imported states with automatic structure update ([b0ba08c](https://github.com/DIRACGrid/diracx-web/commit/b0ba08cc8a1a7e76ceb520c391983cccd155b1ca))
11+
* handle outdated imported states with automatic structure update ([c4bf803](https://github.com/DIRACGrid/diracx-web/commit/c4bf803681207052fff81d0663ee0b53835d93dd))
12+
* move FilterToolbar from DataTable to JobMonitor + remove filters from URL ([9d208cd](https://github.com/DIRACGrid/diracx-web/commit/9d208cde8d33b0e7b3f8ea055c3ce2aa2930204d))
13+
* use FilterToolbar from JobMonitor instead of from DataTable ([2e9618e](https://github.com/DIRACGrid/diracx-web/commit/2e9618e485077edfc5b0a39dc2d5e0867e93940e))
14+
15+
16+
### Bug Fixes
17+
18+
* remove the dashboard from the url and remove the BaseApp ([e429b91](https://github.com/DIRACGrid/diracx-web/commit/e429b911fd74233c156ea9fc51daa0b5bbadb2c7))
19+
* remove the dashboard from the url and remove the BaseApp ([49fc56c](https://github.com/DIRACGrid/diracx-web/commit/49fc56c41abd51ad81710084dc7fad7f3765477a))
20+
* review suggestions ([2116630](https://github.com/DIRACGrid/diracx-web/commit/211663064539cc5311393a68f796c70a977713d5))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a5 to ^0.1.0-a6
28+
329
## [0.1.0-a5](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a4...v0.1.0-a5) (2025-05-09)
430

531

packages/diracx-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diracx-web",
3-
"version": "0.1.0-a5",
3+
"version": "0.1.0-a6",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@axa-fr/react-oidc": "^7.24.0",
18-
"@dirac-grid/diracx-web-components": "^0.1.0-a5",
18+
"@dirac-grid/diracx-web-components": "^0.1.0-a6",
1919
"@emotion/react": "^11.11.4",
2020
"@emotion/styled": "^11.11.5",
2121
"@mui/icons-material": "^6.4.2",

packages/extensions/CHANGELOG.md

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

3+
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* move FilterToolbar from DataTable to JobMonitor + remove filters from URL ([9d208cd](https://github.com/DIRACGrid/diracx-web/commit/9d208cde8d33b0e7b3f8ea055c3ce2aa2930204d))
9+
* use FilterToolbar from JobMonitor instead of from DataTable ([2e9618e](https://github.com/DIRACGrid/diracx-web/commit/2e9618e485077edfc5b0a39dc2d5e0867e93940e))
10+
11+
12+
### Bug Fixes
13+
14+
* remove the dashboard from the url and remove the BaseApp ([e429b91](https://github.com/DIRACGrid/diracx-web/commit/e429b911fd74233c156ea9fc51daa0b5bbadb2c7))
15+
* remove the dashboard from the url and remove the BaseApp ([49fc56c](https://github.com/DIRACGrid/diracx-web/commit/49fc56c41abd51ad81710084dc7fad7f3765477a))
16+
* review suggestions ([2116630](https://github.com/DIRACGrid/diracx-web/commit/211663064539cc5311393a68f796c70a977713d5))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @dirac-grid/diracx-web-components bumped from 0.1.0-a5 to 0.1.0-a6
24+
325
## [0.1.0-a5](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a4...v0.1.0-a5) (2025-05-09)
426

527

packages/extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gubbins",
3-
"version": "0.1.0-a5",
3+
"version": "0.1.0-a6",
44
"private": true,
55
"type": "module",
66
"license": "GPL-3.0-only",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@axa-fr/react-oidc": "^7.24.0",
19-
"@dirac-grid/diracx-web-components": "0.1.0-a5",
19+
"@dirac-grid/diracx-web-components": "0.1.0-a6",
2020
"@mui/icons-material": "^6.4.2",
2121
"@mui/material": "^6.1.6",
2222
"@mui/utils": "^6.1.6",

0 commit comments

Comments
 (0)