@acmekit/ui-preset 2.13.5 → 2.13.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # Changelog
2
2
 
3
- ## 2.13.5
3
+ ## 2.13.6
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - some changes
7
+ - hhhxx
8
8
 
9
- ## 2.13.4
9
+ ## 2.13.5
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - changes
13
+ - some
14
14
 
15
15
  ## 2.13.4
16
16
 
17
17
  ### Patch Changes
18
18
 
19
- - changes
19
+ - change
20
20
 
21
21
  ## 2.13.3
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/ui-preset",
3
- "version": "2.13.5",
3
+ "version": "2.13.6",
4
4
  "description": "AcmeKit UI preset",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "tailwindcss": "^3.4.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@acmekit/toolbox": "2.13.5",
33
+ "@acmekit/toolbox": "2.13.6",
34
34
  "tailwindcss": "^3.4.3"
35
35
  },
36
36
  "publishConfig": {