Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 5a82e19

Browse files
authored
Merge pull request #1986 from Shopify/release_2_10_1
Packaging for release v2.10.1
2 parents f96ac5d + 1a35b80 commit 5a82e19

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification.
22

33
## [Unreleased]
4+
5+
## Version 2.10.1
46
### Fixed
57
* [#1985](https://github.com/Shopify/shopify-cli/pull/1985): Revert "Fix CORS (Cross-origin resource sharing) errors (#1952)"
68

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify-cli (2.10.0)
4+
shopify-cli (2.10.1)
55
bugsnag (~> 6.22)
66
listen (~> 3.7.0)
77
theme-check (~> 1.9.0)

lib/shopify_cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ShopifyCLI
2-
VERSION = "2.10.0"
2+
VERSION = "2.10.1"
33
end

0 commit comments

Comments
 (0)