diff --git a/lerna.json b/lerna.json
index 7a9fafa9..b2f509c1 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
"$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 8c3b80df..af7799c3 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
"scripts": {
"start": "concurrently -n sass,app -c 'bgMagenta,bgMagenta' 'pnpm build:sass:watch' 'start-storybook -s ./public -p 6006'",
"build:copy": "cp -r ../drop-in/dist public/",
@@ -37,7 +37,7 @@
"webpack": "^5.75.0"
},
"dependencies": {
- "@commercelayer/drop-in.js": "workspace:^1.0.0-beta.2",
+ "@commercelayer/drop-in.js": "workspace:^1.0.0-beta.3",
"lit-html": "^2.4.0"
}
}
diff --git a/packages/docs/stories/getting-started.stories.mdx b/packages/docs/stories/getting-started.stories.mdx
index ba9f8ff9..336611e0 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.0.0-beta.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.0.0-beta.3/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
-
+