Skip to content

Commit cc30d69

Browse files
committed
Bump plugin version to v13
1 parent 90c0e89 commit cc30d69

4 files changed

Lines changed: 217 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
node-version-file: .nvmrc
3030
registry-url: "https://registry.npmjs.org"
31+
- name: Upgrade npm to latest (for OIDC support)
32+
run: npm install -g npm@latest
3133
- name: Install pnpm
3234
uses: pnpm/action-setup@v4
3335
with:

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"@semantic-release/npm",
77
{
88
"npmPublish": true,
9-
"pkgRoot": "."
9+
"pkgRoot": ".",
10+
"tarballDir": "dist"
1011
}
1112
],
1213
"@semantic-release/github"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"@chromatic-com/storybook": "^3",
8181
"@jsonforms/core": "^3.4.0",
8282
"@jsonforms/react": "^3.4.0",
83+
"@semantic-release/npm": "13.1.3",
8384
"@storybook/addon-essentials": "^8.6.12",
8485
"@storybook/addon-interactions": "^8.6.12",
8586
"@storybook/addon-links": "^8.6.12",

pnpm-lock.yaml

Lines changed: 212 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)