Skip to content

Commit

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

### Features

* **v3:** create independent instances of every component using a component key prop ([#315](#315)) ([0c21c60](0c21c60)), closes [#309](#309) [#309](#309) [#309](#309)
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent 0c21c60 commit 635557c
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.0](https://github.com/diegoazh/gmap-vue/compare/gmv3_v2.0.1...gmv3_v2.1.0) (2024-04-11)


### Features

* **v3:** create independent instances of every component using a component key prop ([#315](https://github.com/diegoazh/gmap-vue/issues/315)) ([0c21c60](https://github.com/diegoazh/gmap-vue/commit/0c21c608125c37115a8625b1e1cdcf9e081ac6fd)), closes [#309](https://github.com/diegoazh/gmap-vue/issues/309) [#309](https://github.com/diegoazh/gmap-vue/issues/309) [#309](https://github.com/diegoazh/gmap-vue/issues/309)

## [2.0.1](https://github.com/diegoazh/gmap-vue/compare/gmv3_v2.0.0...gmv3_v2.0.1) (2024-04-05)


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.0.1",
"version": "2.1.0",
"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 635557c

Please sign in to comment.