@baishuyun/tailwind-config 1.0.17 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @baishuyun/tailwind-config
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- refactor sdk
|
|
8
|
+
|
|
9
|
+
## 1.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- widget agent
|
|
14
|
+
- 4acb2cc: widget agent
|
|
15
|
+
- 35058a9: widget agent
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- e5dd21a: widget agent
|
|
20
|
+
- a934bc0: add widget agent
|
|
21
|
+
|
|
3
22
|
## 1.0.17
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|