Skip to content

Commit 6850ad2

Browse files
authored
Merge pull request #400 from DIRACGrid/release-please--branches--main
chore: release main
2 parents f6fb4e9 + ebb7358 commit 6850ad2

File tree

10 files changed

+64
-17
lines changed

10 files changed

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

CHANGELOG.md

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

3+
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
4+
5+
6+
### Features
7+
8+
* improve the searchBar for other modules ([eed3ade](https://github.com/DIRACGrid/diracx-web/commit/eed3adede020abd7dab64e80b6f4410c57312f46))
9+
10+
11+
### Bug Fixes
12+
13+
* **tests:** resolve unrecognized jest-dom types in TypeScript ([852d5d1](https://github.com/DIRACGrid/diracx-web/commit/852d5d1428aa8ffdb09116fc641ae69570be738e))
14+
315
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
416

517

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

packages/diracx-web-components/CHANGELOG.md

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

3+
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
4+
5+
6+
### Features
7+
8+
* improve the searchBar for other modules ([eed3ade](https://github.com/DIRACGrid/diracx-web/commit/eed3adede020abd7dab64e80b6f4410c57312f46))
9+
10+
11+
### Bug Fixes
12+
13+
* **tests:** resolve unrecognized jest-dom types in TypeScript ([852d5d1](https://github.com/DIRACGrid/diracx-web/commit/852d5d1428aa8ffdb09116fc641ae69570be738e))
14+
315
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
416

517

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

packages/diracx-web/CHANGELOG.md

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

3+
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
4+
5+
6+
### Features
7+
8+
* improve the searchBar for other modules ([eed3ade](https://github.com/DIRACGrid/diracx-web/commit/eed3adede020abd7dab64e80b6f4410c57312f46))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a9 to ^0.1.0-a10
16+
317
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
418

519

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

3+
## [0.1.0-a10](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a9...v0.1.0-a10) (2025-08-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @dirac-grid/diracx-web-components bumped from 0.1.0-a9 to 0.1.0-a10
11+
312
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
413

514

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

0 commit comments

Comments
 (0)