Skip to content

Commit

Permalink
chore(lib): release @storyblok/[email protected] (#243)
Browse files Browse the repository at this point in the history
* chore(lib): release @storyblok/[email protected]

* fix the ci

* update eslint ignore
  • Loading branch information
eunjae-lee authored Aug 8, 2023
1 parent 2c7d23c commit cf9dc45
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
packages/*/node_modules/
packages/*/dist/
packages/cli/templates/
packages/cli/templates/
packages/field-plugin/helpers/
2 changes: 1 addition & 1 deletion .github/workflows/check-if-releasing-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: jwalton/gh-find-current-pr@v1
- id: validation
run: |
if [[ "${{ steps.PR.outputs.title }}" == "@storyblok/field-plugin-cli@"* ]]; then
if [[ "${{ steps.PR.outputs.title }}" == "@storyblok/field-plugin@"* ]]; then
echo "releasing library"
echo "result=true" >> $GITHUB_OUTPUT
else
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn workspace @storyblok/field-plugin check:types
- name: Lint
run: |
yarn eslint packages/field-plugin --ignore-pattern "packages/field-plugin/helpers/"
yarn eslint packages/field-plugin
yarn workspaces foreach --include "helper-*" run lint
- name: Test
run: yarn workspace @storyblok/field-plugin test
Expand Down
2 changes: 1 addition & 1 deletion packages/field-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storyblok/field-plugin",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"description": "SDK for creating Field Plugins for Storyblok.",
"sideEffects": false,
"files": [
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,14 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/[email protected], @storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
"@storyblok/field-plugin@npm:0.0.1-beta.2":
version: 0.0.1-beta.2
resolution: "@storyblok/field-plugin@npm:0.0.1-beta.2"
checksum: 88a678c8cf275713724611756560cc7325e2c2660c305bace5284f62ecfac7e8524381506d5f6ce73153ec3c30db223ca9fb04efe82761f6a6cdaa162900131b
languageName: node
linkType: hard

"@storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
version: 0.0.0-use.local
resolution: "@storyblok/field-plugin@workspace:packages/field-plugin"
dependencies:
Expand Down

1 comment on commit cf9dc45

@vercel
Copy link

@vercel vercel bot commented on cf9dc45 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.