Skip to content

Commit

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

# [3.3.0](https://github.com/Miaonster/taro-code/compare/v3.2.0...v3.3.0) (2021-06-22)


### Bug Fixes

* update version script ([c86a443](https://github.com/Miaonster/taro-code/commit/c86a443a3fdf8faf21370b5b2c37bec385712c50))


### Features

* add foregroundColor, backgroundColor ([#37](https://github.com/Miaonster/taro-code/issues/37)) ([f0ced87](https://github.com/Miaonster/taro-code/commit/f0ced8728181c298cc44fec110d388666a1b3092))
* update doc ([#38](https://github.com/Miaonster/taro-code/issues/38)) ([a37d9d3](https://github.com/Miaonster/taro-code/commit/a37d9d3a4a2cabb6d925317ebd25c1c4ed1a9a57))





# [3.2.0](https://github.com/Miaonster/taro-code/compare/v3.1.0...v3.2.0) (2020-08-24)


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.2.0",
"version": "3.3.0",
"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.3.0](https://github.com/Miaonster/taro-code/compare/v3.2.0...v3.3.0) (2021-06-22)


### Features

* add foregroundColor, backgroundColor ([#37](https://github.com/Miaonster/taro-code/issues/37)) ([f0ced87](https://github.com/Miaonster/taro-code/commit/f0ced8728181c298cc44fec110d388666a1b3092))





# [3.2.0](https://github.com/Miaonster/taro-code/compare/v3.1.0...v3.2.0) (2020-08-24)


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.2.0",
"version": "3.3.0",
"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.3.0](https://github.com/miaonster/taro-code/compare/v3.2.0...v3.3.0) (2021-06-22)


### Features

* add foregroundColor, backgroundColor ([#37](https://github.com/miaonster/taro-code/issues/37)) ([f0ced87](https://github.com/miaonster/taro-code/commit/f0ced8728181c298cc44fec110d388666a1b3092))





# [3.2.0](https://github.com/miaonster/taro-code/compare/v3.1.0...v3.2.0) (2020-08-24)


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.2.0",
"version": "3.3.0",
"description": "Taro.js barcode & qrcode",
"browser": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 4c3c3ef

Please sign in to comment.