Skip to content

Commit

Permalink
Merge pull request #4 from raulmelo/release/storybook-7.5
Browse files Browse the repository at this point in the history
Release/storybook 7.5
  • Loading branch information
raulmelo authored Dec 1, 2023
2 parents 3852284 + 7206bdb commit c1f2432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 343 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install dependencies
run: npm install --ignore-scripts
run: npm install --legacy-peer-deps

- name: Create Release
env:
Expand Down
340 changes: 2 additions & 338 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@outlinestudio/designtokenscss",
"version": "1.0.7",
"version": "1.0.8",
"description": "Addon storybook to themes using design tokens with css variables",
"keywords": [
"style",
Expand Down Expand Up @@ -46,7 +46,7 @@
"start": "run-p build:watch 'storybook --quiet'",
"test": "echo \"Error: no test specified\" && exit 1",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "npm run build",
"release": "npm run build && auto shipit",
"eject-ts": "zx scripts/eject-typescript.mjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit c1f2432

Please sign in to comment.