Skip to content

Commit 3426e33

Browse files
chore(release): 1.5.3 [skip ci]
## [1.5.3](v1.5.2...v1.5.3) (2023-08-15) ### Bug Fixes * allow for tooltips on material-icons ([f143411](f143411)), closes [#15](#15) * change media query syntax for better browser support ([dd2e7ff](dd2e7ff)), closes [#13](#13)
1 parent fe34bd9 commit 3426e33

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.3](https://github.com/RiskChallenger/open-components/compare/v1.5.2...v1.5.3) (2023-08-15)
2+
3+
### Bug Fixes
4+
5+
- allow for tooltips on material-icons ([f143411](https://github.com/RiskChallenger/open-components/commit/f143411a9e150aaf089d4bb1bdf11756b9fcc56e)), closes [#15](https://github.com/RiskChallenger/open-components/issues/15)
6+
- change media query syntax for better browser support ([dd2e7ff](https://github.com/RiskChallenger/open-components/commit/dd2e7ff99ef5543d18782149fd89b5ee92d6a21f)), closes [#13](https://github.com/RiskChallenger/open-components/issues/13)
7+
18
## [1.5.2](https://github.com/RiskChallenger/open-components/compare/v1.5.1...v1.5.2) (2023-06-30)
29

310
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@riskchallenger/open-components",
33
"private": false,
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"author": "RiskChallenger <[email protected]> (https://riskchallenger.nl)",
66
"source": "src/main.css",
77
"scripts": {

0 commit comments

Comments
 (0)