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

Commit 72ccc4c

Browse files
author
t-kelly
committed
v1.0.0-alpha.3
1 parent f3ef76f commit 72ccc4c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.0.0-alpha.2"
6+
"version": "1.0.0-alpha.3"
77
}

packages/theme-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-a11y",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A library of useful functions that help make your theme more accessible.",
55
"main": "a11y.cjs.js",
66
"modules": "a11y.es5.js",

packages/theme-cart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-cart",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A library that helps theme developers integrate their projects with the Shopify Cart API",
55
"main": "cart.cjs.js",
66
"modules": "cart.es5.js",

packages/theme-currency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-currency",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A library that helps with managing currencies in Shopify Themes",
55
"main": "currency.cjs.js",
66
"modules": "currency.es5.js",

packages/theme-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-images",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A library that helps with basic image operations within Shopify Themes",
55
"main": "images.cjs.js",
66
"modules": "iamges.es5.js",

packages/theme-product/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-product",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A library that helps developers work with the Product object within Shopify Themes",
55
"main": "product.cjs.js",
66
"modules": "product.es5.js",

packages/theme-rte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-rte",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A library that helps developers work with the RTE sections in Shopify Themes",
55
"main": "rte.cjs.js",
66
"modules": "rte.es5.js",

packages/theme-sections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-sections",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "A framework that helps developers build Shopify Theme sections that play well with the Shopify Theme Editor",
55
"main": "sections.cjs.js",
66
"modules": "sections.es5.js",

0 commit comments

Comments
 (0)