diff --git a/playbook-website/Gemfile.lock b/playbook-website/Gemfile.lock index f8919065af..7f70e7920f 100644 --- a/playbook-website/Gemfile.lock +++ b/playbook-website/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../playbook specs: - playbook_ui (11.17.0) + playbook_ui (11.18.0) actionpack (>= 5.2.4.5) actionview (>= 5.2.4.5) activesupport (>= 5.2.4.5) diff --git a/playbook/CHANGELOG.md b/playbook/CHANGELOG.md index aab2eda491..caf5553667 100644 --- a/playbook/CHANGELOG.md +++ b/playbook/CHANGELOG.md @@ -1,5 +1,25 @@ +## [11.18.0](https://github.com/powerhome/playbook/tree/11.18.0) (2023-01-10) + +[Full Changelog](https://github.com/powerhome/playbook/compare/11.17.0...11.18.0) + +**Kit Enhancements:** + +- Update Error Color Token [\#2226](https://github.com/powerhome/playbook/pull/2226) ([nidaqg](https://github.com/nidaqg)) +- New psuedo border on hover: + Table.scss file cleanup [\#2189](https://github.com/powerhome/playbook/pull/2189) ([jasoncypret](https://github.com/jasoncypret), [carloslimasd](https://github.com/carloslimasd), [Israel-Molestina](https://github.com/Israel-Molestina)), + +**Fixed Bugs:** + +- Fixed SVG-loader Error in User Badge Kit [\#2244](https://github.com/powerhome/playbook/pull/2244) ([nidaqg](https://github.com/nidaqg)) + +**Improvements:** + +- Fixes loader-utils security vulnerability [\#2241](https://github.com/powerhome/playbook/pull/2241) ([jasperfurniss](https://github.com/jasperfurniss)) +- Popover Kit Updates for Dropdown Doc Example [\#2235](https://github.com/powerhome/playbook/pull/2235) ([nidaqg](https://github.com/nidaqg)) + + + ## [11.17.0](https://github.com/powerhome/playbook/tree/11.17.0) (2023-01-06) [Full Changelog](https://github.com/powerhome/playbook/compare/11.16.0...11.17.0) diff --git a/playbook/Gemfile.lock b/playbook/Gemfile.lock index b8a992eecf..8b9508be02 100644 --- a/playbook/Gemfile.lock +++ b/playbook/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - playbook_ui (11.17.0) + playbook_ui (11.18.0) actionpack (>= 5.2.4.5) actionview (>= 5.2.4.5) activesupport (>= 5.2.4.5) diff --git a/playbook/lib/playbook/version.rb b/playbook/lib/playbook/version.rb index 7f444a0ba7..e2a826a6a1 100644 --- a/playbook/lib/playbook/version.rb +++ b/playbook/lib/playbook/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Playbook - PREVIOUS_VERSION = "11.16.0" - VERSION = "11.17.0" + PREVIOUS_VERSION = "11.17.0" + VERSION = "11.18.0" end diff --git a/playbook/package.json b/playbook/package.json index f8a2c31033..280fa7069e 100644 --- a/playbook/package.json +++ b/playbook/package.json @@ -1,6 +1,6 @@ { "name": "playbook-ui", - "version": "11.17.0", + "version": "11.18.0", "description": "Nitro's Design System", "main": "./dist/playbook.js", "scripts": {