Skip to content

Commit

Permalink
chore(v3): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](gmv3_v1.0.2...gmv3_v1.0.3) (2023-07-23)

### Bug Fixes

* **v3:** fix reactivity problems with google maps objects ([#303](#303)) ([0ef42e7](0ef42e7)), closes [#301](#301)
  • Loading branch information
semantic-release-bot committed Jul 23, 2023
1 parent 0ef42e7 commit 4a53a00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/diegoazh/gmap-vue/compare/gmv3_v1.0.2...gmv3_v1.0.3) (2023-07-23)


### Bug Fixes

* **v3:** fix reactivity problems with google maps objects ([#303](https://github.com/diegoazh/gmap-vue/issues/303)) ([0ef42e7](https://github.com/diegoazh/gmap-vue/commit/0ef42e7d04e522cc5ef72d8264fea15c5f273346)), closes [#301](https://github.com/diegoazh/gmap-vue/issues/301)

## [1.0.2](https://github.com/diegoazh/gmap-vue/compare/gmv3_v1.0.1...gmv3_v1.0.2) (2023-07-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gmap-vue/v3",
"version": "1.0.2",
"version": "1.0.3",
"description": "This is a google map component for Vue.js, updated for Vue 2 compatibility",
"main": "dist/main.umd.js",
"module": "dist/main.es.js",
Expand Down

0 comments on commit 4a53a00

Please sign in to comment.