Skip to content

Commit d12c203

Browse files
chore: release v0.1.9
1 parent 69f7e06 commit d12c203

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

4+
## v0.1.8...main
5+
6+
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.8...main)
7+
8+
### 🩹 Fixes
9+
10+
- Lints ([69f7e06](https://github.com/stacksjs/ts-maps/commit/69f7e06))
11+
12+
### 🏡 Chore
13+
14+
- Wip ([1992755](https://github.com/stacksjs/ts-maps/commit/1992755))
15+
- Wip ([7822d1f](https://github.com/stacksjs/ts-maps/commit/7822d1f))
16+
- Wip ([a448918](https://github.com/stacksjs/ts-maps/commit/a448918))
17+
- Wip ([e85f2e1](https://github.com/stacksjs/ts-maps/commit/e85f2e1))
18+
19+
### ❤️ Contributors
20+
21+
- Glennmichael123 ([@glennmichael123](https://github.com/glennmichael123))
22+
423
## v0.1.7...main
524

625
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.7...main)

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.1.8",
4+
"version": "0.1.9",
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.1.8",
4+
"version": "0.1.9",
55
"description": "Nuxt components for ts-maps - Interactive Vector Maps",
66
"author": "Chris Breuer <[email protected]>",
77

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.1.8",
4+
"version": "0.1.9",
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.1.8",
4+
"version": "0.1.9",
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.1.8",
4+
"version": "0.1.9",
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.1.8",
4+
"version": "0.1.9",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)