Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f4ecd5

Browse files
committedJan 31, 2023
🚀 RELEASE: chore(release) - 1.0.6 [skip ci]
# [postcss-colorguard-v1.0.6](postcss-colorguard-v1.0.5...postcss-colorguard-v1.0.6) (2023-01-31) ### Others - ⬆️ [`80229c8`](80229c8) build(deps): Update dependency typescript to v4.9.5
1 parent 80229c8 commit 8f4ecd5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎packages/postcss-colorguard/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [postcss-colorguard-v1.0.6](https://github.com/bryanjtc/css-colorguard-upgraded/compare/postcss-colorguard-v1.0.5...postcss-colorguard-v1.0.6) (2023-01-31)
2+
3+
### Others
4+
5+
- ⬆️ [`80229c8`](https://github.com/bryanjtc/css-colorguard-upgraded/commit/80229c8) build(deps): Update dependency typescript to v4.9.5
6+
17
# [postcss-colorguard-v1.0.5](https://github.com/bryanjtc/css-colorguard-upgraded/compare/postcss-colorguard-v1.0.4...postcss-colorguard-v1.0.5) (2023-01-27)
28

39
### Others

‎packages/postcss-colorguard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-colorguard",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "PostCSS plugin to keep a watchful eye on your css colors",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.