Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Oct 24, 2023
1 parent 85d4f77 commit 00749bd
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"npmClient": "npm",
"command": {
"version": {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@create-figma-plugin/build",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "ava --serial 'test/**/*.ts'"
},
"dependencies": {
"@create-figma-plugin/common": "^3.0.2-alpha.0",
"@create-figma-plugin/common": "^3.0.2",
"chokidar": "^3.5.3",
"cssnano": "^6.0.1",
"esbuild": "0.19.5",
Expand All @@ -58,8 +58,8 @@
"typed-css-modules": "^0.8.0"
},
"devDependencies": {
"@create-figma-plugin/tsconfig": "^3.0.2-alpha.0",
"@create-figma-plugin/utilities": "^3.0.2-alpha.0",
"@create-figma-plugin/tsconfig": "^3.0.2",
"@create-figma-plugin/utilities": "^3.0.2",
"@figma/plugin-typings": "1.79.0",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@create-figma-plugin/common",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-figma-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-figma-plugin",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"description": "Initialize a new Figma/FigJam plugin/widget using a template",
"keywords": [
"create-figma-plugin",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test": "ava --serial 'test/**/*.ts'"
},
"dependencies": {
"@create-figma-plugin/common": "^3.0.2-alpha.0",
"@create-figma-plugin/common": "^3.0.2",
"@sindresorhus/slugify": "^2.2.1",
"globby": "^13.2.2",
"inquirer": "^9.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@create-figma-plugin/tsconfig",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@create-figma-plugin/ui",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"storybook-watch": "storybook dev --port 4242"
},
"dependencies": {
"@create-figma-plugin/utilities": "^3.0.2-alpha.0"
"@create-figma-plugin/utilities": "^3.0.2"
},
"devDependencies": {
"@sindresorhus/slugify": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@create-figma-plugin/utilities",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"type": "module",
"scripts": {
"clean": "rimraf --glob '*.log' build",
Expand Down

0 comments on commit 00749bd

Please sign in to comment.