Skip to content

Commit 8fbe6fe

Browse files
chore: update versions (#391)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8134609 commit 8fbe6fe

File tree

8 files changed

+17
-23
lines changed

8 files changed

+17
-23
lines changed

.changeset/few-shoes-glow.md

-5
This file was deleted.

.changeset/new-lemons-cheat.md

-5
This file was deleted.

.changeset/tricky-papayas-change.md

-5
This file was deleted.

.changeset/two-stingrays-yell.md

-5
This file was deleted.

packages/generators/pnpm-ci/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aiou/generator-pnpm-ci
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 8134609: use flat eslint config
8+
- 8134609: update snapshot release script
9+
- 8134609: snapshot release on pr and upgrade actions
10+
311
## 2.2.0
412

513
### Minor Changes

packages/generators/pnpm-ci/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aiou/generator-pnpm-ci",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "best developer practice for pnpm project",
55
"keywords": [
66
"aiou",

packages/presets/aiou/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aiou/preset-aiou
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8134609: snapshot-release on pull_request and add swc plugin workflows
8+
39
## 1.1.1
410

511
### Patch Changes

packages/presets/aiou/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aiou/preset-aiou",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "preset aiou",
55
"keywords": [
66
"preset",
@@ -23,11 +23,11 @@
2323
"email": "[email protected]",
2424
"url": "https://twitter.com/jiangweixian"
2525
},
26-
"main": "index.json",
2726
"files": [
2827
"assets",
2928
"index.json"
3029
],
30+
"main": "index.json",
3131
"scripts": {
3232
"build": "echo build",
3333
"test": "echo test"

0 commit comments

Comments
 (0)