prepare 3.2.0-rc.1 (#15968)

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
This commit is contained in:
Jan Fajerski 2025-02-04 13:18:08 +01:00 committed by GitHub
parent c7a245000b
commit d80c58cade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
## unreleased
## 3.2.0 RC0 / 2025-01-29
## 3.2.0-rc.1 / 2025-01-29
* [CHANGE] relabel: Replace actions can now use UTF-8 characters in `targetLabel` field. Note that `$<chars>` or `${<chars>}` will be expanded. This also apply to `replacement` field for `LabelMap` action. #15851
* [CHANGE] rulefmt: Rule names can use UTF-8 characters, except `{` and `}` characters (due to common mistake checks). #15851

View file

@ -1 +1 @@
3.2.0-rc.0
3.2.0-rc.1

View file

@ -1,7 +1,7 @@
{
"name": "@prometheus-io/mantine-ui",
"private": true,
"version": "0.302.0-rc.0",
"version": "0.302.0-rc.1",
"type": "module",
"scripts": {
"start": "vite",
@ -28,7 +28,7 @@
"@microsoft/fetch-event-source": "^2.0.1",
"@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.9.1",
"@prometheus-io/codemirror-promql": "0.302.0-rc.0",
"@prometheus-io/codemirror-promql": "0.302.0-rc.1",
"@reduxjs/toolkit": "^2.5.0",
"@tabler/icons-react": "^3.28.1",
"@tanstack/react-query": "^5.62.11",

View file

@ -1,6 +1,6 @@
{
"name": "@prometheus-io/codemirror-promql",
"version": "0.302.0-rc.0",
"version": "0.302.0-rc.1",
"description": "a CodeMirror mode for the PromQL language",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
"dependencies": {
"@prometheus-io/lezer-promql": "0.302.0-rc.0",
"@prometheus-io/lezer-promql": "0.302.0-rc.1",
"lru-cache": "^11.0.2"
},
"devDependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "@prometheus-io/lezer-promql",
"version": "0.302.0-rc.0",
"version": "0.302.0-rc.1",
"description": "lezer-based PromQL grammar",
"main": "dist/index.cjs",
"type": "module",

View file

@ -1,12 +1,12 @@
{
"name": "prometheus-io",
"version": "0.302.0-rc.0",
"version": "0.302.0-rc.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "prometheus-io",
"version": "0.302.0-rc.0",
"version": "0.302.0-rc.1",
"workspaces": [
"mantine-ui",
"module/*"

View file

@ -1,7 +1,7 @@
{
"name": "prometheus-io",
"description": "Monorepo for the Prometheus UI",
"version": "0.302.0-rc.0",
"version": "0.302.0-rc.1",
"private": true,
"scripts": {
"build": "bash build_ui.sh --all",