Skip to content

Commit bac2f6d

Browse files
chore: release v0.2.7
1 parent 5d4b080 commit bac2f6d

File tree

8 files changed

+40
-7
lines changed

8 files changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/ts-maps/compare/v0.2.6...v0.2.7)
3+
4+
### 🧹 Chores
5+
6+
- release v0.2.7 ([82a8a28](https://github.com/stacksjs/ts-maps/commit/82a8a28)) _(by glennmichael123 <[email protected]>)_
7+
- wip ([5d4b080](https://github.com/stacksjs/ts-maps/commit/5d4b080)) _(by glennmichael123 <[email protected]>)_
8+
- wip ([9b05087](https://github.com/stacksjs/ts-maps/commit/9b05087)) _(by glennmichael123 <[email protected]>)_
9+
- **deps**: update dependency @happy-dom/global-registrator to 20.0.8 (#410) ([758638e](https://github.com/stacksjs/ts-maps/commit/758638e)) _(by Chris <[email protected]>)_ ([#410](https://github.com/stacksjs/ts-maps/issues/410), [#410](https://github.com/stacksjs/ts-maps/issues/410))
10+
- **deps**: update all non-major dependencies (#411) ([eccc828](https://github.com/stacksjs/ts-maps/commit/eccc828)) _(by Chris <[email protected]>)_ ([#411](https://github.com/stacksjs/ts-maps/issues/411), [#411](https://github.com/stacksjs/ts-maps/issues/411))
11+
- **deps**: update dependency actions/checkout to v5.0.0 (#406) ([75de3c3](https://github.com/stacksjs/ts-maps/commit/75de3c3)) _(by Chris <[email protected]>)_ ([#406](https://github.com/stacksjs/ts-maps/issues/406), [#406](https://github.com/stacksjs/ts-maps/issues/406))
12+
- wip ([33f2888](https://github.com/stacksjs/ts-maps/commit/33f2888)) _(by glennmichael123 <[email protected]>)_
13+
14+
### Contributors
15+
16+
- _Chris <[email protected]>_
17+
- _glennmichael123 <[email protected]>_
18+
19+
[Compare changes](https://github.com/stacksjs/ts-maps/compare/v0.2.6...HEAD)
20+
21+
### 🧹 Chores
22+
23+
- wip ([5d4b080](https://github.com/stacksjs/ts-maps/commit/5d4b080)) _(by glennmichael123 <[email protected]>)_
24+
- wip ([9b05087](https://github.com/stacksjs/ts-maps/commit/9b05087)) _(by glennmichael123 <[email protected]>)_
25+
- **deps**: update dependency @happy-dom/global-registrator to 20.0.8 (#410) ([758638e](https://github.com/stacksjs/ts-maps/commit/758638e)) _(by Chris <[email protected]>)_ ([#410](https://github.com/stacksjs/ts-maps/issues/410), [#410](https://github.com/stacksjs/ts-maps/issues/410))
26+
- **deps**: update all non-major dependencies (#411) ([eccc828](https://github.com/stacksjs/ts-maps/commit/eccc828)) _(by Chris <[email protected]>)_ ([#411](https://github.com/stacksjs/ts-maps/issues/411), [#411](https://github.com/stacksjs/ts-maps/issues/411))
27+
- **deps**: update dependency actions/checkout to v5.0.0 (#406) ([75de3c3](https://github.com/stacksjs/ts-maps/commit/75de3c3)) _(by Chris <[email protected]>)_ ([#406](https://github.com/stacksjs/ts-maps/issues/406), [#406](https://github.com/stacksjs/ts-maps/issues/406))
28+
- wip ([33f2888](https://github.com/stacksjs/ts-maps/commit/33f2888)) _(by glennmichael123 <[email protected]>)_
29+
30+
### Contributors
31+
32+
- _Chris <[email protected]>_
33+
- _glennmichael123 <[email protected]>_
34+
235
[Compare changes](https://github.com/stacksjs/ts-maps/compare/v0.2.5...v0.2.6)
336

437
### 🧹 Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-maps",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"private": true,
66
"description": "A modern vector map library.",
77
"author": "Chris Breuer <[email protected]>",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-maps-nuxt",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "Nuxt components for ts-maps - Interactive Vector Maps",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-module-playground",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"private": true,
66
"scripts": {
77
"dev": "nuxi dev",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-maps-react",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "React component for ts-maps",
66
"author": "",
77
"license": "MIT",

packages/ts-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-maps",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "A modern vector map library.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-maps-vue",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "Vue components for ts-maps - Interactive Vector Maps",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)