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

Commit fd3e7ae

Browse files
authored
Merge pull request #2672 from Shopify/release_2_30_0
Packaging for release v2.30.0
2 parents 2403de0 + f6c00db commit fd3e7ae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
22

33
## [Unreleased]
44

5+
## Version 2.30.0 - 2022-11-01
6+
57
### Fixed
68
* [#2668](https://github.com/Shopify/shopify-cli/pull/2668): Introduce `--only/--ignore` in the `shopify theme serve` help message
79
* [#2667](https://github.com/Shopify/shopify-cli/pull/2667): Fix for "X zip is required for packaging a theme" on Windows

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify-cli (2.29.0)
4+
shopify-cli (2.30.0)
55
bugsnag (~> 6.22)
66
listen (~> 3.7.0)
77
theme-check (~> 1.11.0)

lib/shopify_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ShopifyCLI
2-
VERSION = "2.29.0"
2+
VERSION = "2.30.0"
33
end

0 commit comments

Comments
 (0)