Skip to content

Commit

Permalink
Publishes v1 for Vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Feb 5, 2022
1 parent 550dea6 commit c815d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14'
registry-url: 'https://registry.npmjs.org'
scope: '@benchmark-urbanism'
- run: |
Expand Down
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A minimalist [Vue](https://vuejs.org/) component wrapping [Mapbox GL JS](https:/
In the spirit of keeping things light and not reinventing the wheel: this component wraps only what is necessary for dynamic updates. Use the map instance directly otherwise.

::: tip
See the complementary [vue-mapbox-feature](https://benchmark-urbanism.github.io/vue-mapbox-feature/) repo for dynamic geoJSON features.
`v1.0.0^` has been refactored for Vue 3. Use the previous `v0.14.11` version for Vue 2 projects.
:::

## Demo
Expand All @@ -14,6 +14,10 @@ See the complementary [vue-mapbox-feature](https://benchmark-urbanism.github.io/
<Demo/>
</ClientOnly>

::: tip
See the complementary [vue-mapbox-feature](https://benchmark-urbanism.github.io/vue-mapbox-feature/) repo for dynamic geoJSON features.
:::

## Setup

> See the documentation's [demo](https://github.com/benchmark-urbanism/vue-mapbox-map/blob/master/docs/.vuepress/components/Demo.vue) component for a complete example.
Expand Down

0 comments on commit c815d6b

Please sign in to comment.