Skip to content

Commit

Permalink
chore(cli): release v1.2.5 (#97)
Browse files Browse the repository at this point in the history
* chore(cli): release v1.2.5

* docs(cli): update documentation

* docs(cli): update require node version
  • Loading branch information
Cphayim committed Apr 6, 2024
1 parent 472d49c commit abb4b6f
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @vrn-deco/cli

## 1.2.5

Update some dependencies ([#71](https://github.com/vrn-deco/cli/issues/71), [#72](https://github.com/vrn-deco/cli/issues/72), [#74](https://github.com/vrn-deco/cli/issues/74))

## 1.2.4

Update some dependencies ([#61](https://github.com/vrn-deco/cli/issues/61))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

`@vrn-deco/cli` is an automated command line tool whose core feature is to help you quickly build an engineered project via `boilerplate`. It supports multiple creation modes, you can get `boilerplate` from the sources we provide, or you can specify a third party or your own source.

> ⚠️ Please make sure your **Node.js version >=14.13.1**
> ⚠️ Please make sure your **Node.js version >=18.0.0**
## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

`@vrn-deco/cli`是一个自动化命令行工具,核心功能是通过 `boilerplate` 来帮助您快速搭建一个工程化项目。它支持多种创建模式,您可以从我们提供的来源获取 `boilerplate`,也可以指定第三方或您自己的来源。

> ⚠️ 请确保您的 **Node.js 版本 >=14.13.1**
> ⚠️ 请确保您的 **Node.js 版本 >=18.0.0**
## 快速入门

Expand Down
9 changes: 8 additions & 1 deletion create-vrn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ This package is a wrapper for @vrn-deco/cli, quickly create projects with full p
You don't need to pre-install any package, execute following command

```sh
npm init vrn
# npm
npm create vrn@latest
# yarn
yarn create vrn
# pnpm
pnpm create vrn
```

In fact it directly calls the `create` command of `@vrn-deco/cli`

Note that it only supports interactive creation in `package` mode, and does not support other advanced options

If you need advanced features or custom configuration, please install `@vrn-deco/cli` globally

Documentation: [https://github.com/vrn-deco/cli](https://github.com/vrn-deco/cli)
2 changes: 1 addition & 1 deletion create-vrn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vrn",
"version": "1.2.4",
"version": "1.2.5",
"description": "⚙️ Project scaffolding with command line tools. 🛠",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/check-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-check-update",
"version": "1.2.4",
"version": "1.2.5",
"description": "@vrn-deco/cli-check-update",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

`@vrn-deco/cli` is an automated command line tool whose core feature is to help you quickly build an engineered project via `boilerplate`. It supports multiple creation modes, you can get `boilerplate` from the sources we provide, or you can specify a third party or your own source.

> Full transition to Pure ESM as of **v1.0.1**, please make sure your **Node.js version** is not lower than **v14.13.1**
> ⚠️ Please make sure your **Node.js version >=18.0.0**
## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli",
"version": "1.2.4",
"version": "1.2.5",
"description": "⚙️ Project scaffolding with command line tools. 🛠",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/command-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-command-boilerplate",
"version": "1.2.4",
"version": "1.2.5",
"description": "vrn boilerplate command",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/command-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-command-config",
"version": "1.2.4",
"version": "1.2.5",
"description": "vrn create project boilerplate command",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-command",
"version": "1.2.4",
"version": "1.2.5",
"description": "base command",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-config-helper",
"version": "1.2.4",
"version": "1.2.5",
"description": "config maintenance",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-log",
"version": "1.2.4",
"version": "1.2.5",
"description": "vrn logging tools",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-npm-helper",
"version": "1.2.4",
"version": "1.2.5",
"description": "vrn npm helper",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrn-deco/cli-shared",
"version": "1.2.4",
"version": "1.2.5",
"description": "vrn shared utils",
"author": "Cphayim <i@cphayim.me>",
"homepage": "https://github.com/vrn-deco/cli#readme",
Expand Down

0 comments on commit abb4b6f

Please sign in to comment.