Skip to content

Commit

Permalink
Version Bump to 11.18.0 (#2245)
Browse files Browse the repository at this point in the history
* Version Bump to 11.18.0

* Changelog fix
  • Loading branch information
nidaqg authored Jan 10, 2023
1 parent 94d3166 commit 019406d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion playbook-website/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
20 changes: 20 additions & 0 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion playbook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions playbook/lib/playbook/version.rb
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion playbook/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 019406d

Please sign in to comment.