Skip to content

Commit

Permalink
10.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thestephenmarshall committed Mar 16, 2022
1 parent 28bf854 commit 63153fc
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
4 changes: 2 additions & 2 deletions playbook-website/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../playbook
specs:
playbook_ui (10.22.1)
playbook_ui (10.23.0)
actionpack (>= 5.2.4.5)
actionview (>= 5.2.4.5)
activesupport (>= 5.2.4.5)
Expand Down Expand Up @@ -215,7 +215,7 @@ GEM
tzinfo-data (1.2021.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.1.0)
view_component (2.49.0)
view_component (2.50.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
web-console (3.7.0)
Expand Down
27 changes: 27 additions & 0 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@


## [10.23.0](https://github.com/powerhome/playbook/tree/10.23.0) (2022-03-16)

[Full Changelog](https://github.com/powerhome/playbook/compare/10.22.1...10.23.0)

**Kit Enhancements:**

- Use react-trix lib for RTE kit [\#1794](https://github.com/powerhome/playbook/pull/1794) ([thestephenmarshall](https://github.com/thestephenmarshall))

**Fixed Bugs:**

- Form Group Kit alignment bug fixed [\#1792](https://github.com/powerhome/playbook/pull/1792) ([JelenaD1](https://github.com/JelenaD1))
- Button's min-height bug fix [\#1790](https://github.com/powerhome/playbook/pull/1790) ([JelenaD1](https://github.com/JelenaD1))

**Improvements:**

- Addressing deprecation warning in order to avoid using Kernel.open [\#1778](https://github.com/powerhome/playbook/pull/1778) ([delucas](https://github.com/delucas))

**Merged pull requests:**

- Bump view\_component from 2.49.0 to 2.49.1 in /playbook [\#1805](https://github.com/powerhome/playbook/pull/1805) ([dependabot[bot]](https://github.com/apps/dependabot))
- Remove globalProps.js \>\> globalProps.ts [\#1796](https://github.com/powerhome/playbook/pull/1796) ([thestephenmarshall](https://github.com/thestephenmarshall))



## [10.22.0](https://github.com/powerhome/playbook/tree/10.22.0) (2022-03-01)

[Full Changelog](https://github.com/powerhome/playbook/compare/10.21.0...10.22.0)
Expand Down Expand Up @@ -2327,4 +2351,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
4 changes: 2 additions & 2 deletions playbook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
playbook_ui (10.22.1)
playbook_ui (10.23.0)
actionpack (>= 5.2.4.5)
actionview (>= 5.2.4.5)
activesupport (>= 5.2.4.5)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
tzinfo-data (1.2018.9)
tzinfo (>= 1.0.0)
unicode-display_width (2.1.0)
view_component (2.49.1)
view_component (2.50.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
webpacker (5.4.3)
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 = "10.22.0"
VERSION = "10.22.1"
PREVIOUS_VERSION = "10.22.1"
VERSION = "10.23.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": "10.22.1",
"version": "10.23.0",
"description": "Nitro's Design System",
"main": "./dist/playbook.js",
"scripts": {
Expand Down

0 comments on commit 63153fc

Please sign in to comment.