Skip to content

Commit

Permalink
Bump SolidusDevSupport to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 8, 2022
1 parent 4ed229b commit 6270b0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog

## [2.5.4](https://github.com/solidusio/solidus_dev_support/tree/2.5.4) (2022-05-31)
## [2.5.5](https://github.com/solidusio/solidus_dev_support/tree/2.5.5) (2022-09-08)

[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.5.2...2.5.4)
[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.5.4...2.5.5)

**Implemented enhancements:**

- Configure solidus\_chrome\_headless as capybara-screenshot driver [\#190](https://github.com/solidusio/solidus_dev_support/pull/190) ([tvdeyen](https://github.com/tvdeyen))
- Misc: auth-devise, extracted frontend gem, sqlite [\#188](https://github.com/solidusio/solidus_dev_support/pull/188) ([elia](https://github.com/elia))

**Fixed bugs:**

- Revert temporary fix for Octokit [\#186](https://github.com/solidusio/solidus_dev_support/pull/186) ([waiting-for-dev](https://github.com/waiting-for-dev))

## [v2.5.4](https://github.com/solidusio/solidus_dev_support/tree/v2.5.4) (2022-05-31)

[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.5.2...v2.5.4)

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion lib/solidus_dev_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module SolidusDevSupport
VERSION = "2.5.4"
VERSION = "2.5.5"

def self.gem_version
Gem::Version.new(VERSION)
Expand Down

0 comments on commit 6270b0b

Please sign in to comment.