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

Commit

Permalink
v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kelly committed Feb 9, 2018
1 parent f3ef76f commit 72ccc4c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.2"
"version": "1.0.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/theme-a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-a11y",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A library of useful functions that help make your theme more accessible.",
"main": "a11y.cjs.js",
"modules": "a11y.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-cart",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A library that helps theme developers integrate their projects with the Shopify Cart API",
"main": "cart.cjs.js",
"modules": "cart.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-currency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-currency",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A library that helps with managing currencies in Shopify Themes",
"main": "currency.cjs.js",
"modules": "currency.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-images",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A library that helps with basic image operations within Shopify Themes",
"main": "images.cjs.js",
"modules": "iamges.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-product/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-product",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A library that helps developers work with the Product object within Shopify Themes",
"main": "product.cjs.js",
"modules": "product.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-rte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-rte",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A library that helps developers work with the RTE sections in Shopify Themes",
"main": "rte.cjs.js",
"modules": "rte.es5.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-sections/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-sections",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A framework that helps developers build Shopify Theme sections that play well with the Shopify Theme Editor",
"main": "sections.cjs.js",
"modules": "sections.es5.js",
Expand Down

0 comments on commit 72ccc4c

Please sign in to comment.