@bakung-ui/bakung.css 26.1.1 → 26.1.2

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 -1
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changes to bakung.css
2
2
 
3
- ### 26.0.1
3
+ ### 26.1.2
4
+
5
+ * Update package.json, add @bakung-ui/minimax.css in devDependencies
6
+
7
+ ### 26.01.1
4
8
 
5
9
  * Update package.json add entry point for unpkg
6
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bakung-ui/bakung.css",
3
3
  "description": "HTML UI library pure CSS, lightweight, no javascript",
4
- "version": "26.1.1",
4
+ "version": "26.1.2",
5
5
  "keywords": [
6
6
  "css",
7
7
  "css-library",
@@ -33,6 +33,7 @@
33
33
  },
34
34
  "bugs": "https://github.com/bakung-ui/bakung.css/issues",
35
35
  "devDependencies": {
36
+ "@bakung-ui/minimax.css": "^26.1.3",
36
37
  "cssnano": "^7.1.2",
37
38
  "postcss": "^8.5.6",
38
39
  "postcss-cli": "^11.0.1",