Skip to content

Commit

Permalink
Version Bump to 12.17.0 (#2509)
Browse files Browse the repository at this point in the history
Version bump to 12.17.0
  • Loading branch information
nidaqg authored and carloslimasd committed May 1, 2023
1 parent 4f73cf7 commit 04bfda3
Show file tree
Hide file tree
Showing 5 changed files with 30 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.16.0)
playbook_ui (12.17.0)
actionpack (>= 5.2.4.5)
actionview (>= 5.2.4.5)
activesupport (>= 5.2.4.5)
Expand Down
25 changes: 25 additions & 0 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


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

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

**Kit Enhancements:**

- Updated Disabled Button Cursor to Not-Allowed [\#2491](https://github.com/powerhome/playbook/pull/2491) ([RexGluck](https://github.com/RexGluck))
- Converting Timeline Kit to Typescript [\#2486](https://github.com/powerhome/playbook/pull/2486) ([carloslimasd](https://github.com/carloslimasd))
- Add a Favicon to Playbook Website [\#2473](https://github.com/powerhome/playbook/pull/2473) ([ekanarek](https://github.com/ekanarek))
- New Lightbox currentPhotoIndex Prop [\#2441](https://github.com/powerhome/playbook/pull/2441) ([nidaqg](https://github.com/nidaqg))

**Improvements:**

- Appending important! to all Cursor Global Prop SCSS Values [\#2501](https://github.com/powerhome/playbook/pull/2501) ([carloslimasd](https://github.com/carloslimasd))
- Adding Playbook styling to Style Tags in Body Kit [\#2497](https://github.com/powerhome/playbook/pull/2497) ([carloslimasd](https://github.com/carloslimasd))
- Adding Optional Vertical Borders to Table Kit [\#2488](https://github.com/powerhome/playbook/pull/2488) ([carloslimasd](https://github.com/carloslimasd))
- Improve Global Props Documentation in Rails [\#2481](https://github.com/powerhome/playbook/pull/2481) ([Israel-Molestina](https://github.com/Israel-Molestina))
- Restructure Visual Guidelines Page [\#2476](https://github.com/powerhome/playbook/pull/2476) ([nidaqg](https://github.com/nidaqg))
- Rebuild Getting Started [\#2475](https://github.com/powerhome/playbook/pull/2475) ([augustomallmann](https://github.com/augustomallmann))
- Copy Kits in HTML Button to all Rails Doc Examples [\#2470](https://github.com/powerhome/playbook/pull/2470) ([nickamantia](https://github.com/nickamantia))
- Update Code Snippets in all Doc Examples [\#2467](https://github.com/powerhome/playbook/pull/2467) ([markdoeswork](https://github.com/markdoeswork))
- Update Dependency faker to v3.2.0 [\#2478](https://github.com/powerhome/playbook/pull/2478) ([renovate[bot]](https://github.com/apps/renovate))



## [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)
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.16.0)
playbook_ui (12.17.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.15.0"
VERSION = "12.16.0"
PREVIOUS_VERSION = "12.16.0"
VERSION = "12.17.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.16.0",
"version": "12.17.0",
"description": "Nitro's Design System",
"main": "./dist/playbook.js",
"scripts": {
Expand Down

0 comments on commit 04bfda3

Please # to comment.