Skip to content

Commit d9dd92d

Browse files
chore: release v0.1.3
1 parent 01ca3b0 commit d9dd92d

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

CHANGELOG.md

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

33

4+
## v0.1.2...main
5+
6+
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.2...main)
7+
8+
### 🏡 Chore
9+
10+
- Wip ([4fe0dc8](https://github.com/stacksjs/ts-maps/commit/4fe0dc8))
11+
- Wip ([e81434e](https://github.com/stacksjs/ts-maps/commit/e81434e))
12+
- Wip ([c6f2e6d](https://github.com/stacksjs/ts-maps/commit/c6f2e6d))
13+
- Wip ([a982f76](https://github.com/stacksjs/ts-maps/commit/a982f76))
14+
- Wip ([8c164a4](https://github.com/stacksjs/ts-maps/commit/8c164a4))
15+
- Wip ([ba57a22](https://github.com/stacksjs/ts-maps/commit/ba57a22))
16+
- Wip ([01ca3b0](https://github.com/stacksjs/ts-maps/commit/01ca3b0))
17+
18+
### ❤️ Contributors
19+
20+
- Glennmichael123 ([@glennmichael123](https://github.com/glennmichael123))
21+
422
## v0.1.1...main
523

624
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.1...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.2",
4+
"version": "0.1.3",
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.2",
4+
"version": "0.1.3",
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.2",
4+
"version": "0.1.3",
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.2",
4+
"version": "0.1.3",
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.2",
4+
"version": "0.1.3",
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.2",
4+
"version": "0.1.3",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)