Skip to content

Commit

Permalink
Version Bump 14.6.2 (#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidaqg authored Oct 24, 2024
1 parent 57cc8a1 commit 49bb02f
Show file tree
Hide file tree
Showing 4 changed files with 5 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 (14.6.0)
playbook_ui (14.6.2)
actionpack (>= 5.2.4.5)
actionview (>= 5.2.4.5)
activesupport (>= 5.2.4.5)
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 (14.6.0)
playbook_ui (14.6.2)
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 = "14.5.0"
VERSION = "14.6.0"
PREVIOUS_VERSION = "14.6.1"
VERSION = "14.6.2"
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": "14.6.0",
"version": "14.6.2",
"description": "Nitro's Design System",
"main": "./dist/playbook.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 49bb02f

Please sign in to comment.