Skip to content

Commit f10b82b

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.32...v1.13.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([e94976f](e94976f)) * replace -target -selector ([7ba728f](7ba728f)) * webpack.config and package.json make use of mode=production instead of process.env ([0d229ab](0d229ab)) ### Features * name attribute and variable renamed to key ([205ac62](205ac62))
1 parent 0d229ab commit f10b82b

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.13.0](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.12.32...v1.13.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([e94976f](https://github.com/CoCreate-app/CoCreateCSS/commit/e94976fe61ee576e1ae2ce143102d312e72af75f))
7+
* replace -target -selector ([7ba728f](https://github.com/CoCreate-app/CoCreateCSS/commit/7ba728f0ac0ffffda8ec4e832b6a8de034b2a5e0))
8+
* webpack.config and package.json make use of mode=production instead of process.env ([0d229ab](https://github.com/CoCreate-app/CoCreateCSS/commit/0d229aba2ce9b80f3f0729de89ee8d606890ba46))
9+
10+
11+
### Features
12+
13+
* name attribute and variable renamed to key ([205ac62](https://github.com/CoCreate-app/CoCreateCSS/commit/205ac62079a0c35a72af32c75fe6045373183927))
14+
115
## [1.12.32](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.12.31...v1.12.32) (2023-06-14)
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.12.32",
3+
"version": "1.13.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)