Skip to content

Commit e8f3ad9

Browse files
committed
3.2.1
1 parent 0cc64fa commit e8f3ad9

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"npmClient": "npm",
55
"command": {
66
"version": {

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-figma-plugin/build",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -40,7 +40,7 @@
4040
"test": "ava --serial 'test/**/*.ts'"
4141
},
4242
"dependencies": {
43-
"@create-figma-plugin/common": "^3.2.1-alpha.2",
43+
"@create-figma-plugin/common": "^3.2.1",
4444
"chokidar": "^3.6.0",
4545
"cssnano": "^7.0.5",
4646
"esbuild": "0.23.0",
@@ -58,8 +58,8 @@
5858
"typed-css-modules": "^0.9.1"
5959
},
6060
"devDependencies": {
61-
"@create-figma-plugin/tsconfig": "^3.2.1-alpha.2",
62-
"@create-figma-plugin/utilities": "^3.2.1-alpha.2",
61+
"@create-figma-plugin/tsconfig": "^3.2.1",
62+
"@create-figma-plugin/utilities": "^3.2.1",
6363
"@figma/plugin-typings": "1.100.2",
6464
"@types/node": "22.2.0",
6565
"@types/react": "18.3.3",

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-figma-plugin/common",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/create-figma-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-figma-plugin",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"description": "Initialize a new Figma/FigJam plugin/widget using a template",
55
"keywords": [
66
"create-figma-plugin",
@@ -38,7 +38,7 @@
3838
"test": "ava --serial 'test/**/*.ts'"
3939
},
4040
"dependencies": {
41-
"@create-figma-plugin/common": "^3.2.1-alpha.2",
41+
"@create-figma-plugin/common": "^3.2.1",
4242
"@inquirer/select": "^2.4.7",
4343
"@sindresorhus/slugify": "^2.2.1",
4444
"globby": "^14.0.2",

packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-figma-plugin/tsconfig",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-figma-plugin/ui",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -62,7 +62,7 @@
6262
"storybook-watch": "storybook dev --port 4242"
6363
},
6464
"dependencies": {
65-
"@create-figma-plugin/utilities": "^3.2.1-alpha.2"
65+
"@create-figma-plugin/utilities": "^3.2.1"
6666
},
6767
"devDependencies": {
6868
"@sindresorhus/slugify": "2.2.1",

packages/utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-figma-plugin/utilities",
3-
"version": "3.2.1-alpha.2",
3+
"version": "3.2.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "website",
4-
"version": "3.2.1-alpha.2",
4+
"version": "3.2.1",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf --glob '*.log' build",

0 commit comments

Comments
 (0)