Skip to content

Commit 6219a3b

Browse files
chore(release): 1.19.0 [skip ci]
# [1.19.0](v1.18.0...v1.19.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([e4fa08b](e4fa08b)) * remove nav and navbar css ([c85ab44](c85ab44)) * update nav, edit button and css path ([c61865c](c61865c)) ### Features * upgrade dependencies for latest features and fixes ([bc74940](bc74940))
1 parent bc74940 commit 6219a3b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.19.0](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.18.0...v1.19.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([e4fa08b](https://github.com/CoCreate-app/CoCreateCSS/commit/e4fa08be2bdb1960827113ad197d4d245e9b0c07))
7+
* remove nav and navbar css ([c85ab44](https://github.com/CoCreate-app/CoCreateCSS/commit/c85ab4471cc75c0a9ac3dd13363a62c4460dc67d))
8+
* update nav, edit button and css path ([c61865c](https://github.com/CoCreate-app/CoCreateCSS/commit/c61865c9adb467ccbcfa8f3d1374f2e41022f562))
9+
10+
11+
### Features
12+
13+
* upgrade dependencies for latest features and fixes ([bc74940](https://github.com/CoCreate-app/CoCreateCSS/commit/bc7494018f243125df2c450431895c0b16aa1977))
14+
115
# [1.18.0](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.17.3...v1.18.0) (2023-11-19)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cocreatecss",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it.",
55
"keywords": [
66
"cocreatecss",
@@ -59,4 +59,4 @@
5959
"webpack-cli": "^4.6.0",
6060
"webpack-log": "^3.0.1"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)