Skip to content

Commit 1b5d5f4

Browse files
chore: release v0.2.1 (#82)
1 parent f6ce998 commit 1b5d5f4

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.2.1](https://github.com/geoql/v-mapkit.js/compare/v0.2.0...v0.2.1) (2021-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* correct `ui` scope ([70d08b5](https://github.com/geoql/v-mapkit.js/commit/70d08b5ed46a7ecb3440404cb6a874e0f9fc4d8a))
7+
* update CI workflow to ensure ([ed514ff](https://github.com/geoql/v-mapkit.js/commit/ed514ff8d269752a7375c3cf2db40131e999319b))
8+
* update correct events ([9c2ae3e](https://github.com/geoql/v-mapkit.js/commit/9c2ae3ee1c657b5cbe39a7363a614af45834ad92))
9+
* update store ([799f625](https://github.com/geoql/v-mapkit.js/commit/799f625e7f748dff600d5a0bbbc4e1c873e1e554))
10+
11+
12+
113
# [0.2.0](https://github.com/geoql/v-mapkit.js/compare/v0.1.1...v0.2.0) (2021-08-08)
214

315

package-lock.json

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoql/v-mapkit.js",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "MapKit with the power of Vue 3",
55
"types": "types/index.d.ts",
66
"main": "dist/v-mapkit.cjs.js",
@@ -33,8 +33,8 @@
3333
"release:auto": "shipjs prepare --yes"
3434
},
3535
"peerDependencies": {
36-
"vue": "^3.1.4",
37-
"@vueuse/core": "^5.3.0"
36+
"@vueuse/core": "^5.3.0",
37+
"vue": "^3.1.4"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.15.0",

0 commit comments

Comments
 (0)