Skip to content

Commit

Permalink
Bump up versions for plugin-tools and commercetools plugin (#3698)
Browse files Browse the repository at this point in the history
## Description

Release new patch versions of `plugin-tools` and `commercetools` plugin.
  • Loading branch information
shyam-builder authored Oct 31, 2024
1 parent 9da4f89 commit d157eb6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-tools/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/plugin-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/plugin-tools",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down
13 changes: 6 additions & 7 deletions plugins/commercetools/package-lock.json

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

5 changes: 3 additions & 2 deletions plugins/commercetools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/plugin-commercetools",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"keywords": [],
"main": "dist/plugin.system.js",
Expand All @@ -22,6 +22,7 @@
"prebuild": "rimraf dist",
"build": "rollup -c rollup.config.ts",
"release:dev": "npm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev",
"release:patch": "npm run build && npm version patch --no-git-tag-version && npm publish",
"start": "SERVE=true rollup -c rollup.config.ts -w",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down Expand Up @@ -121,7 +122,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@builder.io/plugin-tools": "^0.0.5",
"@builder.io/plugin-tools": "^0.0.6",
"@commercetools/api-request-builder": "^5.6.3"
}
}

0 comments on commit d157eb6

Please sign in to comment.