Skip to content

Commit

Permalink
Merge branch 'hotfix/2.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jan 12, 2024
2 parents 89ab5da + 8118432 commit 2cc7a17
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,29 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [v2.3.3](https://github.com/studiometa/vue-mapbox-gl/compare/2.3.2...2.3.3) (2024-01-12)

### Fixed

- Fix NPM publication ([#131](https://github.com/studiometa/vue-mapbox-gl/pull/131))

## [v2.3.2](https://github.com/studiometa/vue-mapbox-gl/compare/2.3.1...2.3.2) (2024-01-11)
- Fix NPM release deploy.

### Fixed

- Fix NPM publication

## [v2.3.1](https://github.com/studiometa/vue-mapbox-gl/compare/2.3.0...2.3.1) (2024-01-11)
- Fix NPM critical dependencies.

### Fixed

- Fix NPM critical dependencies ([#130](https://github.com/studiometa/vue-mapbox-gl/pull/130))

## [v2.3.0](https://github.com/studiometa/vue-mapbox-gl/compare/2.2.0...2.3.0) (2024-01-11)
- Add `filterItemsCallback` props to `StoreLocator` component, that allow to filter the order of the items list.

### Added

- Add `filterItemsCallback` props to `StoreLocator` component to enable filtering the items list ([#128](https://github.com/studiometa/vue-mapbox-gl/pull/128))

## [v2.2.0](https://github.com/studiometa/vue-mapbox-gl/compare/2.1.1...2.2.0) (2023-09-15)

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@studiometa/vue-mapbox-gl-workspace",
"private": true,
"version": "2.3.2",
"version": "2.3.3",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/vue-mapbox-gl-demo",
"version": "2.2.0",
"version": "2.3.3",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@studiometa/vue-mapbox-gl-docs",
"private": true,
"version": "2.2.0",
"version": "2.3.3",
"scripts": {
"dev": "vitepress",
"build": "vitepress build"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-mapbox-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/vue-mapbox-gl",
"version": "2.2.0",
"version": "2.3.3",
"description": "A small components library to use Mapbox GL in Vue 3.",
"homepage": "https://github.com/studiometa/vue-mapbox-gl#readme",
"bugs": {
Expand Down

0 comments on commit 2cc7a17

Please sign in to comment.