Skip to content

Commit

Permalink
fix: 🐛 fix conflicts
Browse files Browse the repository at this point in the history
fix conflicts
  • Loading branch information
dengzongheng committed Aug 11, 2023
2 parents 536c636 + 6637295 commit e0e4d3e
Show file tree
Hide file tree
Showing 34 changed files with 924 additions and 2,615 deletions.
7 changes: 0 additions & 7 deletions .changeset/clean-snakes-add.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/loud-deers-yell.md

This file was deleted.

33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,36 @@ section: 'introduction'
The Changelog gives an overview of the changes we've made to @zanejs

<!-- CHANGELOG:INSERT -->

## 04-08-2023

**@zanejs/vue3** `v1.0.0`

- 初始化

**@zanejs/vue2** `v1.0.0`

- 初始化

**@zanejs/theme-chalk** `v1.0.0`

- 初始化

**@zanejs/react** `v1.0.0`

- 初始化

**@zanejs/mvc** `v0.1.0`

- 加入一个 mvc 包

**@zanejs/utils** `v1.0.0`

- 加入一个 mvc 包
- 初始化

**@zanejs/constants** `v1.0.0`

- 加入一个 mvc 包
- 初始化

33 changes: 33 additions & 0 deletions apps/docs/content/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,36 @@ section: 'introduction'
---

The Changelog gives an overview of the changes we've made to @zanejs

## 04-08-2023

**@zanejs/vue3** `v1.0.0`

- 初始化

**@zanejs/vue2** `v1.0.0`

- 初始化

**@zanejs/theme-chalk** `v1.0.0`

- 初始化

**@zanejs/react** `v1.0.0`

- 初始化

**@zanejs/mvc** `v0.1.0`

- 加入一个 mvc 包

**@zanejs/utils** `v1.0.0`

- 加入一个 mvc 包
- 初始化

**@zanejs/constants** `v1.0.0`

- 加入一个 mvc 包
- 初始化

7 changes: 7 additions & 0 deletions internals/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/commitlint-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
2 changes: 1 addition & 1 deletion internals/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/commitlint-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer commitlint for @zanejs!",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions internals/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/eslint-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
4 changes: 2 additions & 2 deletions internals/eslint-config/package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/eslint-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer eslint for @zanejs!",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"jsonc-eslint-parser": "^2.1.0",
"prettier": "^2.7.1",
"prettier": "^3.0.1",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions internals/lint-staged-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/lint-staged-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
2 changes: 1 addition & 1 deletion internals/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/lint-staged-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer lint-staged for @zanejs!",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions internals/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/prettier-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
4 changes: 2 additions & 2 deletions internals/prettier-config/package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/prettier-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer prettier for @zanejs!",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean:deps": "rimraf node_modules"
},
"dependencies": {
"prettier": "^2.7.1"
"prettier": "^3.0.1"
},
"engines": {
"node": ">=16"
Expand Down
7 changes: 7 additions & 0 deletions internals/simple-git-hooks-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/simple-git-hooks-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
2 changes: 1 addition & 1 deletion internals/simple-git-hooks-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/simple-git-hooks-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer simple-git-hooks for @zanejs!",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions internals/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/stylelint-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
2 changes: 1 addition & 1 deletion internals/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/stylelint-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer stylelint for @zanejs!",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions internals/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zanejs/ts-config

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
2 changes: 1 addition & 1 deletion internals/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/ts-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "🚀 The package offer tsconfig for @zanejs!",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/inquirer": "9.0.3",
"@types/jsdom": "20.0.1",
"@types/node": "*",
"@types/prettier": "2.7.1",
"@types/prettier": "3.0.0",
"@types/semver": "7.3.13",
"@vitest/ui": "^0.25.1",
"inquirer": "^9.1.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# @zanejs/constants

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化

### Minor Changes

- [`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4) - 加入一个 mvc 包
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/constants",
"version": "0.0.4",
"version": "1.0.0",
"description": "🚀 The package offer constants for @zanejs!",
"keywords": [
"zanejs",
Expand Down
12 changes: 12 additions & 0 deletions packages/mvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @zanejs/mvc

## 0.1.0

### Minor Changes

- [`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4) - 加入一个 mvc 包

### Patch Changes

- Updated dependencies [[`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4), [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993)]:
- @zanejs/constants@1.0.0
2 changes: 1 addition & 1 deletion packages/mvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/mvc",
"version": "0.0.1",
"version": "0.1.0",
"description": "🚀 The package mvc for @zanejs!",
"keywords": [
"zanejs",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# @zanejs/react

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化

### Patch Changes

- Updated dependencies [[`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4), [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993)]:
- @zanejs/constants@1.0.0
- @zanejs/utils@1.0.0
- @zanejs/theme-chalk@1.0.0
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/react",
"version": "0.0.4",
"version": "1.0.0",
"description": "🚀 The package offer react library for @zanejs!",
"keywords": [
"zanejs",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme-chalk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @zanejs/theme-chalk

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化
2 changes: 1 addition & 1 deletion packages/theme-chalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/theme-chalk",
"version": "0.0.4",
"version": "1.0.0",
"description": "🚀 The package offer theme-chalk for @zanejs!",
"type": "module",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# @zanejs/utils

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化

### Minor Changes

- [`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4) - 加入一个 mvc 包

### Patch Changes

- Updated dependencies [[`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4), [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993)]:
- @zanejs/constants@1.0.0
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/utils",
"version": "0.0.4",
"version": "1.0.0",
"description": "🚀 The package offer utils for @zanejs!",
"keywords": [
"zanejs",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# @zanejs/vue2

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化

### Patch Changes

- Updated dependencies [[`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4), [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993)]:
- @zanejs/constants@1.0.0
- @zanejs/utils@1.0.0
- @zanejs/theme-chalk@1.0.0
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/vue2",
"version": "0.0.4",
"version": "1.0.0",
"description": "🚀 The package offer vue2 library for @zanejs!",
"keywords": [
"zanejs",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# @zanejs/vue3

## 1.0.0

### Major Changes

- [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993) - 初始化

### Patch Changes

- Updated dependencies [[`375e11e`](https://github.com/zanedeng/zanejs/commit/375e11e66cb3fa778e342c8696acb36d5762d2d4), [`ba51da4`](https://github.com/zanedeng/zanejs/commit/ba51da4f8e487efac887e2236b60112e38ba8993)]:
- @zanejs/constants@1.0.0
- @zanejs/utils@1.0.0
- @zanejs/theme-chalk@1.0.0
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanejs/vue3",
"version": "0.0.4",
"version": "1.0.0",
"description": "🚀 The package offer vue3 library for @zanejs!",
"keywords": [
"zanejs",
Expand Down
Loading

0 comments on commit e0e4d3e

Please sign in to comment.