Skip to content

Commit

Permalink
Merge branch 'v6.1.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
thestephenmarshall authored Aug 3, 2020
2 parents 331bbfa + 873af48 commit d0f9583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
playbook_ui (6.0.1)
playbook_ui (6.1.0)
actionpack (>= 5.1.6, < 6.0)
actionview (>= 5.1.6, < 7.0)
activesupport (>= 5.1.6, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/playbook/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Playbook
VERSION = "6.0.1"
VERSION = "6.1.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playbook-ui",
"version": "6.0.1",
"version": "6.1.0",
"description": "Nitro's Design System",
"main": "./app/pb_kits/playbook/index.js",
"scripts": {
Expand Down

0 comments on commit d0f9583

Please sign in to comment.