Skip to content

Commit a598cad

Browse files
chore: release package(s) (#387)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e90742e commit a598cad

File tree

14 files changed

+73
-39
lines changed

14 files changed

+73
-39
lines changed

.changeset/proud-clowns-check.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/rotten-clocks-know.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/thin-dolls-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/app-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 14.3.0
4+
5+
### Minor Changes
6+
7+
- [#388](https://github.com/1stG/configs/pull/388) [`5343736`](https://github.com/1stG/configs/commit/5343736c57e355ca26002562d61f1646691a65eb) Thanks [@JounQin](https://github.com/JounQin)! - fix: clarify correct engines field due to `1stg/prettier-config`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5343736`](https://github.com/1stG/configs/commit/5343736c57e355ca26002562d61f1646691a65eb)]:
12+
- @1stg/common-config@14.3.0
13+
314
## 14.2.0
415

516
### Minor Changes

packages/app-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1stg/app-config",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Personal but Shareable App Configuration for all 1stG.me projects",
55
"repository": "git+https://github.com/1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/app-config",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@1stg/browserslist-config": "^2.1.4",
15-
"@1stg/common-config": "^14.2.0",
15+
"@1stg/common-config": "^14.3.0",
1616
"@1stg/postcss-config": "^6.1.0",
1717
"@1stg/stylelint-config": "^6.1.0",
1818
"browserslist": "^4.25.1",

packages/common-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 14.3.0
4+
5+
### Minor Changes
6+
7+
- [#388](https://github.com/1stG/configs/pull/388) [`5343736`](https://github.com/1stG/configs/commit/5343736c57e355ca26002562d61f1646691a65eb) Thanks [@JounQin](https://github.com/JounQin)! - fix: clarify correct engines field due to `1stg/prettier-config`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`97cedcc`](https://github.com/1stG/configs/commit/97cedcc8d57f2d4bf69fd3c4ebc8896c834cd960), [`5343736`](https://github.com/1stG/configs/commit/5343736c57e355ca26002562d61f1646691a65eb), [`97cedcc`](https://github.com/1stG/configs/commit/97cedcc8d57f2d4bf69fd3c4ebc8896c834cd960)]:
12+
- @1stg/nano-staged@0.3.0
13+
- @1stg/prettier-config@5.3.1
14+
315
## 14.2.0
416

517
### Minor Changes

packages/common-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1stg/common-config",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Personal but Shareable Common Configuration for all 1stG.me projects",
55
"repository": "git+https://github.com/1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/common-config",
@@ -15,8 +15,8 @@
1515
"@1stg/commitlint-config": "^5.1.0",
1616
"@1stg/eslint-config": "^10.2.0",
1717
"@1stg/markuplint-config": "^4.0.7",
18-
"@1stg/nano-staged": "^0.2.1",
19-
"@1stg/prettier-config": "^5.3.0",
18+
"@1stg/nano-staged": "^0.3.0",
19+
"@1stg/prettier-config": "^5.3.1",
2020
"@1stg/remark-preset": "^3.1.2",
2121
"@1stg/simple-git-hooks": "^2.1.0",
2222
"@1stg/tsconfig": "^3.0.3",

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @1stg/config
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#386](https://github.com/1stG/configs/pull/386) [`97cedcc`](https://github.com/1stG/configs/commit/97cedcc8d57f2d4bf69fd3c4ebc8896c834cd960) Thanks [@JounQin](https://github.com/JounQin)! - fix: `PRETTIER_EXPERIMENTAL_CLI` env is already supported by prettier itself
8+
39
## 1.2.0
410

511
### Minor Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1stg/config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"description": "Personal but Shareable Configuration for all 1stG.me projects",
66
"repository": "git+https://github.com/1stG/configs.git",

packages/nano-staged/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#388](https://github.com/1stG/configs/pull/388) [`5343736`](https://github.com/1stG/configs/commit/5343736c57e355ca26002562d61f1646691a65eb) Thanks [@JounQin](https://github.com/JounQin)! - fix: clarify correct engines field due to `1stg/prettier-config`
8+
9+
### Patch Changes
10+
11+
- [#386](https://github.com/1stG/configs/pull/386) [`97cedcc`](https://github.com/1stG/configs/commit/97cedcc8d57f2d4bf69fd3c4ebc8896c834cd960) Thanks [@JounQin](https://github.com/JounQin)! - fix: `PRETTIER_EXPERIMENTAL_CLI` env is already supported by prettier itself
12+
13+
- Updated dependencies [[`97cedcc`](https://github.com/1stG/configs/commit/97cedcc8d57f2d4bf69fd3c4ebc8896c834cd960), [`97cedcc`](https://github.com/1stG/configs/commit/97cedcc8d57f2d4bf69fd3c4ebc8896c834cd960)]:
14+
- @1stg/config@1.2.1
15+
- @1stg/prettier-config@5.3.1
16+
317
## 0.2.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)