diff --git a/lerna.json b/lerna.json index b39be3f..e8298c4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "$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 6e2b3c1..01496ab 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.3.0", + "version": "1.3.1", "scripts": { "start": "concurrently -n sass,app -c 'bgMagenta,bgMagenta' 'pnpm build:sass:watch' 'start-storybook -p 6006'", "build:copy": "cp -r ../drop-in/dist public/", @@ -38,7 +38,7 @@ "webpack": "^5.76.2" }, "dependencies": { - "@commercelayer/drop-in.js": "workspace:^1.3.0", + "@commercelayer/drop-in.js": "workspace:^1.3.1", "lit-html": "^2.6.1" } } diff --git a/packages/docs/stories/getting-started.stories.mdx b/packages/docs/stories/getting-started.stories.mdx index d1560ea..2419c09 100644 --- a/packages/docs/stories/getting-started.stories.mdx +++ b/packages/docs/stories/getting-started.stories.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.0/dist/drop-in/drop-in.esm.js). +1. Import the library from the [CDN](https://cdn.jsdelivr.net/npm/@commercelayer/drop-in.js@1.3.1/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: ```html dark - +