Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-release chores after having released Solidus v4.2.0 #5402

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/v4.2/template.rb'
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/main/template.rb'

Check warning on line 1 in core/lib/generators/solidus/install/app_templates/frontend/starter.rb

View check run for this annotation

Codecov / codecov/patch

core/lib/generators/solidus/install/app_templates/frontend/starter.rb#L1

Added line #L1 was not covered by tests
4 changes: 2 additions & 2 deletions core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# frozen_string_literal: true

module Spree
VERSION = "4.2.0"
VERSION = "4.3.0.dev"

Check warning on line 4 in core/lib/spree/core/version.rb

View check run for this annotation

Codecov / codecov/patch

core/lib/spree/core/version.rb#L4

Added line #L4 was not covered by tests

def self.solidus_version
VERSION
end

def self.previous_solidus_minor_version
'4.1'
'4.2'

Check warning on line 11 in core/lib/spree/core/version.rb

View check run for this annotation

Codecov / codecov/patch

core/lib/spree/core/version.rb#L11

Added line #L11 was not covered by tests
end

def self.solidus_gem_version
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
NODE_VERSION: 14
MYSQL_VERSION: "8.0"
BUNDLER_VERSION: 2
image: solidus-4.2.0
image: solidus-4.3.0.dev
command: bash -c "(bundle check || bundle) && bash -c 'echo Container initialized, see README.md for further steps.' && tail -f /dev/null"
environment:
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly
Expand Down