Skip to content

Commit 48919ea

Browse files
Merge branch 'main' of github.com:storyblok/field-plugin
2 parents e2a9a71 + 71272ee commit 48919ea

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/check-if-releasing-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: jwalton/gh-find-current-pr@v1
1616
- id: validation
1717
run: |
18-
if [[ "${{ steps.PR.outputs.title }}" == "@storyblok/field-plugin@"* ]]; then
18+
if [[ "${{ steps.PR.outputs.title }}" == "chore(lib): release @storyblok/field-plugin@"* ]]; then
1919
echo "releasing library"
2020
echo "result=true" >> $GITHUB_OUTPUT
2121
else

packages/field-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storyblok/field-plugin",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "SDK for creating Field Plugins for Storyblok.",
55
"sideEffects": false,
66
"files": [

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,14 @@ __metadata:
18711871
languageName: unknown
18721872
linkType: soft
18731873

1874-
"@storyblok/[email protected], @storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
1874+
"@storyblok/field-plugin@npm:1.3.0":
1875+
version: 1.3.0
1876+
resolution: "@storyblok/field-plugin@npm:1.3.0"
1877+
checksum: 6b48a5c2f712ba412fbf904567b1292be44f8184c1ad7681be4b8102e22b8d188bd8e65e20edad4a196cd45cc66eb3314187963babe1b9f203250df572836be2
1878+
languageName: node
1879+
linkType: hard
1880+
1881+
"@storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
18751882
version: 0.0.0-use.local
18761883
resolution: "@storyblok/field-plugin@workspace:packages/field-plugin"
18771884
dependencies:

0 commit comments

Comments
 (0)