Skip to content

Commit

Permalink
chore(release): publish v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaonster committed Apr 1, 2022
1 parent c194f3c commit a3eccb0
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.2](https://github.com/Miaonster/taro-code/compare/v3.5.0...v3.5.2) (2022-04-01)


### Bug Fixes

* 修复类型问题 ([c194f3c](https://github.com/Miaonster/taro-code/commit/c194f3c69ff749dc3276f986fdb25ec21d73fea8))





# [3.5.0](https://github.com/Miaonster/taro-code/compare/v3.4.0...v3.5.0) (2022-04-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT"
}
},
"version": "3.5.0",
"version": "3.5.2",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/taro-code-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.2](https://github.com/Miaonster/taro-code/compare/v3.5.0...v3.5.2) (2022-04-01)


### Bug Fixes

* 修复类型问题 ([c194f3c](https://github.com/Miaonster/taro-code/commit/c194f3c69ff749dc3276f986fdb25ec21d73fea8))





# [3.5.0](https://github.com/Miaonster/taro-code/compare/v3.4.0...v3.5.0) (2022-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/taro-code-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-code-demo",
"version": "3.5.0",
"version": "3.5.2",
"description": "Taro.js barcode & qrcode",
"homepage": "https://github.com/miaonster/taro-code",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/taro-code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.2](https://github.com/miaonster/taro-code/compare/v3.5.0...v3.5.2) (2022-04-01)


### Bug Fixes

* 修复类型问题 ([c194f3c](https://github.com/miaonster/taro-code/commit/c194f3c69ff749dc3276f986fdb25ec21d73fea8))





# [3.5.0](https://github.com/miaonster/taro-code/compare/v3.4.0...v3.5.0) (2022-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/taro-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-code",
"version": "3.5.1",
"version": "3.5.2",
"description": "Taro.js barcode & qrcode",
"browser": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit a3eccb0

Please sign in to comment.