Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Apr 6, 2024
1 parent 04f8403 commit 62ccfd9
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.2.0-alpha.0",
"version": "3.2.0",
"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.2.0-alpha.0",
"version": "3.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "ava --serial 'test/**/*.ts'"
},
"dependencies": {
"@create-figma-plugin/common": "^3.2.0-alpha.0",
"@create-figma-plugin/common": "^3.2.0",
"chokidar": "^3.6.0",
"cssnano": "^6.1.2",
"esbuild": "0.20.2",
Expand All @@ -58,8 +58,8 @@
"typed-css-modules": "^0.9.1"
},
"devDependencies": {
"@create-figma-plugin/tsconfig": "^3.2.0-alpha.0",
"@create-figma-plugin/utilities": "^3.2.0-alpha.0",
"@create-figma-plugin/tsconfig": "^3.2.0",
"@create-figma-plugin/utilities": "^3.2.0",
"@figma/plugin-typings": "1.90.0",
"@types/node": "20.12.4",
"@types/react": "18.2.74",
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.2.0-alpha.0",
"version": "3.2.0",
"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.2.0-alpha.0",
"version": "3.2.0",
"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.2.0-alpha.0",
"@create-figma-plugin/common": "^3.2.0",
"@sindresorhus/slugify": "^2.2.1",
"globby": "^14.0.1",
"inquirer": "^9.2.17",
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.2.0-alpha.0",
"version": "3.2.0",
"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.2.0-alpha.0",
"version": "3.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"storybook-watch": "storybook dev --port 4242"
},
"dependencies": {
"@create-figma-plugin/utilities": "^3.2.0-alpha.0"
"@create-figma-plugin/utilities": "^3.2.0"
},
"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.2.0-alpha.0",
"version": "3.2.0",
"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.2.0-alpha.0",
"version": "3.2.0",
"type": "module",
"scripts": {
"clean": "rimraf --glob '*.log' build",
Expand Down

0 comments on commit 62ccfd9

Please sign in to comment.