Skip to content

Commit 17e76e9

Browse files
chore: 2.0.0 [skip ci]
# [2.0.0](v1.1.40...v2.0.0) (2024-08-18) ### Bug Fixes * lock file maintenance ([#93](#93)) ([e31ab1b](e31ab1b)) * update dependency postcss to v8.4.24 ([66c277c](66c277c)) ### BREAKING CHANGES * node.js >= 18 * migrate to esm nuxt 3 support
1 parent e31ab1b commit 17e76e9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/dword-design/nuxt-atomizer/compare/v1.1.40...v2.0.0) (2024-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* lock file maintenance ([#93](https://github.com/dword-design/nuxt-atomizer/issues/93)) ([e31ab1b](https://github.com/dword-design/nuxt-atomizer/commit/e31ab1bb68c777fc9b4beaf7041d85131adc75d3))
7+
* update dependency postcss to v8.4.24 ([66c277c](https://github.com/dword-design/nuxt-atomizer/commit/66c277cc77d27cca2855461544cdb68eb54da243))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* node.js >= 18
13+
* migrate to esm
14+
nuxt 3 support
15+
116
## [1.1.40](https://github.com/dword-design/nuxt-atomizer/compare/v1.1.39...v1.1.40) (2023-04-07)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-atomizer",
3-
"version": "1.1.40",
3+
"version": "2.0.0",
44
"description": "Module that adds ACSS atomic CSS framework (aka Atomizer) support to a Nuxt.js app. Generates atomic classes from code.",
55
"keywords": [
66
"atomic-css",

0 commit comments

Comments
 (0)