Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phy-lei committed Mar 22, 2024
1 parent 32f6bed commit 32f6630
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["taro-solid"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "pnpm -r --filter=./packages/* run build",
"lint": "eslint packages/ --ext .js --ext .ts --ext .tsx",
"publish": "pnpm run build && pnpm run release:only",
"version-packages": "changeset version",
"bump": "changeset add",
"release:only": "changeset publish"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/tarojs-plugin-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# tarojs-plugin-solid

## 2.0.0

### Major Changes

- types: 新增 solidjs 的指令类型拓展
2 changes: 1 addition & 1 deletion packages/tarojs-plugin-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tarojs-plugin-solid",
"version": "1.1.6",
"version": "2.0.0",
"description": "taro插件,支持使用 Solid 开发小程序",
"main": "index.js",
"types": "types/taro-components-solid.d.ts",
Expand Down

0 comments on commit 32f6630

Please sign in to comment.