Skip to content

Commit 2c2fcd0

Browse files
chore: release v0.1.6
1 parent 8e9aec1 commit 2c2fcd0

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

CHANGELOG.md

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

33

4+
## v0.1.5...v0.1.5
5+
6+
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.5...v0.1.5)
7+
48
## v0.1.4...v0.1.4
59

610
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.4...v0.1.4)

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.5",
4+
"version": "0.1.6",
55
"private": true,
66
"description": "A modern vector map library.",
77
"author": "Chris Breuer <[email protected]>",

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
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.5",
4+
"version": "0.1.6",
55
"description": "Nuxt components for ts-maps - Interactive Vector Maps",
66
"author": "Chris Breuer <[email protected]>",
77

@@ -33,10 +33,10 @@
3333
"prepublishOnly": "npm run build"
3434
},
3535
"dependencies": {
36-
"@nuxt/kit": "^4.0.3"
36+
"@nuxt/kit": "^4.0.3",
37+
"ts-maps": "workspace:*"
3738
},
3839
"devDependencies": {
39-
"@microsoft/api-extractor": "^7.52.5",
4040
"@nuxt/devtools": "^2.6.2",
4141
"@nuxt/eslint-config": "^1.8.0",
4242
"@nuxt/module-builder": "^1.0.2",

packages/react/package.json

Lines changed: 4 additions & 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.5",
4+
"version": "0.1.6",
55
"description": "React component for ts-maps",
66
"author": "",
77
"license": "MIT",
@@ -27,6 +27,9 @@
2727
"react": "^19.1.1",
2828
"react-dom": "^19.1.1"
2929
},
30+
"dependencies": {
31+
"ts-maps": "workspace:*"
32+
},
3033
"devDependencies": {
3134
"@types/react": "^19.1.10",
3235
"@types/react-dom": "^19.1.7",

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.5",
4+
"version": "0.1.6",
55
"description": "A modern vector map library.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/vue/package.json

Lines changed: 2 additions & 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.5",
4+
"version": "0.1.6",
55
"description": "Vue components for ts-maps - Interactive Vector Maps",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",
@@ -32,6 +32,7 @@
3232
"files": ["README.md", "dist"],
3333
"scripts": {
3434
"build": "bunx --bun vite build --mode lib",
35+
"prepublishOnly": "bunx --bun vite build --mode lib",
3536
"build:types": "bunx vue-tsc -p tsconfig.build.json && bunx api-extractor run",
3637
"lint": "bunx --bun eslint .",
3738
"lint:fix": "bunx --bun eslint . --fix"

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

0 commit comments

Comments
 (0)