Skip to content

Commit b02fe5f

Browse files
authored
Merge pull request #12 from lsdch/changeset-release/main
chore: new release
2 parents dcc5e82 + 01f9e4b commit b02fe5f

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/mighty-pets-push.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# leaflet-hexbin-docs
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- [`dcc5e82`](https://github.com/lsdch/leaflet-hexbin/commit/dcc5e8296fd46f96947ca90408dbe9af0580c89e) Thanks [@lsdch](https://github.com/lsdch)! - Improved documentation
8+
9+
- Updated dependencies [[`dcc5e82`](https://github.com/lsdch/leaflet-hexbin/commit/dcc5e8296fd46f96947ca90408dbe9af0580c89e)]:
10+
- vue-leaflet-hexbin@0.1.4
11+
- leaflet-hexbin@0.1.3
12+
313
## 0.1.5
414

515
### Patch Changes

docs/package.json

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

packages/leaflet-hexbin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# leaflet-hexbin
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [`dcc5e82`](https://github.com/lsdch/leaflet-hexbin/commit/dcc5e8296fd46f96947ca90408dbe9af0580c89e) Thanks [@lsdch](https://github.com/lsdch)! - Improved documentation
8+
39
## 0.1.2
410

511
### Patch Changes

packages/leaflet-hexbin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-hexbin",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": false,
55
"type": "module",
66
"license": "MIT",

packages/vue-leaflet-hexbin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# vue-leaflet-hexbin
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [`dcc5e82`](https://github.com/lsdch/leaflet-hexbin/commit/dcc5e8296fd46f96947ca90408dbe9af0580c89e) Thanks [@lsdch](https://github.com/lsdch)! - Improved documentation
8+
9+
- Updated dependencies [[`dcc5e82`](https://github.com/lsdch/leaflet-hexbin/commit/dcc5e8296fd46f96947ca90408dbe9af0580c89e)]:
10+
- leaflet-hexbin@0.1.3
11+
312
## 0.1.3
413

514
### Patch Changes

packages/vue-leaflet-hexbin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-leaflet-hexbin",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)