Skip to content

Commit

Permalink
released v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 2, 2023
1 parent 02dcae6 commit 4f94336
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/ncc",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)",
"homepage": "https://kktjs.github.io/ncc",
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/bundle-node",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@hapi/hapi": "^21.3.1"
},
"devDependencies": {
"@kkt/ncc": "^1.1.0"
"@kkt/ncc": "^1.1.1"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/bundle",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/bundle.js",
"module": "src/components/index.js",
"description": "",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.5.3",
"@kkt/ncc": "^1.1.0",
"@kkt/ncc": "^1.1.1",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"kkt": "^7.5.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/github-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/github-actions",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"build": "npm run bundle && npm run bundle:min",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.1.0",
"version": "1.1.1",
"packages": ["core", "examples/*"]
}

0 comments on commit 4f94336

Please sign in to comment.