Skip to content

Commit f643866

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

File tree

20 files changed

+120
-59
lines changed

20 files changed

+120
-59
lines changed

.changeset/brave-eagles-wink.md

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

.changeset/chatty-cherries-sell.md

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

.changeset/curly-candles-greet.md

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

packages/app-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+
## 12.0.0
4+
5+
### Major Changes
6+
7+
- [#329](https://github.com/1stG/configs/pull/329) [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `prettier-plugin-pkg` with different orders for `types` related entries
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e), [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e)]:
12+
- @1stg/common-config@12.0.0
13+
- @1stg/stylelint-config@6.0.4
14+
315
## 11.1.2
416

517
### Patch Changes

packages/app-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/app-config",
3-
"version": "11.1.2",
3+
"version": "12.0.0",
44
"description": "Personal but Shareable App Configuration for all 1stG.me projects",
55
"repository": "https://github.com/1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/app-config",
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@1stg/browserslist-config": "^2.1.2",
15-
"@1stg/common-config": "^11.1.2",
15+
"@1stg/common-config": "^12.0.0",
1616
"@1stg/postcss-config": "^6.0.4",
17-
"@1stg/stylelint-config": "^6.0.3",
17+
"@1stg/stylelint-config": "^6.0.4",
1818
"@pkgr/es-modules": "^0.6.4",
1919
"browserslist": "^4.24.4",
2020
"postcss": "^8.5.3"

packages/common-config/CHANGELOG.md

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

3+
## 12.0.0
4+
5+
### Major Changes
6+
7+
- [#329](https://github.com/1stG/configs/pull/329) [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `prettier-plugin-pkg` with different orders for `types` related entries
8+
9+
### Patch Changes
10+
11+
- [#329](https://github.com/1stG/configs/pull/329) [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e) Thanks [@JounQin](https://github.com/JounQin)! - chore: housekeeping, bump all (dev) deps
12+
13+
- Updated dependencies [[`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e), [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e), [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e)]:
14+
- @1stg/eslint-config@8.4.0
15+
- @1stg/prettier-config@5.0.0
16+
- @1stg/remark-preset@3.0.3
17+
- @1stg/lint-staged@4.0.8
18+
319
## 11.1.2
420

521
### Patch Changes

packages/common-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1stg/common-config",
3-
"version": "11.1.2",
3+
"version": "12.0.0",
44
"description": "Personal but Shareable Common Configuration for all 1stG.me projects",
55
"repository": "https://github.com/1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/common-config",
@@ -13,11 +13,11 @@
1313
"dependencies": {
1414
"@1stg/babel-preset": "^4.0.7",
1515
"@1stg/commitlint-config": "^5.0.4",
16-
"@1stg/eslint-config": "^8.3.2",
17-
"@1stg/lint-staged": "^4.0.7",
16+
"@1stg/eslint-config": "^8.4.0",
17+
"@1stg/lint-staged": "^4.0.8",
1818
"@1stg/markuplint-config": "^4.0.2",
19-
"@1stg/prettier-config": "^4.0.7",
20-
"@1stg/remark-preset": "^3.0.2",
19+
"@1stg/prettier-config": "^5.0.0",
20+
"@1stg/remark-preset": "^3.0.3",
2121
"@1stg/simple-git-hooks": "^1.0.2",
2222
"@1stg/tsconfig": "^3.0.2",
2323
"@babel/core": "^7.26.10",

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.0.3
4+
5+
### Patch Changes
6+
7+
- [#329](https://github.com/1stG/configs/pull/329) [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e) Thanks [@JounQin](https://github.com/JounQin)! - chore: housekeeping, bump all (dev) deps
8+
39
## 1.0.2
410

511
### Patch 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.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"description": "Personal but Shareable Configuration for all 1stG.me projects",
66
"repository": "https://github.com/1stG/configs.git",

packages/eslint-config/CHANGELOG.md

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

3+
## 8.4.0
4+
5+
### Minor Changes
6+
7+
- [#329](https://github.com/1stG/configs/pull/329) [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable `globals` for `jest` and `vitest`, ignore `.type-coverage` and `.vercel`
8+
9+
### Patch Changes
10+
11+
- [#329](https://github.com/1stG/configs/pull/329) [`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e) Thanks [@JounQin](https://github.com/JounQin)! - chore: housekeeping, bump all (dev) deps
12+
13+
- Updated dependencies [[`c08b298`](https://github.com/1stG/configs/commit/c08b2989d7e3765dd3853fe5461d9662e5b3a05e)]:
14+
- @1stg/config@1.0.3
15+
316
## 8.3.2
417

518
### Patch Changes

0 commit comments

Comments
 (0)