Skip to content

Commit

Permalink
chore(v3): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](gmv3_v2.1.0...gmv3_v2.1.1) (2024-04-24)

### Bug Fixes

* **v3:** remove exposed instances because they are always undefined and cause errors with watchers and events ([bdc2f86](bdc2f86)), closes [#318](#318) [#319](#319) [#320](#320)
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent bdc2f86 commit eaf9707
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 @@
## [2.1.1](https://github.com/diegoazh/gmap-vue/compare/gmv3_v2.1.0...gmv3_v2.1.1) (2024-04-24)


### Bug Fixes

* **v3:** remove exposed instances because they are always undefined and cause errors with watchers and events ([bdc2f86](https://github.com/diegoazh/gmap-vue/commit/bdc2f8618c1b88c955ce116f5b25aabe5a70da44)), closes [#318](https://github.com/diegoazh/gmap-vue/issues/318) [#319](https://github.com/diegoazh/gmap-vue/issues/319) [#320](https://github.com/diegoazh/gmap-vue/issues/320)

# [2.1.0](https://github.com/diegoazh/gmap-vue/compare/gmv3_v2.0.1...gmv3_v2.1.0) (2024-04-11)


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": "2.1.0",
"version": "2.1.1",
"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 eaf9707

Please sign in to comment.