Skip to content

Commit

Permalink
release: πŸ”– v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Aug 7, 2023
1 parent c392eca commit 8ce1608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: πŸ“¦ Install Dependencies
run: mkdir node_modules && npm ci

- name: πŸ“– Readme
run: npm run copy-readme

- name: πŸ—οΈ Build
run: npm run build

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.1.0",
"version": "0.0.0",
"repository": "[email protected]:lucas-labs/plots.git",
"private": false,
"workspaces": [
Expand All @@ -12,6 +12,7 @@
},
"scripts": {
"build": "npm run build --workspaces --if-present",
"copy-readme": "cp README.md packages/plots/README.md",
"tgz": "npm pack --workspace=@lucas-labs/plots",
"serve": "concurrently \"npm run watch\" \"npm run example\" -n \"ts,sb\" -c \"blue.bold,magenta.bold\" -p \"[{name}]\"",
"watch": "npm run watch --workspaces --if-present",
Expand Down
2 changes: 1 addition & 1 deletion packages/plots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucas-labs/plots",
"version": "1.0.0",
"version": "1.1.0",
"description": "Storybook addon for embedding your design preview in addon panel",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 8ce1608

Please sign in to comment.