Skip to content

Commit 385bf75

Browse files
chore(release): 1.12.5 [skip ci]
## [1.12.5](v1.12.4...v1.12.5) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([b6734d8](b6734d8)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([94c925d](94c925d)) * relocated fullscreen css to fullscreen component ([b68192b](b68192b)) * removed toogle fullscreen icons. now using css content ([19822bf](19822bf)) * replaced sessionUser and sessionOrg with localstorage attributes ([b51f8e7](b51f8e7)) * typo fullscreen icon ([0a02930](0a02930))
1 parent b68192b commit 385bf75

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.12.5](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.12.4...v1.12.5) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([b6734d8](https://github.com/CoCreate-app/CoCreateCSS/commit/b6734d880e41b5ccb8921a4e0d5b995b7c09a87e))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([94c925d](https://github.com/CoCreate-app/CoCreateCSS/commit/94c925de630030430f0d52cf4f3f1e8801d36234))
8+
* relocated fullscreen css to fullscreen component ([b68192b](https://github.com/CoCreate-app/CoCreateCSS/commit/b68192b4f436f6a6658ff5d3dca48383af8e528d))
9+
* removed toogle fullscreen icons. now using css content ([19822bf](https://github.com/CoCreate-app/CoCreateCSS/commit/19822bf305e7b3883ffc6dca34c0ecae6e79ea80))
10+
* replaced sessionUser and sessionOrg with localstorage attributes ([b51f8e7](https://github.com/CoCreate-app/CoCreateCSS/commit/b51f8e7dab5fd5453e55afbe5ae0d03fe9095a0b))
11+
* typo fullscreen icon ([0a02930](https://github.com/CoCreate-app/CoCreateCSS/commit/0a02930d77bc0cddf72b7349509b85a83c5e41de))
12+
113
## [1.12.4](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.12.3...v1.12.4) (2023-04-24)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cocreatecss",
3-
"version": "1.12.4",
3+
"version": "1.12.5",
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",

0 commit comments

Comments
 (0)