Skip to content

Commit 8eeee20

Browse files
authored
Merge pull request #6145 from solidusio/github-actions/13416007429-1-1739978322
Prepare release for Solidus v4.2.5
2 parents c35b9b7 + 75ba02a commit 8eeee20

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## Solidus v4.2.5 (2025-02-19)
2+
3+
## Solidus Core
4+
* [v4.2] Fix specs failing after Money 6.18.0 release by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5750
5+
* [v4.2] [FIX] Remove spacing at top of OrderShipping#ship method by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5972
6+
* [v4.2] Backend: Add missing error translation by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5984
7+
* [v4.2] Test app task: Allow passing in user class by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5959
8+
* [v4.2] Do not constantize Spree.user_class in UserClassHandle by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6002
9+
* 4.2: Limit `concurrent-ruby` to < 1.3.5 by @mamhoff in https://github.com/solidusio/solidus/pull/6077
10+
11+
## Solidus Backend
12+
* [v4.2] Fix JS locale data for release of Money 6.19 by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5977
13+
* [v4.2] Backend: Add missing error translation by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5984
14+
15+
## Solidus API
16+
17+
18+
## Solidus Sample
19+
20+
21+
## Solidus
22+
23+
24+
**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.2.4...v4.2.5
25+
26+
127
## Solidus v4.2.4 (2024-04-05)
228

329
## Solidus Core

core/lib/spree/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.2.5.dev"
4+
VERSION = "4.2.5"
55

66
def self.solidus_version
77
VERSION

0 commit comments

Comments
 (0)