Skip to content

Commit

Permalink
chore(release): 2.52.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.52.0](v2.51.0...v2.52.0) (2023-11-07)

### Bug Fixes

* add linting ([f75e2e8](f75e2e8))
* add preview fix ([0c9527d](0c9527d))
* attempt to fix crappy tests ([0dba38f](0dba38f))
* attempt to fix filters ([ea7426a](ea7426a))
* attempt to fix netlify preview ([a80a446](a80a446))
* directive related stuff ([18fe388](18fe388))
* fix and filter ([c646ab5](c646ab5))
* fix bug with import scenarios ([3b48c55](3b48c55))
* fix bug with refresh after click metadata ([c74d220](c74d220))
* fix bugs with test ([e03ebc3](e03ebc3))
* fix component names ([60fe425](60fe425))
* fix global styles ([d86463b](d86463b))
* fix invalid toml ([317857d](317857d))
* fix linting ([7ce1fa7](7ce1fa7))
* fix matomo related stuff ([2587dc2](2587dc2))
* fix metadata popup ([90dba34](90dba34))
* fix more broken tests ([216cd31](216cd31))
* fix notifications test ([6d3d886](6d3d886))
* fix package-lock ([e12c7f0](e12c7f0))
* fix popup issues ([dab6d3e](dab6d3e))
* fix remaining small issues ([0c4ec1f](0c4ec1f))
* fix selected layer ([7cd37f1](7cd37f1))
* fix selected marker logic and mouseover ([5de9b98](5de9b98))
* fix semantic release ([c83c883](c83c883))
* fix skip links ([4ee87e8](4ee87e8))
* fix sonar errors ([e5d4a11](e5d4a11))
* fix stringify ([572a47b](572a47b))
* fix v-model related stuff ([0b9ff6e](0b9ff6e))
* flip arguments in watcher ([300a5fe](300a5fe))
* hardcode url for now ([3353476](3353476))
* lint issues ([a667ddc](a667ddc))
* netlify yml ([d5988e3](d5988e3))
* remove console log ([06532a5](06532a5))
* remove directive from test ([e7eda58](e7eda58))
* remove event ([636c3c4](636c3c4))
* remove leaflet directive and fix issue with double layers ([52e1386](52e1386))
* remove old tests ([cac9a8c](cac9a8c))
* remove unused hook ([e9c5935](e9c5935))
* skip dead links test for now ([04f963d](04f963d))

### Features

* add change variant popup ([9635c35](9635c35))
* add test ([bbc0c75](bbc0c75))
* add Vue extension and fix router and stores ([75d1c5d](75d1c5d))
* cleanup using slots ([ca17d38](ca17d38))
* combine popup ([119699f](119699f))
* fix variant selection and add styling ([cf17e15](cf17e15))
* fix version ([74977c9](74977c9))
* fixed height popup ([b56fab9](b56fab9))
* increase version number ([865c116](865c116))
* made info box white instead of yellow ([259566e](259566e))
* merge variant popup ([16c723c](16c723c))
* new favicon ([77ac29a](77ac29a))
* new version ([7c979d1](7c979d1))
* replace vue-head by document.title and add CookieLaw ([e2acf66](e2acf66))
* show variant properties ([0e27c37](0e27c37))
* small styling changes to support internal scrollbar ([d1bd03d](d1bd03d))
* some more style changes ([093c9c3](093c9c3))
* starting select variant ([2b67e58](2b67e58))
* style changes ([17dd540](17dd540))
* use special webconfig for netlify ([f2d6431](f2d6431))
* use special webconfig for netlify ([2791f7e](2791f7e))
* use static geo json files ([3ee83ff](3ee83ff))
* use vitest instead of chai ([48adc55](48adc55))
* vue3 deps ([70defa8](70defa8))
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent c235040 commit 7d3a64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liwo-static",
"version": "3.2.0",
"version": "2.52.0",
"private": true,
"scripts": {
"serve": "vite",
Expand Down Expand Up @@ -58,4 +58,4 @@
"vite": "^4.4.6",
"vitest": "^0.34.6"
}
}
}

0 comments on commit 7d3a64f

Please sign in to comment.