Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed Oct 28, 2021
1 parent 37d8786 commit 4e8c939
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.2.0](https://github.com/miaoxing/mxjs-a-color-picker/compare/v0.1.2...v0.2.0) (2021-10-28)


### Features

* `react` 依赖移到 `peerDependencies` 中,开发依赖使用 `react` 17 ([67b4f71](https://github.com/miaoxing/mxjs-a-color-picker/commit/67b4f71d4526241e15e5b405e1a9562d128fd6a2))


### BREAKING CHANGES

* `react` 依赖移到 `peerDependencies` 中,开发依赖使用 `react` 17





### Dependencies

* **@miaoxing/dev:** upgrade from `7.0.1` to `8.0.0`

## [0.1.2](https://github.com/miaoxing/mxjs-a-color-picker/compare/v0.1.1...v0.1.2) (2021-05-12)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-color-picker",
"version": "0.1.2",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -19,7 +19,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@miaoxing/dev": "^7.0.1",
"@miaoxing/dev": "^8.0.0",
"@testing-library/react": "^11.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down

0 comments on commit 4e8c939

Please sign in to comment.