@sanity/plugin-kit 2.1.1 → 2.1.3

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.
@@ -19,7 +19,7 @@ on:
19
19
  description: Release new version
20
20
  required: true
21
21
  default: false
22
- type: boolean`
22
+ type: boolean
23
23
 
24
24
  concurrency:
25
25
  # On PRs builds will cancel if new pushes happen before the CI completes, as it defines `github.head_ref` and gives it the name of the branch the PR wants to merge into
@@ -90,7 +90,6 @@ jobs:
90
90
  - run: npm test
91
91
 
92
92
  release:
93
- needs: test
94
93
  needs: [build, test]
95
94
  # only run if opt-in during workflow_dispatch
96
95
  if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "sanity-io",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "sanity-io",