Skip to content

Commit

Permalink
Version Bump PR (#3747)
Browse files Browse the repository at this point in the history
Version bump PR fro 14.5.0
  • Loading branch information
nidaqg authored Oct 1, 2024
1 parent 51434f2 commit a506813
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.4.0)
playbook_ui (14.5.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.4.0)
playbook_ui (14.5.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.3.2"
VERSION = "14.4.0"
PREVIOUS_VERSION = "14.4.0"
VERSION = "14.5.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.4.0",
"version": "14.5.0",
"description": "Nitro's Design System",
"main": "./dist/playbook.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit a506813

Please sign in to comment.