Skip to content

Commit e7d1f23

Browse files
chore: release v0.0.3 (#58)
1 parent a6e2abe commit e7d1f23

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [0.0.3](https://github.com/geoql/v-mapkit.js/compare/v0.0.2...v0.0.3) (2021-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* add pull_request scope ([9c26d1f](https://github.com/geoql/v-mapkit.js/commit/9c26d1fb12b781a942809719f1317ccad3de8e09))
7+
* check CI if !dependabot ([00bbafb](https://github.com/geoql/v-mapkit.js/commit/00bbafb25058d28b6461bc3d50e1f0339a39c7e0))
8+
* correct place ([e92081d](https://github.com/geoql/v-mapkit.js/commit/e92081d896842096d48f891e3cbcf21dc2621f8f))
9+
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([38a5728](https://github.com/geoql/v-mapkit.js/commit/38a57288020c7a1dc8ec41d6d8d5329d60746697))
10+
* **ts:** update tsconfig as per Vue 3 ([2e0dc3e](https://github.com/geoql/v-mapkit.js/commit/2e0dc3ef55ceb207b3c6f92aa1c66263bbe80867))
11+
* update CI ([1d54c04](https://github.com/geoql/v-mapkit.js/commit/1d54c046a0dfd5979b673144552515185c3cfaf2))
12+
* update ci workflow ([d1a0564](https://github.com/geoql/v-mapkit.js/commit/d1a0564e9d93437b91aea9db27ad7671f71e4338))
13+
* update shims for vue ([0210e0b](https://github.com/geoql/v-mapkit.js/commit/0210e0b43c065e64f8e15b90306960e18227fa44))
14+
* update workflow ([6bc9e5e](https://github.com/geoql/v-mapkit.js/commit/6bc9e5efa9238a75dcd0df82c5dd198fbe282e5a))
15+
* update workflow to use `pull_request_target` ([e71af7a](https://github.com/geoql/v-mapkit.js/commit/e71af7aa2a27d3b400d0a87fe9203c32ef2a68c7))
16+
* use push & pull_request events ([784b52e](https://github.com/geoql/v-mapkit.js/commit/784b52ea5f6d5a8e0ccc062c43c12c8d092ba0df))
17+
18+
19+
### Features
20+
21+
* **$map:** add default slot ([28d8db1](https://github.com/geoql/v-mapkit.js/commit/28d8db1c3e9ac6ba77c08402ab233a27c6d79fb5))
22+
* installable & directly usable components ([102311b](https://github.com/geoql/v-mapkit.js/commit/102311b3ff5b7f22de9326c9c82bc7d0daf9190f))
23+
* **ts:** add basic typings ([c93b8e6](https://github.com/geoql/v-mapkit.js/commit/c93b8e6a581b740a5984f87f742df2c0904c293f))
24+
* **ts:** strictly type props ([4c8ea19](https://github.com/geoql/v-mapkit.js/commit/4c8ea1921de72c7d44b50c10c98c7e1d8f7dc26a))
25+
26+
27+
128
## [0.0.2](https://github.com/geoql/v-mapkit.js/compare/v0.0.1...v0.0.2) (2021-07-03)
229

330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoql/v-mapkit.js",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "MapKit with the power of Vue 3",
55
"types": "types/index.d.ts",
66
"main": "dist/v-mapkit.cjs.js",

0 commit comments

Comments
 (0)