We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48272d commit 0f003c1Copy full SHA for 0f003c1
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+# [2.0.0](https://github.com/arvinxx/antd-style/compare/v1.0.0...v2.0.0) (2023-01-06)
4
+
5
+### ✨ Features
6
7
+- 计划废弃 v1 大版本 ([d62c8fc](https://github.com/arvinxx/antd-style/commit/d62c8fc))
8
9
+### 💥 BREAKING CHANGES
10
11
+- 由于错发 1.1.0,导致 rc 如果发出来就会有 Breaking Change,直接调整版本号到 v2
12
13
# 1.0.0 (2023-01-06)
14
15
### ✨ Features
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "2.0.0-alpha.0",
+ "version": "2.0.0",
"description": "a css-in-js application solution combine emotion with antd v5 token system",
"keywords": [
"npm",
0 commit comments