Skip to content

Commit

Permalink
release: @watermark-design/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhensherlock committed Nov 8, 2023
1 parent ab435a5 commit 5bc804b
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-candles-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-months-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-deers-love.md

This file was deleted.

20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ watermark.create();

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

## Maintainers

[@zhensherlock](https://github.com/zhensherlock).

## Contributing

Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.

Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.

### Contributors

This project exists thanks to all the people who contribute.

<a href="https://github.com/watermark-design/watermark/graphs/contributors">
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
</a>

## License

[MIT](LICENSE).
[MIT](LICENSE) © MichaelSun
22 changes: 20 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,24 @@ watermark.create();

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

## License
## 维护者

[MIT](LICENSE).
[@zhensherlock](https://github.com/zhensherlock)

## 如何贡献

非常欢迎你的加入![提一个 Issue](https://github.com/watermark-design/watermark/issues/new/choose) 或者提交一个 Pull Request。

标准 Readme 遵循 [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) 行为规范。

### 贡献者

感谢以下参与项目的人:

<a href="https://github.com/watermark-design/watermark/graphs/contributors">
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
</a>

## 使用许可

[MIT](LICENSE) © MichaelSun
10 changes: 10 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @watermark-design/shared

## 1.0.1

### Patch Changes

- [`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

- [`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

- [`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

## 1.0.0

### Major Changes
Expand Down
22 changes: 20 additions & 2 deletions packages/shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/@watermark-design/shared">
<img alt="npm download week" src="https://img.shields.io/npm/dw/@watermark-design/shared">
<img alt="GitHub" src="https://img.shields.io/github/license/watermark-design/watermark">
<a href="https://discord.gg/89xaVqpV"><img src="https://img.shields.io/discord/1143015541175496777" alt="Join the chat"></a>
<a href="https://discord.gg/V5msNXCE"><img src="https://img.shields.io/discord/1170204572254474300" alt="Join the chat"></a>
</p>

# `@watermark-design/shared`
Expand All @@ -27,6 +27,24 @@ npm install @watermark-design/shared

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

## Maintainers

[@zhensherlock](https://github.com/zhensherlock).

## Contributing

Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.

Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.

### Contributors

This project exists thanks to all the people who contribute.

<a href="https://github.com/watermark-design/watermark/graphs/contributors">
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
</a>

## License

[MIT](LICENSE).
[MIT](LICENSE) © MichaelSun
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watermark-design/shared",
"version": "1.0.0",
"version": "1.0.1",
"description": "watermark-design shared",
"author": "zhensherlock",
"homepage": "https://github.com/watermark-design/watermark/tree/master/packages/shared#readme",
Expand Down
20 changes: 19 additions & 1 deletion packages/style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ npm install @watermark-design/style

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

## Maintainers

[@zhensherlock](https://github.com/zhensherlock).

## Contributing

Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.

Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.

### Contributors

This project exists thanks to all the people who contribute.

<a href="https://github.com/watermark-design/watermark/graphs/contributors">
<img src="https://contrib.rocks/image?repo=watermark-design/watermark" />
</a>

## License

[MIT](LICENSE).
[MIT](LICENSE) © MichaelSun

0 comments on commit 5bc804b

Please sign in to comment.