Skip to content

Commit 4b22b00

Browse files
v2.17.0
1 parent 8d828f8 commit 4b22b00

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.16.0",
2+
"version": "2.17.0",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
44
"useNx": false,
55
"npmClient": "pnpm",

packages/docs/.storybook/addon-version/Tool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const Tool = () => {
1515
window.open(LINK_URL, "_blank")
1616
}}
1717
>
18-
{/* DO NOT REMOVE - replace version */}v2.16.0
18+
{/* DO NOT REMOVE - replace version */}v2.17.0
1919
</IconButton>
2020
</>
2121
)

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"version": "2.16.0",
4+
"version": "2.17.0",
55
"scripts": {
66
"start": "concurrently -n copy,sass,app -c 'bgMagenta,bgMagenta,bgMagenta' 'pnpm build:copy:watch' 'pnpm build:sass:watch' 'storybook dev -p 6006'",
77
"build:copy": "cp -r ../drop-in/dist public/",
@@ -43,7 +43,7 @@
4343
"vite": "^7.0.6"
4444
},
4545
"dependencies": {
46-
"@commercelayer/drop-in.js": "workspace:^2.16.0",
46+
"@commercelayer/drop-in.js": "workspace:^2.17.0",
4747
"lit-html": "^3.3.1"
4848
}
4949
}

packages/docs/stories/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The final result should be similar to the code snippet below:
5353
<Alert title="Semantic versioning" type="info">
5454
We follow [semantic versioning](https://docs.npmjs.com/about-semantic-versioning) for our releases.
5555
We recommend using the latest major version, `drop-in.js@2`, to benefit from the newest improvements and fixes as they become available.
56-
Alternatively, you can lock in a specific version. The latest release is `drop-in.js@2.16.0`.
56+
Alternatively, you can lock in a specific version. The latest release is `drop-in.js@2.17.0`.
5757
</Alert>
5858

5959
<br />

packages/drop-in/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercelayer/drop-in.js",
3-
"version": "2.16.0",
3+
"version": "2.17.0",
44
"description": "Transform any plain HTML page into an enterprise-grade static commerce website, with almost no coding required.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

packages/drop-in/src/apis/commercelayer/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface CommerceLayerConfig {
1414
* The version of the library.
1515
* This is automatically set by the build process and should not be manually specified.
1616
*/
17-
version: "drop-in.js@2.16.0"
17+
version: "drop-in.js@2.17.0"
1818

1919
/**
2020
* The client ID (from you API credentials).
@@ -98,7 +98,7 @@ export function getConfig(): Config {
9898
}
9999

100100
// NOTE: This is automatically set by the build process and should not be manually specified.
101-
window.commercelayerConfig.version = "drop-in.js@2.16.0"
101+
window.commercelayerConfig.version = "drop-in.js@2.17.0"
102102

103103
const commercelayerConfig: CommerceLayerConfig = window.commercelayerConfig
104104

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

replace-jsdelivr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @example https://cdn.jsdelivr.net/npm/@commercelayer/drop-in.js@2/dist/drop-in/drop-in.esm.js
1313
* @example `drop-in.js@2`
14-
* @example `drop-in.js@2.16.0`
14+
* @example `drop-in.js@2.17.0`
1515
*/
1616

1717
import { replaceInFileSync } from 'replace-in-file'

0 commit comments

Comments
 (0)