Skip to content

Commit 7d98a2d

Browse files
authored
Merge pull request #215 from DIRACGrid/release-please--branches--main
chore: release main
2 parents 5bbb184 + 273ee65 commit 7d98a2d

10 files changed

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

CHANGELOG.md

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

3+
## [0.1.0-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)
4+
5+
6+
### Features
7+
8+
* better filter ux ([e9c1599](https://github.com/DIRACGrid/diracx-web/commit/e9c1599511aa492b11afd7fa887180272d548598))
9+
* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
10+
* **datatable:** adapt input fields for filter values ([7b14979](https://github.com/DIRACGrid/diracx-web/commit/7b149798a68beff9873f4961ec1cbdc35e4bf21d))
11+
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
12+
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
13+
* **doc:** add user/dev/admin documentation ([cbaa472](https://github.com/DIRACGrid/diracx-web/commit/cbaa4729fcccdc81f48ca8c57466de559cd88b7f))
14+
* **extension:** add the OwnerMonitor component ([9c9dbe3](https://github.com/DIRACGrid/diracx-web/commit/9c9dbe33789cd3ff7ffdbe984b90c3afff5c5a3d))
15+
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
16+
* **library:** add profile details (username, vo, group, properties) ([53e9574](https://github.com/DIRACGrid/diracx-web/commit/53e9574242339480df9000a0a69c0e0e3ff44ec2))
17+
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
18+
* **README:** include a mermaid architecture overview diagram ([8ac1f13](https://github.com/DIRACGrid/diracx-web/commit/8ac1f134e7cc794b7971e8c85d71d1af9ed44b98))
19+
* **style:** make the code more consistent ([f3927ee](https://github.com/DIRACGrid/diracx-web/commit/f3927ee87a100f482e7cf93ce8b82e390c96e7fb))
20+
21+
22+
### Bug Fixes
23+
24+
* **e2e:** adapt cypress tests ([eeceb59](https://github.com/DIRACGrid/diracx-web/commit/eeceb59cd6cee1a772c92fcead48e229f67996c1))
25+
* filters not applied are cleared when changing the sections ([dda6abc](https://github.com/DIRACGrid/diracx-web/commit/dda6abc080d8ed70478165a4565cb7c7ebe8e117))
26+
* **JobDataService:** api breaking changes ([7e91084](https://github.com/DIRACGrid/diracx-web/commit/7e91084d77f1a8f33d6943c431fa23faeb31b3e1))
27+
* **README:** link to gh action workflows ([fa396b7](https://github.com/DIRACGrid/diracx-web/commit/fa396b79c239d44683c8c56de937df73309eb30d))
28+
* **tsc-files:** tsc-files does not recognize chipColor ([48818ff](https://github.com/DIRACGrid/diracx-web/commit/48818ffaf5c689edf4e420820c39cd9a03257038))
29+
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))
30+
* use MUI for personal details ([9a71c8e](https://github.com/DIRACGrid/diracx-web/commit/9a71c8e93543e593d625b715d5a99600ff4235fc))
31+
332
## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)
433

534

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

packages/diracx-web-components/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-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)
4+
5+
6+
### Features
7+
8+
* better filter ux ([e9c1599](https://github.com/DIRACGrid/diracx-web/commit/e9c1599511aa492b11afd7fa887180272d548598))
9+
* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
10+
* **datatable:** adapt input fields for filter values ([7b14979](https://github.com/DIRACGrid/diracx-web/commit/7b149798a68beff9873f4961ec1cbdc35e4bf21d))
11+
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
12+
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
13+
* **doc:** add user/dev/admin documentation ([cbaa472](https://github.com/DIRACGrid/diracx-web/commit/cbaa4729fcccdc81f48ca8c57466de559cd88b7f))
14+
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
15+
* **library:** add profile details (username, vo, group, properties) ([53e9574](https://github.com/DIRACGrid/diracx-web/commit/53e9574242339480df9000a0a69c0e0e3ff44ec2))
16+
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
17+
* **style:** make the code more consistent ([f3927ee](https://github.com/DIRACGrid/diracx-web/commit/f3927ee87a100f482e7cf93ce8b82e390c96e7fb))
18+
19+
20+
### Bug Fixes
21+
22+
* **e2e:** adapt cypress tests ([eeceb59](https://github.com/DIRACGrid/diracx-web/commit/eeceb59cd6cee1a772c92fcead48e229f67996c1))
23+
* filters not applied are cleared when changing the sections ([dda6abc](https://github.com/DIRACGrid/diracx-web/commit/dda6abc080d8ed70478165a4565cb7c7ebe8e117))
24+
* **JobDataService:** api breaking changes ([7e91084](https://github.com/DIRACGrid/diracx-web/commit/7e91084d77f1a8f33d6943c431fa23faeb31b3e1))
25+
* **tsc-files:** tsc-files does not recognize chipColor ([48818ff](https://github.com/DIRACGrid/diracx-web/commit/48818ffaf5c689edf4e420820c39cd9a03257038))
26+
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))
27+
* use MUI for personal details ([9a71c8e](https://github.com/DIRACGrid/diracx-web/commit/9a71c8e93543e593d625b715d5a99600ff4235fc))
28+
329
## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)
430

531

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

packages/diracx-web/CHANGELOG.md

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

3+
## [0.1.0-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)
4+
5+
6+
### Features
7+
8+
* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
9+
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
10+
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
11+
* **extension:** add the OwnerMonitor component ([9c9dbe3](https://github.com/DIRACGrid/diracx-web/commit/9c9dbe33789cd3ff7ffdbe984b90c3afff5c5a3d))
12+
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
13+
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
14+
* **style:** make the code more consistent ([f3927ee](https://github.com/DIRACGrid/diracx-web/commit/f3927ee87a100f482e7cf93ce8b82e390c96e7fb))
15+
16+
17+
### Bug Fixes
18+
19+
* **e2e:** adapt cypress tests ([eeceb59](https://github.com/DIRACGrid/diracx-web/commit/eeceb59cd6cee1a772c92fcead48e229f67996c1))
20+
* **JobDataService:** api breaking changes ([7e91084](https://github.com/DIRACGrid/diracx-web/commit/7e91084d77f1a8f33d6943c431fa23faeb31b3e1))
21+
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))
22+
23+
24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* dependencies
28+
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a2 to ^0.1.0-a3
29+
330
## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)
431

532

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-a2",
3+
"version": "0.1.0-a3",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@axa-fr/react-oidc": "^7.22.6",
18-
"@dirac-grid/diracx-web-components": "^0.1.0-a2",
18+
"@dirac-grid/diracx-web-components": "^0.1.0-a3",
1919
"@emotion/react": "^11.11.4",
2020
"@emotion/styled": "^11.11.5",
2121
"@mui/icons-material": "^6.1.6",

packages/extensions/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-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)
4+
5+
6+
### Features
7+
8+
* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
9+
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
10+
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
11+
* **doc:** add user/dev/admin documentation ([cbaa472](https://github.com/DIRACGrid/diracx-web/commit/cbaa4729fcccdc81f48ca8c57466de559cd88b7f))
12+
* **extension:** add the OwnerMonitor component ([9c9dbe3](https://github.com/DIRACGrid/diracx-web/commit/9c9dbe33789cd3ff7ffdbe984b90c3afff5c5a3d))
13+
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
14+
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
15+
16+
17+
### Bug Fixes
18+
19+
* **README:** link to gh action workflows ([fa396b7](https://github.com/DIRACGrid/diracx-web/commit/fa396b79c239d44683c8c56de937df73309eb30d))
20+
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))
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-a2 to 0.1.0-a3
28+
329
## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)
430

531

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

0 commit comments

Comments
 (0)