From 35ec416c194e3d278b707ceaeee1088350258ccc Mon Sep 17 00:00:00 2001 From: chufan Date: Sun, 14 Jul 2024 13:51:01 +0800 Subject: [PATCH] chore(release): publish v0.0.1-alpha.0 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++ apps/egg-demo/CHANGELOG.md | 10 ++++++++++ apps/egg-demo/package.json | 4 +++- lerna.json | 2 +- package.json | 4 ++-- packages/changelog/CHANGELOG.md | 10 ++++++++++ packages/changelog/package.json | 2 +- packages/egg-axios/CHANGELOG.md | 14 ++++++++++++++ packages/egg-axios/package.json | 11 ++++------- packages/egg-grpc-client/CHANGELOG.md | 14 ++++++++++++++ packages/egg-grpc-client/package.json | 11 ++++------- packages/egg-grpc-server/CHANGELOG.md | 14 ++++++++++++++ packages/egg-grpc-server/package.json | 5 ++++- packages/egg-mysql/CHANGELOG.md | 11 +++++++++++ packages/egg-mysql/package.json | 5 ++++- packages/egg-redis/CHANGELOG.md | 13 +++++++++++++ packages/egg-redis/package.json | 5 ++++- packages/egg-sequelize/CHANGELOG.md | 14 ++++++++++++++ packages/egg-sequelize/package.json | 1 + packages/egg-swagger/CHANGELOG.md | 13 +++++++++++++ packages/egg-swagger/package.json | 5 ++++- packages/egg/CHANGELOG.md | 14 ++++++++++++++ packages/egg/package.json | 11 ++++------- packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 5 ++++- packages/fairy-cli/CHANGELOG.md | 14 ++++++++++++++ packages/fairy-cli/package.json | 2 +- packages/nest-redis/CHANGELOG.md | 12 ++++++++++++ packages/nest-redis/package.json | 11 ++++------- packages/nest-typeorm/CHANGELOG.md | 12 ++++++++++++ packages/nest-typeorm/package.json | 1 + packages/nest/CHANGELOG.md | 12 ++++++++++++ packages/nest/package.json | 5 ++++- packages/oauth/CHANGELOG.md | 12 ++++++++++++ packages/oauth/package.json | 3 +-- packages/redis/CHANGELOG.md | 13 +++++++++++++ packages/redis/package.json | 1 + packages/typeorm/CHANGELOG.md | 13 +++++++++++++ packages/typeorm/package.json | 1 + packages/vuepress/CHANGELOG.md | 12 ++++++++++++ packages/vuepress/package.json | 5 ++++- 41 files changed, 322 insertions(+), 43 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 apps/egg-demo/CHANGELOG.md create mode 100644 packages/changelog/CHANGELOG.md create mode 100644 packages/egg-axios/CHANGELOG.md create mode 100644 packages/egg-grpc-client/CHANGELOG.md create mode 100644 packages/egg-grpc-server/CHANGELOG.md create mode 100644 packages/egg-mysql/CHANGELOG.md create mode 100644 packages/egg-redis/CHANGELOG.md create mode 100644 packages/egg-sequelize/CHANGELOG.md create mode 100644 packages/egg-swagger/CHANGELOG.md create mode 100644 packages/egg/CHANGELOG.md create mode 100644 packages/eslint-config/CHANGELOG.md create mode 100644 packages/fairy-cli/CHANGELOG.md create mode 100644 packages/nest-redis/CHANGELOG.md create mode 100644 packages/nest-typeorm/CHANGELOG.md create mode 100644 packages/nest/CHANGELOG.md create mode 100644 packages/oauth/CHANGELOG.md create mode 100644 packages/redis/CHANGELOG.md create mode 100644 packages/typeorm/CHANGELOG.md create mode 100644 packages/vuepress/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ba709c2 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/apps/egg-demo/CHANGELOG.md b/apps/egg-demo/CHANGELOG.md new file mode 100644 index 0000000..9f8502a --- /dev/null +++ b/apps/egg-demo/CHANGELOG.md @@ -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 diff --git a/apps/egg-demo/package.json b/apps/egg-demo/package.json index a610a92..5736126 100644 --- a/apps/egg-demo/package.json +++ b/apps/egg-demo/package.json @@ -1,3 +1,5 @@ { - "name": "egg-demo" + "name": "egg-demo", + "version": "0.0.1-alpha.0", + "private": true } diff --git a/lerna.json b/lerna.json index 70670ec..af4778d 100644 --- a/lerna.json +++ b/lerna.json @@ -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/*", diff --git a/package.json b/package.json index 3509f5e..d598970 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/packages/changelog/CHANGELOG.md b/packages/changelog/CHANGELOG.md new file mode 100644 index 0000000..fae683a --- /dev/null +++ b/packages/changelog/CHANGELOG.md @@ -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 diff --git a/packages/changelog/package.json b/packages/changelog/package.json index d1616c1..222dcd2 100644 --- a/packages/changelog/package.json +++ b/packages/changelog/package.json @@ -1,6 +1,6 @@ { "name": "@142vip/changelog", - "version": "0.0.1", + "version": "0.0.1-alpha.0", "private": false, "type": "module", "description": "公众号搜:储凡", diff --git a/packages/egg-axios/CHANGELOG.md b/packages/egg-axios/CHANGELOG.md new file mode 100644 index 0000000..ec7719b --- /dev/null +++ b/packages/egg-axios/CHANGELOG.md @@ -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 diff --git a/packages/egg-axios/package.json b/packages/egg-axios/package.json index 2be3795..7e4f050 100644 --- a/packages/egg-axios/package.json +++ b/packages/egg-axios/package.json @@ -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 ", "license": "MIT" diff --git a/packages/egg-grpc-client/CHANGELOG.md b/packages/egg-grpc-client/CHANGELOG.md new file mode 100644 index 0000000..ec7719b --- /dev/null +++ b/packages/egg-grpc-client/CHANGELOG.md @@ -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 diff --git a/packages/egg-grpc-client/package.json b/packages/egg-grpc-client/package.json index 3cebe23..58a3d6a 100644 --- a/packages/egg-grpc-client/package.json +++ b/packages/egg-grpc-client/package.json @@ -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 ", "license": "MIT" diff --git a/packages/egg-grpc-server/CHANGELOG.md b/packages/egg-grpc-server/CHANGELOG.md new file mode 100644 index 0000000..ec7719b --- /dev/null +++ b/packages/egg-grpc-server/CHANGELOG.md @@ -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 diff --git a/packages/egg-grpc-server/package.json b/packages/egg-grpc-server/package.json index e84006a..48d7e9e 100644 --- a/packages/egg-grpc-server/package.json +++ b/packages/egg-grpc-server/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/egg-grpc-server", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" }, diff --git a/packages/egg-mysql/CHANGELOG.md b/packages/egg-mysql/CHANGELOG.md new file mode 100644 index 0000000..d8c356e --- /dev/null +++ b/packages/egg-mysql/CHANGELOG.md @@ -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 diff --git a/packages/egg-mysql/package.json b/packages/egg-mysql/package.json index 65f074a..808d075 100644 --- a/packages/egg-mysql/package.json +++ b/packages/egg-mysql/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/egg-mysql", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" }, diff --git a/packages/egg-redis/CHANGELOG.md b/packages/egg-redis/CHANGELOG.md new file mode 100644 index 0000000..2fd968c --- /dev/null +++ b/packages/egg-redis/CHANGELOG.md @@ -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 diff --git a/packages/egg-redis/package.json b/packages/egg-redis/package.json index 5885291..d6fd4ba 100644 --- a/packages/egg-redis/package.json +++ b/packages/egg-redis/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/egg-redis", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" }, diff --git a/packages/egg-sequelize/CHANGELOG.md b/packages/egg-sequelize/CHANGELOG.md new file mode 100644 index 0000000..ec7719b --- /dev/null +++ b/packages/egg-sequelize/CHANGELOG.md @@ -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 diff --git a/packages/egg-sequelize/package.json b/packages/egg-sequelize/package.json index 83cbead..83fed91 100644 --- a/packages/egg-sequelize/package.json +++ b/packages/egg-sequelize/package.json @@ -1,5 +1,6 @@ { "name": "@142vip/egg-sequelize", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", "keywords": [ diff --git a/packages/egg-swagger/CHANGELOG.md b/packages/egg-swagger/CHANGELOG.md new file mode 100644 index 0000000..43afd3a --- /dev/null +++ b/packages/egg-swagger/CHANGELOG.md @@ -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 diff --git a/packages/egg-swagger/package.json b/packages/egg-swagger/package.json index cbc35d5..73add7a 100644 --- a/packages/egg-swagger/package.json +++ b/packages/egg-swagger/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/egg-swagger", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" }, diff --git a/packages/egg/CHANGELOG.md b/packages/egg/CHANGELOG.md new file mode 100644 index 0000000..ec7719b --- /dev/null +++ b/packages/egg/CHANGELOG.md @@ -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 diff --git a/packages/egg/package.json b/packages/egg/package.json index d7c061e..1a077aa 100644 --- a/packages/egg/package.json +++ b/packages/egg/package.json @@ -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 ", "license": "MIT" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..7e3b484 --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -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 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c75d7c9..0f85ba2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/eslint-config", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" }, diff --git a/packages/fairy-cli/CHANGELOG.md b/packages/fairy-cli/CHANGELOG.md new file mode 100644 index 0000000..ec7719b --- /dev/null +++ b/packages/fairy-cli/CHANGELOG.md @@ -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 diff --git a/packages/fairy-cli/package.json b/packages/fairy-cli/package.json index 1e2f0ea..ec064ef 100644 --- a/packages/fairy-cli/package.json +++ b/packages/fairy-cli/package.json @@ -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", diff --git a/packages/nest-redis/CHANGELOG.md b/packages/nest-redis/CHANGELOG.md new file mode 100644 index 0000000..c41266c --- /dev/null +++ b/packages/nest-redis/CHANGELOG.md @@ -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 diff --git a/packages/nest-redis/package.json b/packages/nest-redis/package.json index be219a3..04923e0 100644 --- a/packages/nest-redis/package.json +++ b/packages/nest-redis/package.json @@ -1,16 +1,13 @@ { "name": "@142vip/nest-redis", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" - }, - "dependencies": { - - }, - "devDependencies": { - }, "author": "mmdapl ", "license": "MIT" diff --git a/packages/nest-typeorm/CHANGELOG.md b/packages/nest-typeorm/CHANGELOG.md new file mode 100644 index 0000000..c41266c --- /dev/null +++ b/packages/nest-typeorm/CHANGELOG.md @@ -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 diff --git a/packages/nest-typeorm/package.json b/packages/nest-typeorm/package.json index fba6c13..cae030b 100644 --- a/packages/nest-typeorm/package.json +++ b/packages/nest-typeorm/package.json @@ -1,5 +1,6 @@ { "name": "@142vip/nest-typeorm", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", "keywords": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md new file mode 100644 index 0000000..c41266c --- /dev/null +++ b/packages/nest/CHANGELOG.md @@ -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 diff --git a/packages/nest/package.json b/packages/nest/package.json index 55d7fd4..54d102b 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/nest", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" }, diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md new file mode 100644 index 0000000..13e4159 --- /dev/null +++ b/packages/oauth/CHANGELOG.md @@ -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 +* 一些初始化工作 ([6abaca5](https://github.com/142vip/core-x/commit/6abaca5b31956469f7248dbc35001197718e217a)) by . @chufan +* 优化各模块基本代码和结构,增加build命令 ([1ecfc1e](https://github.com/142vip/core-x/commit/1ecfc1e58d894041e1909f12b4dcac58192f7bbf)) by . @chufan diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 0b45a97..acb7d00 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,5 +1,6 @@ { "name": "@142vip/oauth2.0", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", "keywords": [ @@ -8,8 +9,6 @@ "scripts": { "build": "npx tsc" }, - "dependencies": { - }, "author": "mmdapl ", "license": "MIT" } diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md new file mode 100644 index 0000000..2fd968c --- /dev/null +++ b/packages/redis/CHANGELOG.md @@ -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 diff --git a/packages/redis/package.json b/packages/redis/package.json index b69ad3d..5f9e73c 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -1,5 +1,6 @@ { "name": "@142vip/redis", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", "keywords": [ diff --git a/packages/typeorm/CHANGELOG.md b/packages/typeorm/CHANGELOG.md new file mode 100644 index 0000000..2fd968c --- /dev/null +++ b/packages/typeorm/CHANGELOG.md @@ -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 diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index 9c6cdbe..a28ca2f 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,5 +1,6 @@ { "name": "@142vip/typeorm", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", "keywords": [ diff --git a/packages/vuepress/CHANGELOG.md b/packages/vuepress/CHANGELOG.md new file mode 100644 index 0000000..20ba48a --- /dev/null +++ b/packages/vuepress/CHANGELOG.md @@ -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 +* 各模块增加文档和配置 ([ee66338](https://github.com/142vip/core-x/commit/ee663387428d5b0997356c59dfd24c4ada157e58)) by . @chufan diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index e58e0d2..9265fdf 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -1,8 +1,11 @@ { "name": "@142vip/vuepress", + "version": "0.0.1-alpha.0", "private": false, "description": "公众号搜:储凡", - "keywords": ["公众号搜:储凡"], + "keywords": [ + "公众号搜:储凡" + ], "scripts": { "build": "npx tsc" },