Skip to content

Commit 908bf9e

Browse files
committed
released v1.1.2
1 parent 0c9994c commit 908bf9e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/ncc",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
55
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
66
"homepage": "https://kktjs.github.io/ncc",

examples/bundle-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/bundle-node",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"@hapi/hapi": "^21.3.1"
2020
},
2121
"devDependencies": {
22-
"@kkt/ncc": "^1.1.1"
22+
"@kkt/ncc": "^1.1.2"
2323
},
2424
"eslintConfig": {
2525
"extends": [

examples/bundle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/bundle",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "dist/bundle.js",
55
"module": "src/components/index.js",
66
"description": "",
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@kkt/less-modules": "^7.5.3",
28-
"@kkt/ncc": "^1.1.1",
28+
"@kkt/ncc": "^1.1.2",
2929
"@types/react": "^18.2.24",
3030
"@types/react-dom": "^18.2.8",
3131
"kkt": "^7.5.3"

examples/github-action/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/github-actions",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"build": "npm run bundle && npm run bundle:min",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.1.2",
33
"packages": ["core", "examples/*"]
44
}

0 commit comments

Comments
 (0)