diff --git a/lerna.json b/lerna.json index cbde438..062bc7a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "2.0.3", + "version": "2.0.4", "npmClient": "yarn", "useWorkspaces": true, "commands": { diff --git a/packages/theme-a11y/package.json b/packages/theme-a11y/package.json index a07a356..9050408 100644 --- a/packages/theme-a11y/package.json +++ b/packages/theme-a11y/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/theme-a11y", - "version": "2.0.3", + "version": "2.0.4", "description": "A library of useful functions that help make your theme more accessible.", "main": "dist/theme-a11y.cjs.js", "module": "theme-a11y.js",