Skip to content

Commit 6bb6e09

Browse files
authored
Prepare release v0.53.1 (#87)
Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>
1 parent 9e46b40 commit 6bb6e09

7 files changed

Lines changed: 36 additions & 35 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: 2 additions & 2 deletions
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.53.1",
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",
@@ -34,7 +34,7 @@
3434
"@date-fns/tz": "^1.4.1",
3535
"@fontsource/lato": "^4.5.10",
3636
"@mui/x-date-pickers": "^7.23.1",
37-
"@perses-dev/core": "0.53.0-rc.2",
37+
"@perses-dev/core": "0.53.0",
3838
"@tanstack/react-table": "^8.20.5",
3939
"@uiw/react-codemirror": "^4.19.1",
4040
"date-fns": "^4.1.0",

dashboards/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/dashboards",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
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",
33-
"@perses-dev/core": "0.53.0-rc.2",
34-
"@perses-dev/plugin-system": "0.53.0",
32+
"@perses-dev/components": "0.53.1",
33+
"@perses-dev/core": "0.53.0",
34+
"@perses-dev/plugin-system": "0.53.1",
3535
"@types/react-grid-layout": "^1.3.2",
3636
"date-fns": "^4.1.0",
3737
"immer": "^10.1.1",

explore/package.json

Lines changed: 5 additions & 5 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.53.1",
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",
32-
"@perses-dev/core": "0.53.0-rc.2",
33-
"@perses-dev/dashboards": "0.53.0",
34-
"@perses-dev/plugin-system": "0.53.0",
31+
"@perses-dev/components": "0.53.1",
32+
"@perses-dev/core": "0.53.0",
33+
"@perses-dev/dashboards": "0.53.1",
34+
"@perses-dev/plugin-system": "0.53.1",
3535
"@types/react-grid-layout": "^1.3.2",
3636
"date-fns": "^4.1.0",
3737
"immer": "^10.1.1",

package-lock.json

Lines changed: 19 additions & 19 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.53.1",
55
"private": true,
66
"scripts": {
77
"build": "turbo run build",

plugin-system/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/plugin-system",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The plugin feature in Pereses",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/perses/perses/blob/main/README.md",
@@ -29,8 +29,8 @@
2929
},
3030
"dependencies": {
3131
"@module-federation/enhanced": "^0.21.4",
32-
"@perses-dev/components": "0.53.0",
33-
"@perses-dev/core": "0.53.0-rc.2",
32+
"@perses-dev/components": "0.53.1",
33+
"@perses-dev/core": "0.53.0",
3434
"date-fns": "^4.1.0",
3535
"date-fns-tz": "^3.2.0",
3636
"immer": "^10.1.1",

0 commit comments

Comments
 (0)