Skip to content

Commit 1b8940e

Browse files
authored
Merge pull request #19 from lsdch/changeset-release/main
chore: new release
2 parents 057f3eb + 202d5d5 commit 1b8940e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/wet-teams-rule.md

-5
This file was deleted.

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# leaflet-hexbin-docs
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`057f3eb`](https://github.com/lsdch/leaflet-hexbin/commit/057f3eb4ca2994a8b41803537ce63c3481e56628)]:
8+
- vue-leaflet-hexbin@0.2.2
9+
310
## 0.2.1
411

512
### Patch Changes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-hexbin-docs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"type": "module",
66
"homepage": "https://lsdch.github.io/leaflet-hexbin/",

packages/vue-leaflet-hexbin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vue-leaflet-hexbin
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`057f3eb`](https://github.com/lsdch/leaflet-hexbin/commit/057f3eb4ca2994a8b41803537ce63c3481e56628) Thanks [@lsdch](https://github.com/lsdch)! - fix re-export from leaflet-hexbin
8+
39
## 0.2.1
410

511
### Patch Changes

packages/vue-leaflet-hexbin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-leaflet-hexbin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"type": "module",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)