Skip to content

Commit 706665a

Browse files
chore(release): 1.10.5 [skip ci]
## [1.10.5](v1.10.4...v1.10.5) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([9ff098e](9ff098e)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([9ab6cda](9ab6cda)) * removed toogle fullscreen icons. now using css content ([ad90954](ad90954))
1 parent 9ff098e commit 706665a

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.10.5](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.4...v1.10.5) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([9ff098e](https://github.com/CoCreate-app/CoCreate-api/commit/9ff098e31d6a8d9d3bcddb1244ef94064b9db277))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([9ab6cda](https://github.com/CoCreate-app/CoCreate-api/commit/9ab6cda64a6b4f746542cd11177a011ded095d2e))
8+
* removed toogle fullscreen icons. now using css content ([ad90954](https://github.com/CoCreate-app/CoCreate-api/commit/ad90954c748c659770c59401cab9201fddfc165c))
9+
110
## [1.10.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.3...v1.10.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/api",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",

0 commit comments

Comments
 (0)