Skip to content

Commit

Permalink
chore(release): publish v0.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jul 14, 2024
1 parent d26f37f commit 35ec416
Show file tree
Hide file tree
Showing 41 changed files with 322 additions and 43 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **changelog:** 新增脚手架支持自动记录变更日志 ([d5a1a04](https://github.com/142vip/142vip-oauth/commit/d5a1a04521c5fb02a1d0e6929293982aa5c45fff)) by . @chufan
* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/142vip-oauth/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/142vip-oauth/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/142vip-oauth/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/142vip-oauth/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 初始化模块 ([521199a](https://github.com/142vip/142vip-oauth/commit/521199a00f9a6eac926778df029f3bf717aed57c)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/142vip-oauth/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **changelog:** 新增脚手架支持自动记录变更日志 ([d5a1a04](https://github.com/142vip/142vip-oauth/commit/d5a1a04521c5fb02a1d0e6929293982aa5c45fff)) by . @chufan
* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/142vip-oauth/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/142vip-oauth/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/142vip-oauth/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/142vip-oauth/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 初始化模块 ([521199a](https://github.com/142vip/142vip-oauth/commit/521199a00f9a6eac926778df029f3bf717aed57c)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/142vip-oauth/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
10 changes: 10 additions & 0 deletions apps/egg-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
4 changes: 3 additions & 1 deletion apps/egg-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "egg-demo"
"name": "egg-demo",
"version": "0.0.1-alpha.0",
"private": true
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.1.6-alpha.5",
"version": "0.0.1-alpha.0",
"npmClient": "pnpm",
"packages": [
"apps/*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@142vip/core-x",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.0",
"type": "module",
"engines": {
"node": "18.18.0",
Expand All @@ -14,7 +14,7 @@
"homePage": "https://142vip.cn"
},
"scripts": {
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/* && npx turbo run build --filter=@142vip/changelog --color --only",
"dev": "npx turbo run dev",
"build": "npx turbo run build",
"start": "npx turbo run start",
Expand Down
10 changes: 10 additions & 0 deletions packages/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **changelog:** 新增脚手架支持自动记录变更日志 ([d5a1a04](https://github.com/142vip/core-x/commit/d5a1a04521c5fb02a1d0e6929293982aa5c45fff)) by . @chufan
2 changes: 1 addition & 1 deletion packages/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@142vip/changelog",
"version": "0.0.1",
"version": "0.0.1-alpha.0",
"private": false,
"type": "module",
"description": "公众号搜:储凡",
Expand Down
14 changes: 14 additions & 0 deletions packages/egg-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
11 changes: 4 additions & 7 deletions packages/egg-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "@142vip/egg-axios",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
"dependencies": {

},
"devDependencies": {

},
"author": "mmdapl <[email protected]>",
"license": "MIT"
Expand Down
14 changes: 14 additions & 0 deletions packages/egg-grpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
11 changes: 4 additions & 7 deletions packages/egg-grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "@142vip/egg-grpc-client",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
"dependencies": {

},
"devDependencies": {

},
"author": "mmdapl <[email protected]>",
"license": "MIT"
Expand Down
14 changes: 14 additions & 0 deletions packages/egg-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
5 changes: 4 additions & 1 deletion packages/egg-grpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@142vip/egg-grpc-server",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/egg-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
5 changes: 4 additions & 1 deletion packages/egg-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@142vip/egg-mysql",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/egg-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 初始化模块 ([521199a](https://github.com/142vip/core-x/commit/521199a00f9a6eac926778df029f3bf717aed57c)) by . @chufan
5 changes: 4 additions & 1 deletion packages/egg-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@142vip/egg-redis",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/egg-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
1 change: 1 addition & 0 deletions packages/egg-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@142vip/egg-sequelize",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/egg-swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
5 changes: 4 additions & 1 deletion packages/egg-swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@142vip/egg-swagger",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/egg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
11 changes: 4 additions & 7 deletions packages/egg/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "@142vip/egg",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
"dependencies": {

},
"devDependencies": {

},
"author": "mmdapl <[email protected]>",
"license": "MIT"
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
5 changes: 4 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@142vip/eslint-config",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"keywords": ["公众号搜:储凡"],
"keywords": [
"公众号搜:储凡"
],
"scripts": {
"build": "npx tsc"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/fairy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* core-x项目的基本结构初始化 ([668c6be](https://github.com/142vip/core-x/commit/668c6bebc9a67f0c79f974ffe3b789a39edf5a1d)) by . @chufan
* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan
2 changes: 1 addition & 1 deletion packages/fairy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@142vip/fairy-cli",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.0",
"private": false,
"main": "index.d.ts",
"description": "公众号搜:储凡、fairy-cli",
Expand Down
12 changes: 12 additions & 0 deletions packages/nest-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2024-07-14)

### ✨ Features

* **tsconfig:** 新增tsconfig配置,统一模块编译 ([125e598](https://github.com/142vip/core-x/commit/125e5985c59e69a24ae782f6c2ca422f096546b4)) by . @chufan
* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan
* 初始化模块 ([521199a](https://github.com/142vip/core-x/commit/521199a00f9a6eac926778df029f3bf717aed57c)) by . @chufan
Loading

0 comments on commit 35ec416

Please sign in to comment.