Skip to content

Commit 4d4eed4

Browse files
chore(release): 1.4.5 [skip ci]
## [1.4.5](v1.4.4...v1.4.5) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([39bf299](39bf299)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([fecea8e](fecea8e)) * removed toogle fullscreen icons. now using css content ([eb47648](eb47648)) * replaced sessionUser and sessionOrg with localstorage attributes ([0cb3b22](0cb3b22))
1 parent 39bf299 commit 4d4eed4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.4.5](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.4.4...v1.4.5) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([39bf299](https://github.com/CoCreate-app/CoCreate-google-maps/commit/39bf29982b150ef669bb785c5a1fc3e3ca534f03))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([fecea8e](https://github.com/CoCreate-app/CoCreate-google-maps/commit/fecea8e07707f85dd095cd6986a5df222babb185))
8+
* removed toogle fullscreen icons. now using css content ([eb47648](https://github.com/CoCreate-app/CoCreate-google-maps/commit/eb476488a832814a1f188331b91371b91c2185d7))
9+
* replaced sessionUser and sessionOrg with localstorage attributes ([0cb3b22](https://github.com/CoCreate-app/CoCreate-google-maps/commit/0cb3b22c4b6b75ebf2aecbe1269c4c1afd92be86))
10+
111
## [1.4.4](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.4.3...v1.4.4) (2023-04-24)
212

313

package.json

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

0 commit comments

Comments
 (0)