Skip to content

Commit

Permalink
chore(main): release servicemap-ui 2.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mhieta committed Jan 29, 2025
1 parent e330454 commit 17450b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.34"
".": "2.0.35"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [2.0.35](https://github.com/City-of-Helsinki/servicemap-ui/compare/servicemap-ui-v2.0.34...servicemap-ui-v2.0.35) (2025-01-29)


### Bug Fixes

* Change defaultProps to JS default parameters ([72d5f01](https://github.com/City-of-Helsinki/servicemap-ui/commit/72d5f01ef6b1e32d8a5e39c02fcfb78e5c63d961))
* Use NoSsr-tag to resolve hydration errors ([98bcf15](https://github.com/City-of-Helsinki/servicemap-ui/commit/98bcf15d1510c174c26fe1f43924d1a721fa49d1))
* Use useEffect hook instead of useLayoutEffect ([3ebbe69](https://github.com/City-of-Helsinki/servicemap-ui/commit/3ebbe69c3030ff3239935f6f391892fe14a5b6cd))
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": "servicemap-ui",
"version": "0.1.0",
"version": "2.0.35",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.2",
Expand Down

0 comments on commit 17450b5

Please sign in to comment.