Skip to content

Commit ee1b242

Browse files
authored
Release v0.53.0-rc.1 and fix bumping package version (#22)
Signed-off-by: Augustin Husson <[email protected]>
1 parent 21b1b5f commit ee1b242

File tree

7 files changed

+67
-234
lines changed

7 files changed

+67
-234
lines changed

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-rc.0",
3+
"version": "0.53.0-rc.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",
@@ -33,7 +33,7 @@
3333
"@codemirror/lang-json": "^6.0.1",
3434
"@fontsource/lato": "^4.5.10",
3535
"@mui/x-date-pickers": "^7.23.1",
36-
"@perses-dev/core": "0.53.0-beta.3",
36+
"@perses-dev/core": "0.53.0-beta.4",
3737
"@tanstack/react-table": "^8.20.5",
3838
"@uiw/react-codemirror": "^4.19.1",
3939
"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-rc.0",
3+
"version": "0.53.0-rc.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-beta.4",
33-
"@perses-dev/core": "0.53.0-beta.3",
34-
"@perses-dev/plugin-system": "0.53.0-beta.4",
32+
"@perses-dev/components": "0.53.0-rc.1",
33+
"@perses-dev/core": "0.53.0-beta.4",
34+
"@perses-dev/plugin-system": "0.53.0-rc.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-rc.0",
3+
"version": "0.53.0-rc.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-beta.4",
32-
"@perses-dev/core": "0.53.0-beta.3",
33-
"@perses-dev/dashboards": "0.53.0-beta.4",
34-
"@perses-dev/plugin-system": "0.53.0-beta.4",
31+
"@perses-dev/components": "0.53.0-rc.1",
32+
"@perses-dev/core": "0.53.0-beta.4",
33+
"@perses-dev/dashboards": "0.53.0-rc.1",
34+
"@perses-dev/plugin-system": "0.53.0-rc.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: 26 additions & 208 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-rc.0",
4+
"version": "0.53.0-rc.1",
55
"private": true,
66
"scripts": {
77
"build": "turbo run build",

0 commit comments

Comments
 (0)