Skip to content

Commit 7574503

Browse files
author
danhnguyen
committed
Merge branch 'v5'
2 parents 9d5aa10 + 24f9e7c commit 7574503

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

nuxt/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-maplibre-gl",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Nuxt module for vue3-maplibre-gl — auto-import components, composables, CSS, and SSR configuration",
55
"type": "module",
66
"license": "MIT",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-maplibre-gl",
33
"description": "Vue 3 components and composables for MapLibre GL JS - Build interactive maps with ease",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"author": {
66
"name": "Danh Nguyen",
77
"url": "https://harrynguyen.work"
@@ -74,8 +74,8 @@
7474
"type-check": "vue-tsc --noEmit",
7575
"test:build": "bun run build && bun pm pack --dry-run",
7676
"prepublishOnly": "bun run lint:check && bun run type-check && bun run build",
77-
"publish:vue": "npm version patch --no-git-tag-version && bun run build && npm publish --provenance --access public",
78-
"publish:nuxt": "npm --prefix nuxt version patch --no-git-tag-version && cd nuxt && bun install && bun run build && npm --prefix nuxt publish --provenance --access public",
77+
"publish:vue": "npm version patch --no-git-tag-version && bun run build && npm publish --access public",
78+
"publish:nuxt": "npm --prefix nuxt version patch --no-git-tag-version && cd nuxt && bun install && bun run build && npm --prefix nuxt publish --access public",
7979
"docs:dev": "vitepress dev docs",
8080
"docs:build": "vitepress build docs",
8181
"docs:preview": "vitepress preview docs"

0 commit comments

Comments
 (0)