Skip to content

Commit

Permalink
release: πŸ”– v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Jan 18, 2023
1 parent 101735c commit fdc9e2a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// πŸ“ readmes
"**/**/README.md": true,
"**/**/CONTRIBUTING.md": true,
// "**/**/CONTRIBUTING.md": true,

// πŸ—‘οΈ
"**/**/node_modules": true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.0.1-alpha.1",
"version": "1.0.0",
"repository": "[email protected]:lucas-labs/plots.git",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucas-labs/plots-assets",
"version": "0.0.1-alpha.1",
"version": "1.0.0",
"private": true,
"include": [
"src",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucas-labs/plots-examples",
"version": "0.0.1-alpha.1",
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "^17.0.0",
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": "0.0.1-alpha.1",
"version": "1.0.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 fdc9e2a

Please sign in to comment.