Skip to content

Commit

Permalink
🔖 chore(release): publish %v
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 13, 2022
1 parent 495abd2 commit 01ed471
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 5 deletions.
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-13)


### Bug Fixes

* [#112](https://github.com/pansyjs/watermark/issues/112) ([31cb9ce](https://github.com/pansyjs/watermark/commit/31cb9ce1bb58295865726d96534ae93d0f8fea14))
* 修复类型报错 ([be3cdfe](https://github.com/pansyjs/watermark/commit/be3cdfe030437b140bf526d517d8508d66c80026))
* 修复类型错误 ([3fe05c5](https://github.com/pansyjs/watermark/commit/3fe05c56a14579ca64a4b2061162fdb36bbd76f9))


### Features

* 添加盲水印 demo and 文档 ([abf7362](https://github.com/pansyjs/watermark/commit/abf73629d0464688c48b1df29a414b7d5cdd41e0))
* 添加文字大小配置 ([0edc138](https://github.com/pansyjs/watermark/commit/0edc1387a44bddbf20bb5897c773a712c82d0831))
* api ([71f971c](https://github.com/pansyjs/watermark/commit/71f971c34fa2a2fd9c0dceed3efb4d7e580f749d))
* init ([7539c3e](https://github.com/pansyjs/watermark/commit/7539c3e50656bbb00f36a7fd1b7781395a386cb5))
* rename ([f9f6b18](https://github.com/pansyjs/watermark/commit/f9f6b18585e3f141bb754051b29959b7f630b350))
* test ([ffc87da](https://github.com/pansyjs/watermark/commit/ffc87dad26c6ac990539200737f09c98a2d29c92))
* test ([177f598](https://github.com/pansyjs/watermark/commit/177f5986933866663171772d96369c4a5a0fc3be))
* test ([6000c17](https://github.com/pansyjs/watermark/commit/6000c17b0082edb449135b38bd758256228fac46))





## [2.2.1](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-06-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/watermark",
"version": "2.2.1",
"version": "2.3.0",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.14](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-13)

**Note:** Version bump only for package @pansy/react-watermark





## [3.1.13](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-06-13)

**Note:** Version bump only for package @pansy/react-watermark
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-watermark",
"version": "3.1.13",
"version": "3.1.14",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@pansy/watermark": "2.2.1"
"@pansy/watermark": "2.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue/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.

# [1.2.0](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-13)


### Features

* add vue2/3 ([191f4af](https://github.com/pansyjs/watermark/commit/191f4af0ec0ad992a7795b2e5f75589bc22fad61))





## [1.1.3](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-06-13)

**Note:** Version bump only for package @pansy/vue-watermark
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/vue-watermark",
"version": "1.1.3",
"version": "1.2.0",
"description": "Watermark for vue, both v2 and v3",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand All @@ -24,7 +24,7 @@
}
},
"dependencies": {
"@pansy/watermark": "2.2.1",
"@pansy/watermark": "2.3.0",
"vue-demi": "*"
},
"publishConfig": {
Expand Down

0 comments on commit 01ed471

Please sign in to comment.