diff --git a/lerna.json b/lerna.json index acff640..4b3be74 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.4.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": false, "npmClient": "pnpm", diff --git a/packages/docs/package.json b/packages/docs/package.json index 7f78edb..e2fa4e0 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.3.2", + "version": "1.4.0", "scripts": { "start": "concurrently -n sass,app -c 'bgMagenta,bgMagenta' 'pnpm build:sass:watch' 'storybook dev -p 6006'", "build:copy": "cp -r ../drop-in/dist public/", @@ -49,7 +49,7 @@ "webpack": "^5.83.1" }, "dependencies": { - "@commercelayer/drop-in.js": "workspace:^1.3.2", + "@commercelayer/drop-in.js": "workspace:^1.4.0", "lit-html": "^2.7.4" } } diff --git a/packages/docs/stories/getting-started.mdx b/packages/docs/stories/getting-started.mdx index 8a4f032..7c84b0b 100644 --- a/packages/docs/stories/getting-started.mdx +++ b/packages/docs/stories/getting-started.mdx @@ -7,7 +7,7 @@ import { linkTo } from '@storybook/addon-links' Assuming you already have a Commerce Layer account ([sign up](https://dashboard.commercelayer.io/sign_up) if you don't — it's free!) and your organization properly set up and filled with real or sample data (check our [onboarding documentation](https://docs.commercelayer.io/core/welcome) for more information about that), you can get easily started with Commerce Layer `drop-in.js` in two simple steps: -1. Import the library from the [CDN](https://cdn.jsdelivr.net/npm/@commercelayer/drop-in.js@1.3.2/dist/drop-in/drop-in.esm.js). +1. Import the library from the [CDN](https://cdn.jsdelivr.net/npm/@commercelayer/drop-in.js@1.4.0/dist/drop-in/drop-in.esm.js). 2. Declare a global variable called `commercelayerConfig` and set the following attributes. | Attribute | Type | Required | Description | @@ -22,7 +22,7 @@ Assuming you already have a Commerce Layer account ([sign up](https://dashboard. The final result should be similar to the code snippet below: +