Skip to content

Commit 5bc804b

Browse files
committed
release: @watermark-design/shared@1.0.1
1 parent ab435a5 commit 5bc804b

9 files changed

Lines changed: 89 additions & 22 deletions

File tree

.changeset/blue-candles-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-months-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-deers-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,24 @@ watermark.create();
6767

6868
To learn more, check [its documentation](https://watermark-design.github.io/watermark/).
6969

70+
## Maintainers
71+
72+
[@zhensherlock](https://github.com/zhensherlock).
73+
74+
## Contributing
75+
76+
Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.
77+
78+
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
79+
80+
### Contributors
81+
82+
This project exists thanks to all the people who contribute.
83+
84+
<a href="https://github.com/watermark-design/watermark/graphs/contributors">
85+
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
86+
</a>
87+
7088
## License
7189

72-
[MIT](LICENSE).
90+
[MIT](LICENSE) © MichaelSun

README_zh.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ watermark.create();
6363

6464
要了解更多,请查看[文档](https://watermark-design.github.io/watermark/)
6565

66-
## License
66+
## 维护者
6767

68-
[MIT](LICENSE).
68+
[@zhensherlock](https://github.com/zhensherlock)
69+
70+
## 如何贡献
71+
72+
非常欢迎你的加入![提一个 Issue](https://github.com/watermark-design/watermark/issues/new/choose) 或者提交一个 Pull Request。
73+
74+
标准 Readme 遵循 [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) 行为规范。
75+
76+
### 贡献者
77+
78+
感谢以下参与项目的人:
79+
80+
<a href="https://github.com/watermark-design/watermark/graphs/contributors">
81+
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
82+
</a>
83+
84+
## 使用许可
85+
86+
[MIT](LICENSE) © MichaelSun

packages/shared/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @watermark-design/shared
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`a12f032`](https://github.com/watermark-design/watermark/commit/a12f0329fe5caed465a7466b4e07069586cb4f2b) Thanks [@zhensherlock](https://github.com/zhensherlock)! - chore(deps): update dependency @typescript-eslint/parser to v6.10.0
8+
9+
- [`bf0b2dc`](https://github.com/watermark-design/watermark/commit/bf0b2dc46b533ae9bfaac0e53829a256dcc5e13d) Thanks [@zhensherlock](https://github.com/zhensherlock)! - chore(deps): update dependency @types/crypto-js to v4.2.1
10+
11+
- [`f30e274`](https://github.com/watermark-design/watermark/commit/f30e274f6a88719b5f585f26bfbc72a827d0dfc2) Thanks [@zhensherlock](https://github.com/zhensherlock)! - chore(deps): update dependency @types/markdown-it to v13.0.6
12+
313
## 1.0.0
414

515
### Major Changes

packages/shared/README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/@watermark-design/shared">
1010
<img alt="npm download week" src="https://img.shields.io/npm/dw/@watermark-design/shared">
1111
<img alt="GitHub" src="https://img.shields.io/github/license/watermark-design/watermark">
12-
<a href="https://discord.gg/89xaVqpV"><img src="https://img.shields.io/discord/1143015541175496777" alt="Join the chat"></a>
12+
<a href="https://discord.gg/V5msNXCE"><img src="https://img.shields.io/discord/1170204572254474300" alt="Join the chat"></a>
1313
</p>
1414

1515
# `@watermark-design/shared`
@@ -27,6 +27,24 @@ npm install @watermark-design/shared
2727

2828
To learn more, check [its documentation](https://watermark-design.github.io/watermark/).
2929

30+
## Maintainers
31+
32+
[@zhensherlock](https://github.com/zhensherlock).
33+
34+
## Contributing
35+
36+
Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.
37+
38+
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
39+
40+
### Contributors
41+
42+
This project exists thanks to all the people who contribute.
43+
44+
<a href="https://github.com/watermark-design/watermark/graphs/contributors">
45+
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
46+
</a>
47+
3048
## License
3149

32-
[MIT](LICENSE).
50+
[MIT](LICENSE) © MichaelSun

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@watermark-design/shared",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "watermark-design shared",
55
"author": "zhensherlock",
66
"homepage": "https://github.com/watermark-design/watermark/tree/master/packages/shared#readme",

packages/style/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,24 @@ npm install @watermark-design/style
2525

2626
To learn more, check [its documentation](https://watermark-design.github.io/watermark/).
2727

28+
## Maintainers
29+
30+
[@zhensherlock](https://github.com/zhensherlock).
31+
32+
## Contributing
33+
34+
Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.
35+
36+
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
37+
38+
### Contributors
39+
40+
This project exists thanks to all the people who contribute.
41+
42+
<a href="https://github.com/watermark-design/watermark/graphs/contributors">
43+
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
44+
</a>
45+
2846
## License
2947

30-
[MIT](LICENSE).
48+
[MIT](LICENSE) © MichaelSun

0 commit comments

Comments
 (0)