-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #191 from DIRACGrid/release-please--branches--main
chore: release 0.1.0-a2
- Loading branch information
Showing
11 changed files
with
114 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters