Skip to content

Commit

Permalink
Merge pull request #191 from DIRACGrid/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release 0.1.0-a2
  • Loading branch information
aldbr authored Aug 26, 2024
2 parents 55b711d + 8a731c9 commit 0d91b00
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 18 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-a1",
"packages/diracx-web": "0.1.0-a1",
"packages/diracx-web-components": "0.1.0-a1",
"packages/extensions": "0.1.0-a1"
".": "0.1.0-a2",
"packages/diracx-web": "0.1.0-a2",
"packages/diracx-web-components": "0.1.0-a2",
"packages/extensions": "0.1.0-a2"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

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


### Features

* adapt for github actions ([d29dcd2](https://github.com/DIRACGrid/diracx-web/commit/d29dcd25db8db0772005d73ae70347e6addb4a47))
* adapt release-please config and use npm org scope ([920dad0](https://github.com/DIRACGrid/diracx-web/commit/920dad0e936f748a743c659f83356893ba37fb6c))
* add extension example ([a7317ad](https://github.com/DIRACGrid/diracx-web/commit/a7317add43e773044317abd5a17ae53b78850c1a))
* ease component customization with props ([9c5b05c](https://github.com/DIRACGrid/diracx-web/commit/9c5b05cbea042a0cd66881262a079bf0fe123464))
* group context providers into one ([5f678b9](https://github.com/DIRACGrid/diracx-web/commit/5f678b97c47ff4b4f72729c6bcec83b0b6257eb9))
* lerna monorepo and npm workspaces, component library ([0c37eb2](https://github.com/DIRACGrid/diracx-web/commit/0c37eb20cd3957fcabbf787dcd93be5cf4221f22))
* move jest tests to components library ([5a88a3c](https://github.com/DIRACGrid/diracx-web/commit/5a88a3ce9590b1173c34b043a04a9d403f71ed9d))
* remove NextJs deps & add Navigation Context ([060b57d](https://github.com/DIRACGrid/diracx-web/commit/060b57d86290162f7079271c3ea8f8abdf63d211))
* use npm package in extension example ([2b04926](https://github.com/DIRACGrid/diracx-web/commit/2b04926fb0bbb009c9f5f80a5ec32aed96f19782))


### Bug Fixes

* apply PR suggestions ([573de5e](https://github.com/DIRACGrid/diracx-web/commit/573de5e3278b5561d6b6a3770c51161931ec3320))
* apply PR suggestions ([ac52c81](https://github.com/DIRACGrid/diracx-web/commit/ac52c81d84347b79c5c161d418dc10dcb9d02df7))
* apply PR suggestions ([6b00fc0](https://github.com/DIRACGrid/diracx-web/commit/6b00fc0f375e40a27fce55972bb5efbfea532ab3))
* husky hooks and lint-staged ([e0c72ad](https://github.com/DIRACGrid/diracx-web/commit/e0c72adbc1d523d06c101e9f8818e7bcfc882faa))
* logo are broken in GitHub pages ([09f8fb1](https://github.com/DIRACGrid/diracx-web/commit/09f8fb11f0ad65979940aa5a71d34b3bd41ad7cf))
* **prettier:** changelogs are not ignored by prettier ([1425cae](https://github.com/DIRACGrid/diracx-web/commit/1425caefecfec6c4a76788247e57175a8e5cbc3f))
* **tsup:** remove cjs and es5 ([93f09a1](https://github.com/DIRACGrid/diracx-web/commit/93f09a1023f91239a5e5a8d969ceb5f7b9a6aa54))
* wrong lib exports & add prepack build ([c2478d5](https://github.com/DIRACGrid/diracx-web/commit/c2478d5d1f08bc771b60c01904a505e9f0feaab9))
* wrong lib exports, Dockerfile not in root dir ([67160ae](https://github.com/DIRACGrid/diracx-web/commit/67160ae51908c9bfae2ce953767251a29ba7457e))

## [0.1.0-a1](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a0...v0.1.0-a1) (2024-06-24)


Expand Down
10 changes: 5 additions & 5 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-a1",
"version": "0.1.0-a2",
"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
@@ -0,0 +1,26 @@
# Changelog

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


### Features

* adapt for github actions ([d29dcd2](https://github.com/DIRACGrid/diracx-web/commit/d29dcd25db8db0772005d73ae70347e6addb4a47))
* adapt release-please config and use npm org scope ([920dad0](https://github.com/DIRACGrid/diracx-web/commit/920dad0e936f748a743c659f83356893ba37fb6c))
* ease component customization with props ([9c5b05c](https://github.com/DIRACGrid/diracx-web/commit/9c5b05cbea042a0cd66881262a079bf0fe123464))
* group context providers into one ([5f678b9](https://github.com/DIRACGrid/diracx-web/commit/5f678b97c47ff4b4f72729c6bcec83b0b6257eb9))
* lerna monorepo and npm workspaces, component library ([0c37eb2](https://github.com/DIRACGrid/diracx-web/commit/0c37eb20cd3957fcabbf787dcd93be5cf4221f22))
* move jest tests to components library ([5a88a3c](https://github.com/DIRACGrid/diracx-web/commit/5a88a3ce9590b1173c34b043a04a9d403f71ed9d))
* remove NextJs deps & add Navigation Context ([060b57d](https://github.com/DIRACGrid/diracx-web/commit/060b57d86290162f7079271c3ea8f8abdf63d211))


### Bug Fixes

* apply PR suggestions ([573de5e](https://github.com/DIRACGrid/diracx-web/commit/573de5e3278b5561d6b6a3770c51161931ec3320))
* apply PR suggestions ([ac52c81](https://github.com/DIRACGrid/diracx-web/commit/ac52c81d84347b79c5c161d418dc10dcb9d02df7))
* husky hooks and lint-staged ([e0c72ad](https://github.com/DIRACGrid/diracx-web/commit/e0c72adbc1d523d06c101e9f8818e7bcfc882faa))
* logo are broken in GitHub pages ([09f8fb1](https://github.com/DIRACGrid/diracx-web/commit/09f8fb11f0ad65979940aa5a71d34b3bd41ad7cf))
* **prettier:** changelogs are not ignored by prettier ([1425cae](https://github.com/DIRACGrid/diracx-web/commit/1425caefecfec6c4a76788247e57175a8e5cbc3f))
* **tsup:** remove cjs and es5 ([93f09a1](https://github.com/DIRACGrid/diracx-web/commit/93f09a1023f91239a5e5a8d969ceb5f7b9a6aa54))
* wrong lib exports & add prepack build ([c2478d5](https://github.com/DIRACGrid/diracx-web/commit/c2478d5d1f08bc771b60c01904a505e9f0feaab9))
* wrong lib exports, Dockerfile not in root dir ([67160ae](https://github.com/DIRACGrid/diracx-web/commit/67160ae51908c9bfae2ce953767251a29ba7457e))
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-a1-test",
"version": "0.1.0-a2",
"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
@@ -0,0 +1,27 @@
# Changelog

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


### Features

* adapt release-please config and use npm org scope ([920dad0](https://github.com/DIRACGrid/diracx-web/commit/920dad0e936f748a743c659f83356893ba37fb6c))
* group context providers into one ([5f678b9](https://github.com/DIRACGrid/diracx-web/commit/5f678b97c47ff4b4f72729c6bcec83b0b6257eb9))
* lerna monorepo and npm workspaces, component library ([0c37eb2](https://github.com/DIRACGrid/diracx-web/commit/0c37eb20cd3957fcabbf787dcd93be5cf4221f22))
* move jest tests to components library ([5a88a3c](https://github.com/DIRACGrid/diracx-web/commit/5a88a3ce9590b1173c34b043a04a9d403f71ed9d))
* remove NextJs deps & add Navigation Context ([060b57d](https://github.com/DIRACGrid/diracx-web/commit/060b57d86290162f7079271c3ea8f8abdf63d211))


### Bug Fixes

* apply PR suggestions ([573de5e](https://github.com/DIRACGrid/diracx-web/commit/573de5e3278b5561d6b6a3770c51161931ec3320))
* apply PR suggestions ([ac52c81](https://github.com/DIRACGrid/diracx-web/commit/ac52c81d84347b79c5c161d418dc10dcb9d02df7))
* husky hooks and lint-staged ([e0c72ad](https://github.com/DIRACGrid/diracx-web/commit/e0c72adbc1d523d06c101e9f8818e7bcfc882faa))
* wrong lib exports, Dockerfile not in root dir ([67160ae](https://github.com/DIRACGrid/diracx-web/commit/67160ae51908c9bfae2ce953767251a29ba7457e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a1 to ^0.1.0-a2
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-a1",
"version": "0.1.0-a2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@axa-fr/react-oidc": "^7.22.6",
"@dirac-grid/diracx-web-components": "^0.1.0-a1",
"@dirac-grid/diracx-web-components": "^0.1.0-a2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
Expand Down
15 changes: 15 additions & 0 deletions packages/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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


### Bug Fixes

* apply PR suggestions ([573de5e](https://github.com/DIRACGrid/diracx-web/commit/573de5e3278b5561d6b6a3770c51161931ec3320))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dirac-grid/diracx-web-components bumped from 0.1.0-a1 to 0.1.0-a2
6 changes: 3 additions & 3 deletions packages/extensions/package-lock.json

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

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": "diracx-web-extension-example",
"version": "0.1.0",
"version": "0.1.0-a2",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@axa-fr/react-oidc": "^7.22.6",
"@dirac-grid/diracx-web-components": "0.1.0-a1",
"@dirac-grid/diracx-web-components": "0.1.0-a2",
"autoprefixer": "10.4.19",
"next": "14.2.3",
"react": "^18",
Expand Down

0 comments on commit 0d91b00

Please sign in to comment.