Skip to content

Commit

Permalink
Merge pull request #5473 from solidusio/github-actions/6717117242-1-1…
Browse files Browse the repository at this point in the history
…698825158

Prepare release for Solidus v4.2.2
  • Loading branch information
tvdeyen authored Nov 1, 2023
2 parents 0857758 + ecb5e95 commit c5c6c3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Solidus v4.2.2 (2023-11-01)

## Solidus Core
* [v4.2] Do not require active_storage/engine by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5456

## Solidus Backend
* [v4.2] Skip all the navbar hiding logic when using the new version by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5424

## Solidus API


## Solidus Sample


## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.2.1...v4.2.2


## Solidus v4.2.1 (2023-10-04)

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

module Spree
VERSION = "4.2.2.dev"
VERSION = "4.2.2"

def self.solidus_version
VERSION
Expand Down

0 comments on commit c5c6c3d

Please sign in to comment.