Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 21, 2024
1 parent 9151565 commit 9fbaab3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ 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.1.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.1.0...v1.1.1)
## [v1.2.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.1.1...v1.2.0)

### Merged

- Catch exception from flatmap-viewer which is crashing the test [`#221`](https://github.com/ABI-Software/mapintegratedvuer/pull/221)

## [v1.1.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.1.0...v1.1.1) - 2024-06-06

### Merged

- Pre 1.1.1 release [`#219`](https://github.com/ABI-Software/mapintegratedvuer/pull/219)
- Fix a warning regarding multiple root elements. [`#218`](https://github.com/ABI-Software/mapintegratedvuer/pull/218)
- Fix missing ref issue for lazy load components [`#217`](https://github.com/ABI-Software/mapintegratedvuer/pull/217)

### Commits

- Fix missing ref issue for lazy load components while the page is still loading [`1495606`](https://github.com/ABI-Software/mapintegratedvuer/commit/149560654607f54bd84f9e642e670b90404fc513)
- Update to flatmapvuer 1.1.1. [`95d86e7`](https://github.com/ABI-Software/mapintegratedvuer/commit/95d86e726ad404ba9a487fb01d719d5db0b71a4b)

## [v1.1.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.0.4...v1.1.0) - 2024-05-29

Expand Down
4 changes: 2 additions & 2 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,6 +1,6 @@
{
"name": "@abi-software/mapintegratedvuer",
"version": "1.2.0-beta.3",
"version": "1.2.0",
"license": "Apache-2.0",
"scripts": {
"serve": "vite --host --force",
Expand Down

0 comments on commit 9fbaab3

Please sign in to comment.