Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/storybook 7.5 #4

Merged
merged 6 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading