Skip to content

Commit

Permalink
fix: update stencil to latest bugfix release (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinscz authored Mar 14, 2024
1 parent a15bf91 commit 3c73bc0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1.0/).

## 4.2.1 - 2024-03-14

### Fixed

- bumped Stencil version to latest fix release to avoid issues with custom-elements hydration

## 4.2.0 - 2024-03-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"codeclean": "npm run lint:fix && npm run prettier:fix"
},
"dependencies": {
"@stencil/core": "^4.12.0",
"@stencil/core": "^4.12.6",
"@types/resize-observer-browser": "^0.1.5"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit 3c73bc0

Please sign in to comment.