@elastic/monaco-esql 3.1.10 → 3.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -19,12 +19,8 @@ monaco.languages.setMonarchTokensProvider("esql", monarchLanguage);
19
19
 
20
20
  ## Releasing
21
21
 
22
- Publish with `release-it` tool:
23
-
24
- ```
25
- yarn build
26
- npx release-it
27
- ```
22
+ To release a new version add a `publish` label to the PR.
23
+ Or you can run the `Release` Github action manually from Github web.
28
24
 
29
25
  ## License
30
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/monaco-esql",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -53,7 +53,9 @@
53
53
  "@biomejs/biome": "2.2.4",
54
54
  "@chromatic-com/storybook": "4.1.1",
55
55
  "@monaco-editor/react": "4.7.0",
56
+ "@storybook/addon-docs": "9.1.10",
56
57
  "@storybook/addon-onboarding": "9.1.10",
58
+ "@storybook/addon-vitest": "9.1.10",
57
59
  "@storybook/react-vite": "9.1.10",
58
60
  "@types/react": "19.1.13",
59
61
  "@vitest/browser": "3.2.4",
@@ -64,9 +66,6 @@
64
66
  "react-dom": "19.1.1",
65
67
  "storybook": "9.1.10",
66
68
  "typescript": "5.9.2",
67
- "vitest": "3.2.4",
68
- "@storybook/addon-vitest": "9.1.10",
69
- "@storybook/addon-docs": "9.1.10",
70
- "release-it": "19.0.5"
69
+ "vitest": "3.2.4"
71
70
  }
72
71
  }