Skip to content

Commit 5a9b967

Browse files
chore(release): 5.5.0 [skip ci]
# [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))
1 parent 5ae6d28 commit 5a9b967

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [5.5.0](https://github.com/streamich/nano-css/compare/v5.4.0...v5.5.0) (2023-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› add comman operators ([0ca247d](https://github.com/streamich/nano-css/commit/0ca247da04241af4a228f118919856a0f839d971))
7+
* πŸ› correct syntax errors ([d7c98b1](https://github.com/streamich/nano-css/commit/d7c98b10b86c50837afd8b742a25c4ee70b6a9ae))
8+
9+
10+
### Features
11+
12+
* 🎸 add more animation-* atoms ([90a4405](https://github.com/streamich/nano-css/commit/90a44053c411a2803cb4fdfcf0c65e07103b42f7))
13+
* 🎸 add more atoms ([fb0a3c8](https://github.com/streamich/nano-css/commit/fb0a3c82f295fdd7a8cdb4bd0fea260a47905138))
14+
* 🎸 add TypeScript atom types ([8debe40](https://github.com/streamich/nano-css/commit/8debe40d1e56d80363cdb457f382a89c258f0cf4))
15+
* 🎸 finalize atom TypeScript types ([4b37ed5](https://github.com/streamich/nano-css/commit/4b37ed5915f560fa2232a3fa99d612a12c6ff346))
16+
* 🎸 finalize new atom list ([248e68e](https://github.com/streamich/nano-css/commit/248e68ed4568875d91725db864649febb2f189ca))
17+
118
# [5.4.0](https://github.com/streamich/nano-css/compare/v5.3.5...v5.4.0) (2023-11-20)
219

320

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nano-css",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Smallest 5th gen CSS-in-JS library",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
Β (0)