Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Aug 27, 2024
1 parent 8966490 commit d1328fd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.4",
"version": "2.5.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/.storybook/addon-version/Tool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Tool = () => {
window.open(LINK_URL, '_blank')
}}
>
{/* DO NOT REMOVE - replace version */}v2.4.4
{/* DO NOT REMOVE - replace version */}v2.5.0
</IconButton>
</>
)
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "2.4.4",
"version": "2.5.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/",
Expand Down Expand Up @@ -47,7 +47,7 @@
"webpack": "^5.94.0"
},
"dependencies": {
"@commercelayer/drop-in.js": "workspace:^2.4.4",
"@commercelayer/drop-in.js": "workspace:^2.5.0",
"lit-html": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/docs/stories/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Assuming you already have a Commerce Layer account ([sign up](https://dashboard.
<Alert title="Semantic versioning" type="info">
We follow [semantic versioning](https://docs.npmjs.com/about-semantic-versioning) for our releases.
We recommend using the latest major version, `drop-in.js@2`, to benefit from the newest improvements and fixes as they become available.
Alternatively, you can lock in a specific version. The latest release is `drop-in.js@2.4.4`.
Alternatively, you can lock in a specific version. The latest release is `drop-in.js@2.5.0`.
</Alert>

## Styling
Expand Down
2 changes: 1 addition & 1 deletion packages/drop-in/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/drop-in.js",
"version": "2.4.4",
"version": "2.5.0",
"description": "Transform any plain HTML page into an enterprise-grade static commerce website, with almost no coding required.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion replace-jsdelivr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @example https://cdn.jsdelivr.net/npm/@commercelayer/drop-in.js@2/dist/drop-in/drop-in.esm.js
* @example `drop-in.js@2`
* @example `drop-in.js@2.4.4`
* @example `drop-in.js@2.5.0`
*/

import { replaceInFileSync } from 'replace-in-file'
Expand Down

0 comments on commit d1328fd

Please sign in to comment.