Skip to content

Commit b0c7624

Browse files
chore(release): 1.7.5 [skip ci]
## [1.7.5](v1.7.4...v1.7.5) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([23b03f1](23b03f1)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([a7d8865](a7d8865)) * removed toogle fullscreen icons. now using css content ([71953aa](71953aa))
1 parent 23b03f1 commit b0c7624

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.4...v1.7.5) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([23b03f1](https://github.com/CoCreate-app/CoCreate-css-parser/commit/23b03f1a55922279e771437d93f4740b53d4c8de))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([a7d8865](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a7d8865dbd603fd04b34424ad3396735ecd137ea))
8+
* removed toogle fullscreen icons. now using css content ([71953aa](https://github.com/CoCreate-app/CoCreate-css-parser/commit/71953aa86c7d0b29d5271fab9551bb7135786c17))
9+
110
## [1.7.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.3...v1.7.4) (2023-04-24)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"css-parser",

0 commit comments

Comments
 (0)