Skip to content

Commit

Permalink
v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Nov 28, 2022
1 parent 0db3a05 commit a36f0de
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"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/",
Expand Down Expand Up @@ -36,7 +36,7 @@
"webpack": "^5.75.0"
},
"dependencies": {
"@commercelayer/drop-in.js": "workspace:^1.0.0-beta.0",
"@commercelayer/drop-in.js": "workspace:^1.0.0-beta.1",
"lit-html": "^2.4.0"
}
}
10 changes: 8 additions & 2 deletions 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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"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 All @@ -18,7 +18,13 @@
"type": "git",
"url": "https://github.com/commercelayer/drop-in.js.git"
},
"keywords": ["ecommerce", "custom-elements", "mfe", "micro-frontend", "composable-commerce"],
"keywords": [
"ecommerce",
"custom-elements",
"mfe",
"micro-frontend",
"composable-commerce"
],
"scripts": {
"postinstall": "pnpm build",
"build": "stencil build --docs && pnpm build:sass",
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.

0 comments on commit a36f0de

Please sign in to comment.