1 parent 472f2b4 commit a1501d7Copy full SHA for a1501d7
2 files changed
plugins/postcss-color-rebeccapurple/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changes to PostCSS RebeccaPurple
2
3
+### 7.0.2 (January 2, 2022)
4
+
5
+- Removed Sourcemaps from package tarball.
6
+- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
7
8
### 7.0.1 (December 16, 2021)
9
10
- Changed: now uses `postcss-value-parser` for parsing.
plugins/postcss-color-rebeccapurple/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-color-rebeccapurple",
- "version": "7.0.1",
+ "version": "7.0.2",
"description": "Use the rebeccapurple color keyword in CSS",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"contributors": [
0 commit comments