Skip to content

Commit 111fe0d

Browse files
chore: release main
1 parent 1e70d8a commit 111fe0d

10 files changed

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

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-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2026-02-24)
4+
5+
6+
### Features
7+
8+
* avoid re fetching the jobs when switching from an app to another ([9cb7bf6](https://github.com/DIRACGrid/diracx-web/commit/9cb7bf6dff379666c1cbc109e8281c1aae402333))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @atlaskit/pragmatic-drag-and-drop-react-drop-indicator to v3 ([876a3c5](https://github.com/DIRACGrid/diracx-web/commit/876a3c51f450e3af70edacc25515d5fe208eb100))
14+
* **deps:** update dependency @types/node to v24 ([055109d](https://github.com/DIRACGrid/diracx-web/commit/055109d279fa0b51b4e930148fcd525a6d8ff77b))
15+
* **deps:** update dependency next to v15.5.10 [security] ([5b93bca](https://github.com/DIRACGrid/diracx-web/commit/5b93bcae99dd0a2d044a00c0880bac113c3ccc06))
16+
* **deps:** update material-ui monorepo ([6b12dca](https://github.com/DIRACGrid/diracx-web/commit/6b12dca8775c68c2e0743abbaf772fd6883b5cc2))
17+
* **deps:** update nextjs monorepo to v16 ([c2cbdb3](https://github.com/DIRACGrid/diracx-web/commit/c2cbdb3f9323fca95a4d77b617e1fb5d29a61992))
18+
* **deps:** update npm dependencies (non-major) ([61643c0](https://github.com/DIRACGrid/diracx-web/commit/61643c0e297137cd64eac7d32b641e8e39efe01e))
19+
* **deps:** update react monorepo ([cb03f7f](https://github.com/DIRACGrid/diracx-web/commit/cb03f7f5204d92af7267b3b63ef4fa33ad805d48))
20+
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([5b6b1b2](https://github.com/DIRACGrid/diracx-web/commit/5b6b1b2fad260094d2848042a85dd0dc4257d0e3))
21+
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([ccce03c](https://github.com/DIRACGrid/diracx-web/commit/ccce03c5a1db2b4e71458d0a3103e2d21e0b06d5))
22+
* **oidc:** revoke only refresh token ([7eb3fd4](https://github.com/DIRACGrid/diracx-web/commit/7eb3fd432960374a3a8ce80696726a20eba8f0c7))
23+
* **oidc:** revoke only refresh token ([209c4ec](https://github.com/DIRACGrid/diracx-web/commit/209c4ec7915324aba6ec5987849d5781dec86266))
24+
325
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
426

527

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

packages/diracx-web-components/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-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2026-02-24)
4+
5+
6+
### Features
7+
8+
* avoid re fetching the jobs when switching from an app to another ([9cb7bf6](https://github.com/DIRACGrid/diracx-web/commit/9cb7bf6dff379666c1cbc109e8281c1aae402333))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @atlaskit/pragmatic-drag-and-drop-react-drop-indicator to v3 ([876a3c5](https://github.com/DIRACGrid/diracx-web/commit/876a3c51f450e3af70edacc25515d5fe208eb100))
14+
* **deps:** update dependency @types/node to v24 ([055109d](https://github.com/DIRACGrid/diracx-web/commit/055109d279fa0b51b4e930148fcd525a6d8ff77b))
15+
* **deps:** update material-ui monorepo ([6b12dca](https://github.com/DIRACGrid/diracx-web/commit/6b12dca8775c68c2e0743abbaf772fd6883b5cc2))
16+
* **deps:** update react monorepo ([cb03f7f](https://github.com/DIRACGrid/diracx-web/commit/cb03f7f5204d92af7267b3b63ef4fa33ad805d48))
17+
* **oidc:** revoke only refresh token ([7eb3fd4](https://github.com/DIRACGrid/diracx-web/commit/7eb3fd432960374a3a8ce80696726a20eba8f0c7))
18+
* **oidc:** revoke only refresh token ([209c4ec](https://github.com/DIRACGrid/diracx-web/commit/209c4ec7915324aba6ec5987849d5781dec86266))
19+
320
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
421

522

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-a10",
3+
"version": "0.1.0-a11",
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-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2026-02-24)
4+
5+
6+
### Features
7+
8+
* avoid re fetching the jobs when switching from an app to another ([9cb7bf6](https://github.com/DIRACGrid/diracx-web/commit/9cb7bf6dff379666c1cbc109e8281c1aae402333))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @types/node to v24 ([055109d](https://github.com/DIRACGrid/diracx-web/commit/055109d279fa0b51b4e930148fcd525a6d8ff77b))
14+
* **deps:** update dependency next to v15.5.10 [security] ([5b93bca](https://github.com/DIRACGrid/diracx-web/commit/5b93bcae99dd0a2d044a00c0880bac113c3ccc06))
15+
* **deps:** update material-ui monorepo ([6b12dca](https://github.com/DIRACGrid/diracx-web/commit/6b12dca8775c68c2e0743abbaf772fd6883b5cc2))
16+
* **deps:** update nextjs monorepo to v16 ([c2cbdb3](https://github.com/DIRACGrid/diracx-web/commit/c2cbdb3f9323fca95a4d77b617e1fb5d29a61992))
17+
* **deps:** update npm dependencies (non-major) ([61643c0](https://github.com/DIRACGrid/diracx-web/commit/61643c0e297137cd64eac7d32b641e8e39efe01e))
18+
* **deps:** update react monorepo ([cb03f7f](https://github.com/DIRACGrid/diracx-web/commit/cb03f7f5204d92af7267b3b63ef4fa33ad805d48))
19+
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([5b6b1b2](https://github.com/DIRACGrid/diracx-web/commit/5b6b1b2fad260094d2848042a85dd0dc4257d0e3))
20+
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([ccce03c](https://github.com/DIRACGrid/diracx-web/commit/ccce03c5a1db2b4e71458d0a3103e2d21e0b06d5))
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-a10 to ^0.1.0-a11
28+
329
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
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-a10",
3+
"version": "0.1.0-a11",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@axa-fr/react-oidc": ">=7.24.0 <7.26.0",
18-
"@dirac-grid/diracx-web-components": "^0.1.0-a10",
18+
"@dirac-grid/diracx-web-components": "^0.1.0-a11",
1919
"@emotion/react": "^11.11.4",
2020
"@emotion/styled": "^11.11.5",
2121
"@mui/icons-material": "^7.0.0",

packages/extensions/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-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2026-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @types/node to v24 ([055109d](https://github.com/DIRACGrid/diracx-web/commit/055109d279fa0b51b4e930148fcd525a6d8ff77b))
9+
* **deps:** update dependency next to v15.5.10 [security] ([5b93bca](https://github.com/DIRACGrid/diracx-web/commit/5b93bcae99dd0a2d044a00c0880bac113c3ccc06))
10+
* **deps:** update material-ui monorepo ([6b12dca](https://github.com/DIRACGrid/diracx-web/commit/6b12dca8775c68c2e0743abbaf772fd6883b5cc2))
11+
* **deps:** update nextjs monorepo to v16 ([c2cbdb3](https://github.com/DIRACGrid/diracx-web/commit/c2cbdb3f9323fca95a4d77b617e1fb5d29a61992))
12+
* **deps:** update npm dependencies (non-major) ([61643c0](https://github.com/DIRACGrid/diracx-web/commit/61643c0e297137cd64eac7d32b641e8e39efe01e))
13+
* **deps:** update react monorepo ([cb03f7f](https://github.com/DIRACGrid/diracx-web/commit/cb03f7f5204d92af7267b3b63ef4fa33ad805d48))
14+
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([5b6b1b2](https://github.com/DIRACGrid/diracx-web/commit/5b6b1b2fad260094d2848042a85dd0dc4257d0e3))
15+
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([ccce03c](https://github.com/DIRACGrid/diracx-web/commit/ccce03c5a1db2b4e71458d0a3103e2d21e0b06d5))
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-a10 to 0.1.0-a11
23+
324
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
425

526

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-a10",
3+
"version": "0.1.0-a11",
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 <7.26.0",
19-
"@dirac-grid/diracx-web-components": "0.1.0-a10",
19+
"@dirac-grid/diracx-web-components": "0.1.0-a11",
2020
"@mui/icons-material": "^7.0.0",
2121
"@mui/material": "^7.0.0",
2222
"@mui/utils": "^7.0.0",

0 commit comments

Comments
 (0)