Skip to content

Commit

Permalink
chore(release): 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent bc74940 commit 6219a3b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.19.0](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.18.0...v1.19.0) (2023-11-25)


### Bug Fixes

* pass attributes renamed to state ([e4fa08b](https://github.com/CoCreate-app/CoCreateCSS/commit/e4fa08be2bdb1960827113ad197d4d245e9b0c07))
* remove nav and navbar css ([c85ab44](https://github.com/CoCreate-app/CoCreateCSS/commit/c85ab4471cc75c0a9ac3dd13363a62c4460dc67d))
* update nav, edit button and css path ([c61865c](https://github.com/CoCreate-app/CoCreateCSS/commit/c61865c9adb467ccbcfa8f3d1374f2e41022f562))


### Features

* upgrade dependencies for latest features and fixes ([bc74940](https://github.com/CoCreate-app/CoCreateCSS/commit/bc7494018f243125df2c450431895c0b16aa1977))

# [1.18.0](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.17.3...v1.18.0) (2023-11-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatecss",
"version": "1.18.0",
"version": "1.19.0",
"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.",
"keywords": [
"cocreatecss",
Expand Down Expand Up @@ -59,4 +59,4 @@
"webpack-cli": "^4.6.0",
"webpack-log": "^3.0.1"
}
}
}

0 comments on commit 6219a3b

Please sign in to comment.