Skip to content

Commit

Permalink
Merge pull request #5692 from solidusio/github-actions/8234501893-1-1…
Browse files Browse the repository at this point in the history
…710167183

Prepare release for Solidus v4.3.3
  • Loading branch information
spaghetticode committed Mar 11, 2024
2 parents e8d0dda + 7e11ea8 commit 5a663d3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Solidus v4.3.3 (2024-03-11)

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

## Solidus

* [v4.3] Add Admin Tailwind build when generating sandbox by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5689

## Solidus Core

* [v4.3] Add Admin Tailwind build when generating sandbox by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5689
* [v4.3] Explicitly require URI in app configuration by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5648
* [v4.3] Fix minor sandbox generation issues by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5676
* [v4.3] Fix specs failing after Money 6.18.0 release by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5691

## Solidus Admin

* [v4.3] Fix minor sandbox generation issues by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5676

## Solidus Backend

* [v4.3] Fix JS locale data for release of Money 6.19 by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5690

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.3.2...v4.3.3


## Solidus v4.3.2 (2024-01-22)

<!-- 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.3.3.dev"
VERSION = "4.3.3"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 5a663d3

Please sign in to comment.