Skip to content

Commit 4ad7f82

Browse files
authored
Merge pull request #372 from DIRACGrid/release-please--branches--main
chore: release main
2 parents 4bbc9a9 + 14ee61f commit 4ad7f82

10 files changed

Lines changed: 89 additions & 17 deletions

File tree

.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-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"
2+
".": "0.1.0-a7",
3+
"packages/extensions": "0.1.0-a7",
4+
"packages/diracx-web": "0.1.0-a7",
5+
"packages/diracx-web-components": "0.1.0-a7"
66
}

CHANGELOG.md

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

3+
## [0.1.0-a7](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a6...v0.1.0-a7) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* new Search Bar for the Job Monitor ([4bbc9a9](https://github.com/DIRACGrid/diracx-web/commit/4bbc9a97c8bb4dd324e550847813ec4789599423))
9+
* new Search Bar for the Job Monitor ([8c759ae](https://github.com/DIRACGrid/diracx-web/commit/8c759ae3ec4ac9dca44b0ca74739e1b6df2ec5b2))
10+
* save and load from the local storage ([725a952](https://github.com/DIRACGrid/diracx-web/commit/725a9527240030a6c39bc5f853e64a5b97720860))
11+
* save and load in/from local storage ([2688537](https://github.com/DIRACGrid/diracx-web/commit/2688537d05b01d45fbe858315ac4d0fa504471a5))
12+
13+
14+
### Bug Fixes
15+
16+
* fix the tests of gubbins ([f6dfa3f](https://github.com/DIRACGrid/diracx-web/commit/f6dfa3f76a1d018b17a05294924024583f84b7ec))
17+
* gubbins tests ([e4e2b00](https://github.com/DIRACGrid/diracx-web/commit/e4e2b005c131c14b570a5f7fea3332cbb19a6041))
18+
* owner monitor ([c93d4cf](https://github.com/DIRACGrid/diracx-web/commit/c93d4cf8e9cc914bb06c4c16b35d2748861b6f5b))
19+
* remove the second definition of the application provider ([818adc6](https://github.com/DIRACGrid/diracx-web/commit/818adc6e9e15127f6dd694f13db6334301731db5))
20+
321
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
422

523

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-a6",
3+
"version": "0.1.0-a7",
44
"private": true,
55
"workspaces": [
66
"packages/diracx-web-components",

packages/diracx-web-components/CHANGELOG.md

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

3+
## [0.1.0-a7](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a6...v0.1.0-a7) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* new Search Bar for the Job Monitor ([4bbc9a9](https://github.com/DIRACGrid/diracx-web/commit/4bbc9a97c8bb4dd324e550847813ec4789599423))
9+
* new Search Bar for the Job Monitor ([8c759ae](https://github.com/DIRACGrid/diracx-web/commit/8c759ae3ec4ac9dca44b0ca74739e1b6df2ec5b2))
10+
* save and load from the local storage ([725a952](https://github.com/DIRACGrid/diracx-web/commit/725a9527240030a6c39bc5f853e64a5b97720860))
11+
* save and load in/from local storage ([2688537](https://github.com/DIRACGrid/diracx-web/commit/2688537d05b01d45fbe858315ac4d0fa504471a5))
12+
13+
14+
### Bug Fixes
15+
16+
* gubbins tests ([e4e2b00](https://github.com/DIRACGrid/diracx-web/commit/e4e2b005c131c14b570a5f7fea3332cbb19a6041))
17+
* remove the second definition of the application provider ([818adc6](https://github.com/DIRACGrid/diracx-web/commit/818adc6e9e15127f6dd694f13db6334301731db5))
18+
319
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
420

521

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-a6",
3+
"version": "0.1.0-a7",
44
"repository": "https://github.com/DIRACGrid/diracx-web",
55
"description": "Useful components for diracx-web",
66
"publishConfig": {

packages/diracx-web/CHANGELOG.md

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

3+
## [0.1.0-a7](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a6...v0.1.0-a7) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* new Search Bar for the Job Monitor ([4bbc9a9](https://github.com/DIRACGrid/diracx-web/commit/4bbc9a97c8bb4dd324e550847813ec4789599423))
9+
* new Search Bar for the Job Monitor ([8c759ae](https://github.com/DIRACGrid/diracx-web/commit/8c759ae3ec4ac9dca44b0ca74739e1b6df2ec5b2))
10+
11+
12+
### Bug Fixes
13+
14+
* gubbins tests ([e4e2b00](https://github.com/DIRACGrid/diracx-web/commit/e4e2b005c131c14b570a5f7fea3332cbb19a6041))
15+
* remove the second definition of the application provider ([818adc6](https://github.com/DIRACGrid/diracx-web/commit/818adc6e9e15127f6dd694f13db6334301731db5))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a6 to ^0.1.0-a7
23+
324
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
425

526

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-a6",
3+
"version": "0.1.0-a7",
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-a6",
18+
"@dirac-grid/diracx-web-components": "^0.1.0-a7",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.1.0-a7](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a6...v0.1.0-a7) (2025-07-16)
4+
5+
6+
### Bug Fixes
7+
8+
* fix the tests of gubbins ([f6dfa3f](https://github.com/DIRACGrid/diracx-web/commit/f6dfa3f76a1d018b17a05294924024583f84b7ec))
9+
* gubbins tests ([e4e2b00](https://github.com/DIRACGrid/diracx-web/commit/e4e2b005c131c14b570a5f7fea3332cbb19a6041))
10+
* owner monitor ([c93d4cf](https://github.com/DIRACGrid/diracx-web/commit/c93d4cf8e9cc914bb06c4c16b35d2748861b6f5b))
11+
* remove the second definition of the application provider ([818adc6](https://github.com/DIRACGrid/diracx-web/commit/818adc6e9e15127f6dd694f13db6334301731db5))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @dirac-grid/diracx-web-components bumped from 0.1.0-a6 to 0.1.0-a7
19+
320
## [0.1.0-a6](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a5...v0.1.0-a6) (2025-05-28)
421

522

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-a6",
3+
"version": "0.1.0-a7",
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-a6",
19+
"@dirac-grid/diracx-web-components": "0.1.0-a7",
2020
"@mui/icons-material": "^6.4.2",
2121
"@mui/material": "^6.1.6",
2222
"@mui/utils": "^6.1.6",

0 commit comments

Comments
 (0)