Skip to content

Commit 753d09b

Browse files
committed
bump version
1 parent 2d3b9ab commit 753d09b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: automattic, tiagonoronha, jameskoster
33
Requires at least: 5.3.4
44
Tested up to: 6.5
5-
Stable tag: 4.5.5
6-
Version: 4.5.5
5+
Stable tag: 4.5.6
6+
Version: 4.5.6
77
WC requires at least: 4.2
88
WC tested up to: 8.8
99
License: GPLv3 or later

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Theme URI: https://woocommerce.com/products/storefront/
44
Author: Automattic
55
Author URI: https://woocommerce.com/
66
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
7-
Version: 4.5.5
8-
Tested up to: 6.3
7+
Version: 4.5.6
8+
Tested up to: 6.5
99
Requires PHP: 5.6.0
1010
License: GNU General Public License v3 or later
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -36,23 +36,23 @@ Note: Do not edit this file. If you wish to add your own CSS, go to Customizer >
3636

3737
// Bourbon
3838
// See: https://www.bourbon.io/docs/latest/
39-
@import 'bourbon';
39+
@import "bourbon";
4040

4141
// Susy
4242
// Susy grid system. See: http://oddbird.net/susy/docs/
43-
@import 'susy';
43+
@import "susy";
4444

4545
// Vendors
4646
// External libraries and frameworks.
47-
@import 'assets/css/sass/vendors/normalize';
48-
@import 'assets/css/sass/vendors/modular-scale';
47+
@import "assets/css/sass/vendors/normalize";
48+
@import "assets/css/sass/vendors/modular-scale";
4949

5050
// Utilities
5151
// Sass tools and helpers used across the project.
52-
@import 'assets/css/sass/utils/variables';
53-
@import 'assets/css/sass/utils/mixins';
52+
@import "assets/css/sass/utils/variables";
53+
@import "assets/css/sass/utils/mixins";
5454

5555
// Base
5656
// Includes all the main Storefront CSS.
57-
@import 'assets/css/base/base';
58-
@import 'assets/css/base/layout';
57+
@import "assets/css/base/base";
58+
@import "assets/css/base/layout";

0 commit comments

Comments
 (0)