Skip to content

Commit fcc4aeb

Browse files
chore: release v0.1.4
1 parent 24005ca commit fcc4aeb

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

CHANGELOG.md

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

33

4+
## v0.1.3...main
5+
6+
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.3...main)
7+
8+
### 🏡 Chore
9+
10+
- Wip ([24005ca](https://github.com/stacksjs/ts-maps/commit/24005ca))
11+
12+
### ❤️ Contributors
13+
14+
- Glennmichael123 ([@glennmichael123](https://github.com/glennmichael123))
15+
416
## v0.1.2...main
517

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

0 commit comments

Comments
 (0)