Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GGwujun committed Jun 10, 2021
1 parent a74a4e5 commit 9551406
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-06-10)

**Note:** Version bump only for package @winfe/winex





# 1.0.0-beta.11 (2021-06-07)

**Note:** Version bump only for package @winfe/winex
Expand Down
31 changes: 24 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"version": "1.0.0-beta.11",
"packages": ["packages/*"],
"version": "1.0.0",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand All @@ -10,16 +12,31 @@
"message": "chore(release): publish %s [skip ci]"
},
"publish": {
"ignoreChanges": ["*.md", ".npmrc"],
"ignoreChanges": [
"*.md",
".npmrc"
],
"registry": "http://registry.npmjs.org/",
"version": ["--conventional-graduate"]
"version": [
"--conventional-graduate"
]
},
"version": {
"conventionalCommits": true,
"includeMergedTags": true,
"ignoreChanges": ["*.md", ".npmrc"]
"ignoreChanges": [
"*.md",
".npmrc"
]
}
},
"npmClientArgs": ["--no-optional"],
"ignoreChanges": ["**/*.md", "**/*.test.ts", "**/test/**", "**/*.npmrc"]
"npmClientArgs": [
"--no-optional"
],
"ignoreChanges": [
"**/*.md",
"**/*.test.ts",
"**/test/**",
"**/*.npmrc"
]
}
8 changes: 8 additions & 0 deletions packages/cli-plugin-add/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-06-10)

**Note:** Version bump only for package @winfe/cli-plugin-add





# 1.0.0-beta.11 (2021-06-07)

**Note:** Version bump only for package @winfe/cli-plugin-add
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-add",
"version": "1.0.0-beta.11",
"version": "1.0.0",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@types/execa": "^2.0.0",
"@types/node": "^15.3.0",
"@winfe/cli-core": "^1.0.0-beta.11",
"@winfe/cli-core": "^1.0.0",
"@winfe/get-materials": "^1.0.8",
"download-package-tarball": "^1.0.7",
"enquirer": "^2.3.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-06-10)

**Note:** Version bump only for package @winfe/cli-plugin-init





# 1.0.0-beta.11 (2021-06-07)

**Note:** Version bump only for package @winfe/cli-plugin-init
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-init",
"version": "1.0.0-beta.11",
"version": "1.0.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@types/fs-extra": "^9.0.11",
"@types/ini": "^1.3.30",
"@types/validate-npm-package-name": "^3.0.2",
"@winfe/cli-core": "^1.0.0-beta.11",
"@winfe/cli-core": "^1.0.0",
"@winfe/get-materials": "^1.0.8",
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-06-10)

**Note:** Version bump only for package @winfe/cli-plugin-lint





# 1.0.0-beta.11 (2021-06-07)

**Note:** Version bump only for package @winfe/cli-plugin-lint
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-lint",
"version": "1.0.0-beta.11",
"version": "1.0.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"type": "ts,node"
},
"dependencies": {
"@winfe/cli-core": "^1.0.0-beta.11",
"@winfe/cli-core": "^1.0.0",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"cross-spawn": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-06-10)

**Note:** Version bump only for package @winfe/winex-cli





# 1.0.0-beta.11 (2021-06-07)

**Note:** Version bump only for package @winfe/winex-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/winex-cli",
"version": "1.0.0-beta.11",
"version": "1.0.0",
"bin": {
"winex": "bin/winex.js"
},
Expand Down Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"dependencies": {
"@winfe/cli-core": "^1.0.0-beta.11",
"@winfe/cli-plugin-add": "^1.0.0-beta.11",
"@winfe/cli-plugin-init": "^1.0.0-beta.11",
"@winfe/cli-plugin-lint": "^1.0.0-beta.11",
"@winfe/cli-core": "^1.0.0",
"@winfe/cli-plugin-add": "^1.0.0",
"@winfe/cli-plugin-init": "^1.0.0",
"@winfe/cli-plugin-lint": "^1.0.0",
"child_process": "^1.0.2"
},
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-06-10)

**Note:** Version bump only for package @winfe/cli-core





# 1.0.0-beta.11 (2021-06-07)

**Note:** Version bump only for package @winfe/cli-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-core",
"version": "1.0.0-beta.11",
"version": "1.0.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9551406

Please sign in to comment.