Skip to content

Commit

Permalink
Version bump 12.16.0 (#2472)
Browse files Browse the repository at this point in the history
**What does this PR do?** A clear and concise description with your
runway ticket url.


**Screenshots:** Screenshots to visualize your addition/change


**How to test?** Steps to confirm the desired behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See addition/change


#### Checklist:
- [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new
kit`, `deprecated`, or `breaking`. See [Changelog &
Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels)
for details.
- [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a
review.
- [ ] **TESTS** I have added test coverage to my code.
  • Loading branch information
nidaqg authored Apr 19, 2023
1 parent a3ac851 commit d795237
Show file tree
Hide file tree
Showing 5 changed files with 28 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 (12.15.0)
playbook_ui (12.16.0)
actionpack (>= 5.2.4.5)
actionview (>= 5.2.4.5)
activesupport (>= 5.2.4.5)
Expand Down
23 changes: 23 additions & 0 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@


## [12.16.0](https://github.com/powerhome/playbook/tree/12.16.0) (2023-04-19)

[Full Changelog](https://github.com/powerhome/playbook/compare/12.15.0...12.16.0)

**Kit Enhancements:**

- New Success sm Token [\#2458](https://github.com/powerhome/playbook/pull/2458) ([Israel-Molestina](https://github.com/Israel-Molestina))
- Converting Table Kit to Typescript [\#2457](https://github.com/powerhome/playbook/pull/2457) ([carloslimasd](https://github.com/carloslimasd))
- Add Table Tags to Background Kit [\#2453](https://github.com/powerhome/playbook/pull/2453) ([Israel-Molestina](https://github.com/Israel-Molestina))
- Convert Textarea Kit to Typescript [\#2444](https://github.com/powerhome/playbook/pull/2444) ([markdoeswork](https://github.com/markdoeswork))

**Fixed Bugs:**

- Fix for Icon Stat Value Kit Misalignment [\#2463](https://github.com/powerhome/playbook/pull/2463) ([Israel-Molestina](https://github.com/Israel-Molestina))
- Fixing Phone Number Input Kit Width and Method Errors [\#2462](https://github.com/powerhome/playbook/pull/2462) ([carloslimasd](https://github.com/carloslimasd))

**Improvements:**

- Rails / React Playground and React Render Rails Examples [\#2460](https://github.com/powerhome/playbook/pull/2460) ([jasoncypret](https://github.com/jasoncypret))
- Testing Adding Proxima Nova to Sandpack [\#2456](https://github.com/powerhome/playbook/pull/2456) ([carloslimasd](https://github.com/carloslimasd))



## [12.15.0](https://github.com/powerhome/playbook/tree/12.15.0) (2023-04-12)

[Full Changelog](https://github.com/powerhome/playbook/compare/12.14.0...12.15.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 (12.15.0)
playbook_ui (12.16.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 = "12.14.0"
VERSION = "12.15.0"
PREVIOUS_VERSION = "12.15.0"
VERSION = "12.16.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": "12.15.0",
"version": "12.16.0",
"description": "Nitro's Design System",
"main": "./dist/playbook.js",
"scripts": {
Expand Down

0 comments on commit d795237

Please sign in to comment.