diff --git a/core/package.json b/core/package.json index a815a29..f124007 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/ncc", - "version": "1.0.15", + "version": "1.1.0", "description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.", "author": "Kenny Wong (https://github.com/jaywcjlove)", "homepage": "https://kktjs.github.io/ncc", diff --git a/examples/bundle-node/package.json b/examples/bundle-node/package.json index a3ca2d0..f4cc4dc 100644 --- a/examples/bundle-node/package.json +++ b/examples/bundle-node/package.json @@ -1,6 +1,6 @@ { "name": "@template/bundle-node", - "version": "1.0.15", + "version": "1.1.0", "description": "", "private": true, "scripts": { @@ -19,7 +19,7 @@ "@hapi/hapi": "^21.3.1" }, "devDependencies": { - "@kkt/ncc": "^1.0.15" + "@kkt/ncc": "^1.1.0" }, "eslintConfig": { "extends": [ diff --git a/examples/bundle/package.json b/examples/bundle/package.json index b1438ee..1cff1c0 100644 --- a/examples/bundle/package.json +++ b/examples/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@template/bundle", - "version": "1.0.15", + "version": "1.1.0", "main": "dist/bundle.js", "module": "src/components/index.js", "description": "", @@ -25,7 +25,7 @@ }, "devDependencies": { "@kkt/less-modules": "^7.5.3", - "@kkt/ncc": "^1.0.15", + "@kkt/ncc": "^1.1.0", "@types/react": "^18.2.24", "@types/react-dom": "^18.2.8", "kkt": "^7.5.3" diff --git a/examples/github-action/package.json b/examples/github-action/package.json index 63481d1..7af8eba 100644 --- a/examples/github-action/package.json +++ b/examples/github-action/package.json @@ -1,6 +1,6 @@ { "name": "@template/github-actions", - "version": "1.0.15", + "version": "1.1.0", "private": true, "scripts": { "build": "npm run bundle && npm run bundle:min", diff --git a/lerna.json b/lerna.json index c541bf8..66ff7a2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "1.0.15", + "version": "1.1.0", "packages": ["core", "examples/*"] }