Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.1.0-a10",
"packages/extensions": "0.1.0-a10",
"packages/diracx-web": "0.1.0-a10",
"packages/diracx-web-components": "0.1.0-a10"
".": "0.1.0-a11",
"packages/extensions": "0.1.0-a11",
"packages/diracx-web": "0.1.0-a11",
"packages/diracx-web-components": "0.1.0-a11"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.0-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2025-09-22)


### Bug Fixes

* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([5b6b1b2](https://github.com/DIRACGrid/diracx-web/commit/5b6b1b2fad260094d2848042a85dd0dc4257d0e3))
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([ccce03c](https://github.com/DIRACGrid/diracx-web/commit/ccce03c5a1db2b4e71458d0a3103e2d21e0b06d5))
* **oidc:** revoke only refresh token ([7eb3fd4](https://github.com/DIRACGrid/diracx-web/commit/7eb3fd432960374a3a8ce80696726a20eba8f0c7))
* **oidc:** revoke only refresh token ([209c4ec](https://github.com/DIRACGrid/diracx-web/commit/209c4ec7915324aba6ec5987849d5781dec86266))

## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)


Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diracx-web-root",
"version": "0.1.0-a10",
"version": "0.1.0-a11",
"private": true,
"workspaces": [
"packages/diracx-web-components",
Expand Down
8 changes: 8 additions & 0 deletions packages/diracx-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.0-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2025-09-22)


### Bug Fixes

* **oidc:** revoke only refresh token ([7eb3fd4](https://github.com/DIRACGrid/diracx-web/commit/7eb3fd432960374a3a8ce80696726a20eba8f0c7))
* **oidc:** revoke only refresh token ([209c4ec](https://github.com/DIRACGrid/diracx-web/commit/209c4ec7915324aba6ec5987849d5781dec86266))

## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/diracx-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dirac-grid/diracx-web-components",
"version": "0.1.0-a10",
"version": "0.1.0-a11",
"repository": "https://github.com/DIRACGrid/diracx-web",
"description": "Useful components for diracx-web",
"publishConfig": {
Expand Down
15 changes: 15 additions & 0 deletions packages/diracx-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.0-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2025-09-22)


### Bug Fixes

* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([5b6b1b2](https://github.com/DIRACGrid/diracx-web/commit/5b6b1b2fad260094d2848042a85dd0dc4257d0e3))
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([ccce03c](https://github.com/DIRACGrid/diracx-web/commit/ccce03c5a1db2b4e71458d0a3103e2d21e0b06d5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a10 to ^0.1.0-a11

## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/diracx-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diracx-web",
"version": "0.1.0-a10",
"version": "0.1.0-a11",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@axa-fr/react-oidc": "^7.24.0",
"@dirac-grid/diracx-web-components": "^0.1.0-a10",
"@dirac-grid/diracx-web-components": "^0.1.0-a11",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^6.4.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.0-a11](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a10...v0.1.0-a11) (2025-09-22)


### Bug Fixes

* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([5b6b1b2](https://github.com/DIRACGrid/diracx-web/commit/5b6b1b2fad260094d2848042a85dd0dc4257d0e3))
* issue [#412](https://github.com/DIRACGrid/diracx-web/issues/412) ([ccce03c](https://github.com/DIRACGrid/diracx-web/commit/ccce03c5a1db2b4e71458d0a3103e2d21e0b06d5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dirac-grid/diracx-web-components bumped from 0.1.0-a10 to 0.1.0-a11

## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gubbins",
"version": "0.1.0-a10",
"version": "0.1.0-a11",
"private": true,
"type": "module",
"license": "GPL-3.0-only",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@axa-fr/react-oidc": "^7.24.0",
"@dirac-grid/diracx-web-components": "0.1.0-a10",
"@dirac-grid/diracx-web-components": "0.1.0-a11",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.1.6",
"@mui/utils": "^6.1.6",
Expand Down