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 Jan 17, 2022
1 parent cf95b6e commit aa4dc79
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/core/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.

## [2.0.8](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-01-17)

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





## [2.0.7](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-01-17)

**Note:** Version bump only for package @pansy/watermark
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.0.7",
"version": "2.0.8",
"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.7](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-01-17)

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





## [3.1.6](https://github.com/pansyjs/watermark/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-01-17)

**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.6",
"version": "3.1.7",
"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.0.7"
"@pansy/watermark": "2.0.8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

1 comment on commit aa4dc79

@vercel
Copy link

@vercel vercel bot commented on aa4dc79 Jan 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.