Skip to content

Commit

Permalink
Merge pull request #21828 from Yoast/d-claassen/ui-library-4.1.0
Browse files Browse the repository at this point in the history
Version increase
  • Loading branch information
d-claassen authored Nov 22, 2024
2 parents 6774f08 + 6c11d5d commit c8ccdfb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@yoast/postcss-preset": "^1.2.0",
"@yoast/related-keyphrase-suggestions": "^0.1.0",
"@yoast/tailwindcss-preset": "^2.3.0",
"@yoast/ui-library": "^4.0.0",
"@yoast/ui-library": "^4.1.0",
"colors": "1.4.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^2.6.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@yoast/search-metadata-previews": "^3.0.0-alpha.0",
"@yoast/social-metadata-forms": "^2.0.0-alpha.0",
"@yoast/style-guide": "^0.14.0-alpha.0",
"@yoast/ui-library": "^4.0.0",
"@yoast/ui-library": "^4.1.0",
"a11y-speak": "git+https://github.com/Yoast/a11y-speak.git#main",
"babel-polyfill": "^6.26.0",
"bowser": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/related-keyphrase-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@yoast/ui-library": "^4.0.0",
"@yoast/ui-library": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-library/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.1.0

Enhancements:

* Improves styling of Autocomplete disabled state. [#21321](https://github.com/Yoast/wordpress-seo/pull/21321)
* Adds a `Toast` element. [#21407](https://github.com/Yoast/wordpress-seo/pull/21407)

Bugfixes:

* Removes the 100% height styling from the Autocomplete `.yst-autocomplete__button` class. [#21323](https://github.com/Yoast/wordpress-seo/pull/21323)

## 4.0.0

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/ui-library",
"version": "4.0.0",
"version": "4.1.0",
"description": "Yoast UI library",
"main": "build/index.js",
"style": "build/css/style.css",
Expand Down

0 comments on commit c8ccdfb

Please sign in to comment.