Skip to content

Commit

Permalink
Merge pull request #215 from DIRACGrid/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
aldbr authored Dec 20, 2024
2 parents 5bbb184 + 273ee65 commit 7d98a2d
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 17 deletions.
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-a2",
"packages/extensions": "0.1.0-a2",
"packages/diracx-web": "0.1.0-a2",
"packages/diracx-web-components": "0.1.0-a2"
".": "0.1.0-a3",
"packages/extensions": "0.1.0-a3",
"packages/diracx-web": "0.1.0-a3",
"packages/diracx-web-components": "0.1.0-a3"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.1.0-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)


### Features

* better filter ux ([e9c1599](https://github.com/DIRACGrid/diracx-web/commit/e9c1599511aa492b11afd7fa887180272d548598))
* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
* **datatable:** adapt input fields for filter values ([7b14979](https://github.com/DIRACGrid/diracx-web/commit/7b149798a68beff9873f4961ec1cbdc35e4bf21d))
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
* **doc:** add user/dev/admin documentation ([cbaa472](https://github.com/DIRACGrid/diracx-web/commit/cbaa4729fcccdc81f48ca8c57466de559cd88b7f))
* **extension:** add the OwnerMonitor component ([9c9dbe3](https://github.com/DIRACGrid/diracx-web/commit/9c9dbe33789cd3ff7ffdbe984b90c3afff5c5a3d))
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
* **library:** add profile details (username, vo, group, properties) ([53e9574](https://github.com/DIRACGrid/diracx-web/commit/53e9574242339480df9000a0a69c0e0e3ff44ec2))
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
* **README:** include a mermaid architecture overview diagram ([8ac1f13](https://github.com/DIRACGrid/diracx-web/commit/8ac1f134e7cc794b7971e8c85d71d1af9ed44b98))
* **style:** make the code more consistent ([f3927ee](https://github.com/DIRACGrid/diracx-web/commit/f3927ee87a100f482e7cf93ce8b82e390c96e7fb))


### Bug Fixes

* **e2e:** adapt cypress tests ([eeceb59](https://github.com/DIRACGrid/diracx-web/commit/eeceb59cd6cee1a772c92fcead48e229f67996c1))
* filters not applied are cleared when changing the sections ([dda6abc](https://github.com/DIRACGrid/diracx-web/commit/dda6abc080d8ed70478165a4565cb7c7ebe8e117))
* **JobDataService:** api breaking changes ([7e91084](https://github.com/DIRACGrid/diracx-web/commit/7e91084d77f1a8f33d6943c431fa23faeb31b3e1))
* **README:** link to gh action workflows ([fa396b7](https://github.com/DIRACGrid/diracx-web/commit/fa396b79c239d44683c8c56de937df73309eb30d))
* **tsc-files:** tsc-files does not recognize chipColor ([48818ff](https://github.com/DIRACGrid/diracx-web/commit/48818ffaf5c689edf4e420820c39cd9a03257038))
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))
* use MUI for personal details ([9a71c8e](https://github.com/DIRACGrid/diracx-web/commit/9a71c8e93543e593d625b715d5a99600ff4235fc))

## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)


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-a2",
"version": "0.1.0-a3",
"private": true,
"workspaces": [
"packages/diracx-web-components",
Expand Down
26 changes: 26 additions & 0 deletions packages/diracx-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.1.0-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)


### Features

* better filter ux ([e9c1599](https://github.com/DIRACGrid/diracx-web/commit/e9c1599511aa492b11afd7fa887180272d548598))
* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
* **datatable:** adapt input fields for filter values ([7b14979](https://github.com/DIRACGrid/diracx-web/commit/7b149798a68beff9873f4961ec1cbdc35e4bf21d))
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
* **doc:** add user/dev/admin documentation ([cbaa472](https://github.com/DIRACGrid/diracx-web/commit/cbaa4729fcccdc81f48ca8c57466de559cd88b7f))
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
* **library:** add profile details (username, vo, group, properties) ([53e9574](https://github.com/DIRACGrid/diracx-web/commit/53e9574242339480df9000a0a69c0e0e3ff44ec2))
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
* **style:** make the code more consistent ([f3927ee](https://github.com/DIRACGrid/diracx-web/commit/f3927ee87a100f482e7cf93ce8b82e390c96e7fb))


### Bug Fixes

* **e2e:** adapt cypress tests ([eeceb59](https://github.com/DIRACGrid/diracx-web/commit/eeceb59cd6cee1a772c92fcead48e229f67996c1))
* filters not applied are cleared when changing the sections ([dda6abc](https://github.com/DIRACGrid/diracx-web/commit/dda6abc080d8ed70478165a4565cb7c7ebe8e117))
* **JobDataService:** api breaking changes ([7e91084](https://github.com/DIRACGrid/diracx-web/commit/7e91084d77f1a8f33d6943c431fa23faeb31b3e1))
* **tsc-files:** tsc-files does not recognize chipColor ([48818ff](https://github.com/DIRACGrid/diracx-web/commit/48818ffaf5c689edf4e420820c39cd9a03257038))
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))
* use MUI for personal details ([9a71c8e](https://github.com/DIRACGrid/diracx-web/commit/9a71c8e93543e593d625b715d5a99600ff4235fc))

## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)


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-a2",
"version": "0.1.0-a3",
"repository": "https://github.com/DIRACGrid/diracx-web",
"description": "Useful components for diracx-web",
"publishConfig": {
Expand Down
27 changes: 27 additions & 0 deletions packages/diracx-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.1.0-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)


### Features

* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
* **extension:** add the OwnerMonitor component ([9c9dbe3](https://github.com/DIRACGrid/diracx-web/commit/9c9dbe33789cd3ff7ffdbe984b90c3afff5c5a3d))
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))
* **style:** make the code more consistent ([f3927ee](https://github.com/DIRACGrid/diracx-web/commit/f3927ee87a100f482e7cf93ce8b82e390c96e7fb))


### Bug Fixes

* **e2e:** adapt cypress tests ([eeceb59](https://github.com/DIRACGrid/diracx-web/commit/eeceb59cd6cee1a772c92fcead48e229f67996c1))
* **JobDataService:** api breaking changes ([7e91084](https://github.com/DIRACGrid/diracx-web/commit/7e91084d77f1a8f33d6943c431fa23faeb31b3e1))
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))


### Dependencies

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

## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)


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-a2",
"version": "0.1.0-a3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@axa-fr/react-oidc": "^7.22.6",
"@dirac-grid/diracx-web-components": "^0.1.0-a2",
"@dirac-grid/diracx-web-components": "^0.1.0-a3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^6.1.6",
Expand Down
26 changes: 26 additions & 0 deletions packages/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.1.0-a3](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a2...v0.1.0-a3) (2024-12-20)


### Features

* **CI:** add extension tests within the CI ([b51fb3a](https://github.com/DIRACGrid/diracx-web/commit/b51fb3a403fa451f85a271cb23baaa69f16bb0eb))
* **DataTable:** resize, hide/show columns and more features... ([594b21a](https://github.com/DIRACGrid/diracx-web/commit/594b21ab92f3f859789c583b4442f9ce4c2bd325))
* **dependencies:** upgrade to eslint9 (nextjs15 and mui6) ([0d456bf](https://github.com/DIRACGrid/diracx-web/commit/0d456bf512dc64e82a4efc66842205fdf04f1711))
* **doc:** add user/dev/admin documentation ([cbaa472](https://github.com/DIRACGrid/diracx-web/commit/cbaa4729fcccdc81f48ca8c57466de559cd88b7f))
* **extension:** add the OwnerMonitor component ([9c9dbe3](https://github.com/DIRACGrid/diracx-web/commit/9c9dbe33789cd3ff7ffdbe984b90c3afff5c5a3d))
* **extension:** use the local diracx-web-components ([dc93692](https://github.com/DIRACGrid/diracx-web/commit/dc936920f9e49a13e02060d796f6ab152be37126))
* **management:** drop lerna and restructure a bit the monorepo ([752af22](https://github.com/DIRACGrid/diracx-web/commit/752af227b2ad0a55208d600c2a7025fff6ed7ade))


### Bug Fixes

* **README:** link to gh action workflows ([fa396b7](https://github.com/DIRACGrid/diracx-web/commit/fa396b79c239d44683c8c56de937df73309eb30d))
* tsup and eslint errors ([32c3a83](https://github.com/DIRACGrid/diracx-web/commit/32c3a8343aef76ab079be9a2f341bc75249ddd32))


### Dependencies

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

## [0.1.0-a2](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a1...v0.1.0-a2) (2024-08-26)


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-a2",
"version": "0.1.0-a3",
"private": true,
"type": "module",
"license": "GPL-3.0-only",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@axa-fr/react-oidc": "^7.22.6",
"@dirac-grid/diracx-web-components": "0.1.0-a2",
"@dirac-grid/diracx-web-components": "0.1.0-a3",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/utils": "^6.1.6",
Expand Down

0 comments on commit 7d98a2d

Please sign in to comment.