Skip to content

Commit

Permalink
Version 14.12.0 (#4169)
Browse files Browse the repository at this point in the history
Version bump for 14.12.0
  • Loading branch information
nidaqg authored Jan 24, 2025
1 parent e3a9937 commit 6d818e9
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.11.1)
playbook_ui (14.12.0)
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.11.1)
playbook_ui (14.12.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 = "14.10.0"
VERSION = "14.11.1"
PREVIOUS_VERSION = "14.11.1"
VERSION = "14.12.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": "14.11.1",
"version": "14.12.0",
"description": "Nitro's Design System",
"main": "./dist/playbook.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 6d818e9

Please sign in to comment.