Skip to content

Commit b56260f

Browse files
committed
Prepare release v0.54.0
Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com> Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>
1 parent 9e46b40 commit b56260f

7 files changed

Lines changed: 25 additions & 24 deletions

File tree

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ To release a new version of the libraries, you should:
44

55
1. Checkout to a new branch named `release-vX.Y.Z` from main.
66
2. Bump the version of the libraries running [npm-bump.go](./scripts/npm-bump/npm-bump.go) `go run ./scripts/npm-bump <new version>`. For example: `go run ./scripts/npm-bump 1.2.3`.
7-
3. Commit these changes - as a standalone commit ("Prepare release vX.Y.Z") or as part of your changes.
7+
3. Run `npm install`
8+
4. Commit these changes - as a standalone commit ("Prepare release vX.Y.Z") or as part of your changes.
89
5. Push the changes (new version(s)) and create a PR.
910
6. After the PR is merged, checkout to and update the main.
1011
7. Run [release.go](./scripts/release/release.go) `go run ./scripts/release`.

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perses-dev/components",
3-
"version": "0.53.0",
3+
"version": "0.54.0",
44
"description": "Common UI components used across Perses features",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/perses/perses/blob/main/README.md",

dashboards/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perses-dev/dashboards",
3-
"version": "0.53.0",
3+
"version": "0.54.0",
44
"description": "The dashboards feature in Perses",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/perses/perses/blob/main/README.md",
@@ -29,9 +29,9 @@
2929
"lint:fix": "eslint --fix src --ext .ts,.tsx"
3030
},
3131
"dependencies": {
32-
"@perses-dev/components": "0.53.0",
32+
"@perses-dev/components": "0.54.0",
3333
"@perses-dev/core": "0.53.0-rc.2",
34-
"@perses-dev/plugin-system": "0.53.0",
34+
"@perses-dev/plugin-system": "0.54.0",
3535
"@types/react-grid-layout": "^1.3.2",
3636
"date-fns": "^4.1.0",
3737
"immer": "^10.1.1",

explore/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perses-dev/explore",
3-
"version": "0.53.0",
3+
"version": "0.54.0",
44
"description": "The explore feature in Perses",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/perses/perses/blob/main/README.md",
@@ -28,10 +28,10 @@
2828
},
2929
"dependencies": {
3030
"@nexucis/fuzzy": "^0.5.1",
31-
"@perses-dev/components": "0.53.0",
31+
"@perses-dev/components": "0.54.0",
3232
"@perses-dev/core": "0.53.0-rc.2",
33-
"@perses-dev/dashboards": "0.53.0",
34-
"@perses-dev/plugin-system": "0.53.0",
33+
"@perses-dev/dashboards": "0.54.0",
34+
"@perses-dev/plugin-system": "0.54.0",
3535
"@types/react-grid-layout": "^1.3.2",
3636
"date-fns": "^4.1.0",
3737
"immer": "^10.1.1",

package-lock.json

Lines changed: 12 additions & 12 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,7 +1,7 @@
11
{
22
"name": "perses-shared",
33
"description": "Monorepo for the Perses UI shared packages",
4-
"version": "0.53.0",
4+
"version": "0.54.0",
55
"private": true,
66
"scripts": {
77
"build": "turbo run build",

plugin-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perses-dev/plugin-system",
3-
"version": "0.53.0",
3+
"version": "0.54.0",
44
"description": "The plugin feature in Pereses",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/perses/perses/blob/main/README.md",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@module-federation/enhanced": "^0.21.4",
32-
"@perses-dev/components": "0.53.0",
32+
"@perses-dev/components": "0.54.0",
3333
"@perses-dev/core": "0.53.0-rc.2",
3434
"date-fns": "^4.1.0",
3535
"date-fns-tz": "^3.2.0",

0 commit comments

Comments
 (0)