Skip to content

Commit

Permalink
Prepare release for Solidus v4.4.1
Browse files Browse the repository at this point in the history
This code has been automatically generated by our 'Prepare release' GitHub
action.

The actual release is not part of the automation, and it still needs to be manually done by a maintainer.
  • Loading branch information
tvdeyen committed Nov 18, 2024
1 parent ce6256e commit 7849f23
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## Solidus v4.4.1 (2024-11-18)

<!-- Please, don't edit manually. The content is automatically generated. -->

## Solidus Core

* [v4.4] Move Line Item Actions to solidus_legacy_promotions by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5919
* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922

## Solidus Admin

* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922
* [v4.4] Fix component translation scopes by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5930
* [v4.4] Feat(Admin): Dynamic routing proxies by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5937

## Solidus Backend

* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922

## Solidus API

* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922

## Solidus Promotions

* [v4.4] Fix component translation scopes by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5930
* [v4.4] Better promotion menus by @tvdeyen in https://github.com/solidusio/solidus/pull/5938

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.4.0...v4.4.1


## Solidus v4.4.0 (2024-11-12)

<!-- Please, don't edit manually. The content is automatically generated. -->
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.4.1.dev"
VERSION = "4.4.1"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 7849f23

Please sign in to comment.