Skip to content

Commit

Permalink
2.6.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Aug 14, 2023
1 parent bf24c45 commit a0a0ca5
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 25 deletions.
6 changes: 4 additions & 2 deletions 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": "2.5.1",
"version": "2.6.0-alpha.0",
"npmClient": "npm",
"command": {
"version": {
Expand All @@ -9,5 +9,7 @@
"push": false
}
},
"packages": ["packages/*"]
"packages": [
"packages/*"
]
}
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": "2.5.1",
"version": "2.6.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "ava --serial 'test/**/*.ts'"
},
"dependencies": {
"@create-figma-plugin/common": "^2.5.1",
"@create-figma-plugin/common": "^2.6.0-alpha.0",
"chokidar": "^3.5.3",
"cssnano": "^6.0.1",
"esbuild": "^0.19.1",
Expand All @@ -59,8 +59,8 @@
"typed-css-modules": "^0.7.2"
},
"devDependencies": {
"@create-figma-plugin/tsconfig": "^2.5.1",
"@create-figma-plugin/utilities": "^2.5.1",
"@create-figma-plugin/tsconfig": "^2.6.0-alpha.0",
"@create-figma-plugin/utilities": "^2.6.0-alpha.0",
"@figma/plugin-typings": "1.74.0",
"@types/node": "^20.4.10",
"@types/react": "^18.2.20",
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": "2.5.1",
"version": "2.6.0-alpha.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": "2.5.1",
"version": "2.6.0-alpha.0",
"description": "Initialize a new Figma/FigJam plugin/widget using a template",
"keywords": [
"create-figma-plugin",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "ava --serial 'test/**/*.ts'"
},
"dependencies": {
"@create-figma-plugin/common": "^2.5.1",
"@create-figma-plugin/common": "^2.6.0-alpha.0",
"globby": "^13.2.2",
"inquirer": "^9.2.10",
"is-utf8": "^0.2.1",
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": "2.5.1",
"version": "2.6.0-alpha.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": "2.5.1",
"version": "2.6.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"storybook-watch": "storybook dev --port 4242"
},
"dependencies": {
"@create-figma-plugin/utilities": "^2.5.1"
"@create-figma-plugin/utilities": "^2.6.0-alpha.0"
},
"devDependencies": {
"@storybook/addon-storysource": "^7.2.3",
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": "2.5.1",
"version": "2.6.0-alpha.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": "2.5.1",
"version": "2.6.0-alpha.0",
"type": "module",
"scripts": {
"clean": "rimraf '*.log' build",
Expand Down

0 comments on commit a0a0ca5

Please sign in to comment.