Skip to content

Commit

Permalink
version increase for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncypret committed Sep 9, 2020
1 parent 0171a80 commit 17bb1f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.5.1] (2020-9-9)

**Fixed bugs:**

- removed global popover visibility styling [\#1083](https://github.com/powerhome/playbook/pull/1083) ([bh247484](https://github.com/bh247484))


## [6.5.0] (2020-9-8)

[Full Changelog](https://github.com/powerhome/playbook/compare/7.0.1-alpha2...HEAD)
Expand Down
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.5.0)
playbook_ui (6.5.1)
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.5.0"
VERSION = "6.5.1"
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.5.0",
"version": "6.5.1",
"description": "Nitro's Design System",
"main": "./app/pb_kits/playbook/index.js",
"scripts": {
Expand Down

0 comments on commit 17bb1f7

Please sign in to comment.