Skip to content

Commit 8e9aec1

Browse files
chore: release v0.1.5
1 parent fcc4aeb commit 8e9aec1

File tree

8 files changed

+130
-176
lines changed

8 files changed

+130
-176
lines changed

CHANGELOG.md

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

33

4+
## v0.1.4...v0.1.4
5+
6+
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.4...v0.1.4)
7+
8+
## v0.1.4...v0.1.4
9+
10+
[compare changes](https://github.com/stacksjs/ts-maps/compare/v0.1.4...v0.1.4)
11+
412
## v0.1.3...main
513

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

bun.lock

Lines changed: 110 additions & 167 deletions
Large diffs are not rendered by default.

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

packages/nuxt/package.json

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

@@ -24,16 +24,19 @@
2424
"dist"
2525
],
2626
"scripts": {
27-
"build": "nuxt-module-build build",
27+
"build": "bunx nuxt-module-build build",
28+
"build:types": "bunx tsc -p tsconfig.build.json && bunx api-extractor run",
2829
"dev": "npm run dev:prepare && nuxi dev playground",
2930
"dev:build": "nuxi build playground",
30-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
31-
"lint": "eslint ."
31+
"dev:prepare": "bunx nuxt-module-build build --stub && bunx nuxt-module-build prepare && nuxi prepare playground",
32+
"lint": "eslint .",
33+
"prepublishOnly": "npm run build"
3234
},
3335
"dependencies": {
3436
"@nuxt/kit": "^4.0.3"
3537
},
3638
"devDependencies": {
39+
"@microsoft/api-extractor": "^7.52.5",
3740
"@nuxt/devtools": "^2.6.2",
3841
"@nuxt/eslint-config": "^1.8.0",
3942
"@nuxt/module-builder": "^1.0.2",

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

0 commit comments

Comments
 (0)