diff --git a/CHANGELOG.md b/CHANGELOG.md index 618350d..11a4aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.6.0](https://github.com/alan-wu/map-sidebar/compare/v1.5.4...v1.6.0) +## [v2.0.1](https://github.com/alan-wu/map-sidebar/compare/v2.0.0...v2.0.1) + +### Commits + +- Fix an issue with addFilter method. [`854611c`](https://github.com/alan-wu/map-sidebar/commit/854611c9c2b369f57c5afaefffc4acbc0ba2022d) + +## [v2.0.0](https://github.com/alan-wu/map-sidebar/compare/v1.6.0...v2.0.0) - 2024-04-22 + +### Merged + +- Filter tags UI updates for space [`#69`](https://github.com/alan-wu/map-sidebar/pull/69) +- API Documentation [`#68`](https://github.com/alan-wu/map-sidebar/pull/68) +- Vue3 migration [`#67`](https://github.com/alan-wu/map-sidebar/pull/67) + +### Commits + +- vue cli to vite [`13f0925`](https://github.com/alan-wu/map-sidebar/commit/13f092578d163420c7e79cc4ca87d527dd80d288) +- vue2 to vue3 [`b5b9acd`](https://github.com/alan-wu/map-sidebar/commit/b5b9acdb64e241641bb2435dfba3b24c5f048e68) +- Minor tweaks on the styles. [`39b47a8`](https://github.com/alan-wu/map-sidebar/commit/39b47a89d56173dd2839934fcdc78e559dcacdea) + +## [v1.6.0](https://github.com/alan-wu/map-sidebar/compare/v1.5.4...v1.6.0) - 2024-01-05 ### Commits @@ -130,29 +150,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add missing file [`4e98a6e`](https://github.com/alan-wu/map-sidebar/commit/4e98a6ecb62b5ded440d27c3b9213aa304b6bb2b) - Add anatomy to the keywords, reformat document [`0f8e867`](https://github.com/alan-wu/map-sidebar/commit/0f8e867a932d74378c07702746656cbc06eaebf5) -## [v1.3.1](https://github.com/alan-wu/map-sidebar/compare/v1.3.0...v1.3.1) - 2022-06-09 +## [v1.3.1](https://github.com/alan-wu/map-sidebar/compare/v1.2.0-beta.11...v1.3.1) - 2022-06-09 ### Merged - Fix for context card banners [`#35`](https://github.com/alan-wu/map-sidebar/pull/35) - -### Commits - -- Update gallery. [`06241ae`](https://github.com/alan-wu/map-sidebar/commit/06241aec4646306d534c9bb3b7faa71720f82217) -- Fix incorrect view url on the context card. [`637d5e0`](https://github.com/alan-wu/map-sidebar/commit/637d5e0d2bfc58ea2dda4c5bc3b68b75f2b8e522) -- Set a height for dataset card to avoid resizing. [`35b8fc7`](https://github.com/alan-wu/map-sidebar/commit/35b8fc741d49d5f9d5d4ef2e0ac8219d9051769b) - -## [v1.3.0](https://github.com/alan-wu/map-sidebar/compare/v1.2.0-beta.11...v1.3.0) - 2022-05-27 - -### Merged - - Image gallery on sidebar [`#34`](https://github.com/alan-wu/map-sidebar/pull/34) ### Commits - Increment version to 1.3.0 [`415916c`](https://github.com/alan-wu/map-sidebar/commit/415916c5ddf0257df5a9b447cf2a37050d2d2765) - Set maximum number of downloads in paralle. [`f0d88f4`](https://github.com/alan-wu/map-sidebar/commit/f0d88f413cfbc1aadf4a2c77e3a580efb2ae758b) -- Support parallel cards loading. Add missing contextual information. [`feb9140`](https://github.com/alan-wu/map-sidebar/commit/feb91406da756ea4b979126ed96b8d84f5b73a7d) +- Update gallery. [`06241ae`](https://github.com/alan-wu/map-sidebar/commit/06241aec4646306d534c9bb3b7faa71720f82217) ## [v1.2.0-beta.11](https://github.com/alan-wu/map-sidebar/compare/v1.2.0-beta.10...v1.2.0-beta.11) - 2022-05-23 @@ -181,9 +190,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Initial supports for image gallery. [`1a178bd`](https://github.com/alan-wu/map-sidebar/commit/1a178bd86c64b378bd8dbf25574aaa02efe97acf) - Initial commit of gallery. [`4f9e96a`](https://github.com/alan-wu/map-sidebar/commit/4f9e96a586a3f1e760331b5c35442552eb2d75bd) - Add badges buttons for image gallery filtering. [`a3c2958`](https://github.com/alan-wu/map-sidebar/commit/a3c29580871ff3355ef8897b3e9b4f7b04ae6143) +- Initial supports for image gallery. [`1a178bd`](https://github.com/alan-wu/map-sidebar/commit/1a178bd86c64b378bd8dbf25574aaa02efe97acf) ## [1.1.3-fix-0](https://github.com/alan-wu/map-sidebar/compare/1.0.12...1.1.3-fix-0) - 2022-01-28 diff --git a/package-lock.json b/package-lock.json index a1c886d..d933813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { "@abi-software/gallery": "^1.0.0", "@abi-software/svg-sprite": "^1.0.0", diff --git a/package.json b/package.json index 4668b2d..898108e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.0.0", + "version": "2.0.1", "files": [ "dist/*", "src/*",