Skip to content

Commit

Permalink
chore(release): 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.5.0](v5.4.0...v5.5.0) (2023-11-20)

### Bug Fixes

* πŸ› add comman operators ([0ca247d](0ca247d))
* πŸ› correct syntax errors ([d7c98b1](d7c98b1))

### Features

* 🎸 add more animation-* atoms ([90a4405](90a4405))
* 🎸 add more atoms ([fb0a3c8](fb0a3c8))
* 🎸 add TypeScript atom types ([8debe40](8debe40))
* 🎸 finalize atom TypeScript types ([4b37ed5](4b37ed5))
* 🎸 finalize new atom list ([248e68e](248e68e))
  • Loading branch information
semantic-release-bot committed Nov 20, 2023
1 parent 5ae6d28 commit 5a9b967
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [5.5.0](https://github.com/streamich/nano-css/compare/v5.4.0...v5.5.0) (2023-11-20)


### Bug Fixes

* πŸ› add comman operators ([0ca247d](https://github.com/streamich/nano-css/commit/0ca247da04241af4a228f118919856a0f839d971))
* πŸ› correct syntax errors ([d7c98b1](https://github.com/streamich/nano-css/commit/d7c98b10b86c50837afd8b742a25c4ee70b6a9ae))


### Features

* 🎸 add more animation-* atoms ([90a4405](https://github.com/streamich/nano-css/commit/90a44053c411a2803cb4fdfcf0c65e07103b42f7))
* 🎸 add more atoms ([fb0a3c8](https://github.com/streamich/nano-css/commit/fb0a3c82f295fdd7a8cdb4bd0fea260a47905138))
* 🎸 add TypeScript atom types ([8debe40](https://github.com/streamich/nano-css/commit/8debe40d1e56d80363cdb457f382a89c258f0cf4))
* 🎸 finalize atom TypeScript types ([4b37ed5](https://github.com/streamich/nano-css/commit/4b37ed5915f560fa2232a3fa99d612a12c6ff346))
* 🎸 finalize new atom list ([248e68e](https://github.com/streamich/nano-css/commit/248e68ed4568875d91725db864649febb2f189ca))

# [5.4.0](https://github.com/streamich/nano-css/compare/v5.3.5...v5.4.0) (2023-11-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nano-css",
"version": "5.4.0",
"version": "5.5.0",
"description": "Smallest 5th gen CSS-in-JS library",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5a9b967

Please sign in to comment.