Skip to content

Commit

Permalink
chore: Merge main and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeaceachir142 committed Jan 23, 2025
1 parent fff5f91 commit 4d6dbe0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 12 additions & 0 deletions packages/map-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.66.4] - 2025-01-23

## Fixed

- Fix `miTransitionLevel` prop breaking the React Component package.

## [1.66.3] - 2025-01-23

## Fixed

- Fix package-lock issues.

## [1.66.2] - 2025-01-21

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/midt/build/json/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,4 @@
"popup": "950",
"top": "999999"
}
}
}
2 changes: 1 addition & 1 deletion packages/midt/build/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -468,4 +468,4 @@ $z-index-overlay: 700;
$z-index-spinner: 800;
$z-index-modal: 900;
$z-index-popup: 950;
$z-index-top: 999999;
$z-index-top: 999999;

0 comments on commit 4d6dbe0

Please sign in to comment.