Skip to content

Commit

Permalink
chore: release package(s) (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JounQin and github-actions[bot] committed Dec 10, 2023
1 parent 9268bd0 commit f199773
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-kiwis-type.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sweet-squids-reply.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/app-config/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 9.0.1

### Patch Changes

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(tsconfig): incompatible module option for Node16 and NodeNext

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): incorrect project setting for ts in md/mdx

- Updated dependencies [[`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674), [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674)]:
- @1stg/common-config@9.0.1

## 9.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "9.0.0",
"version": "9.0.1",
"description": "Personal but Shareable App Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/app-config",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.2.4",
"@1stg/common-config": "^9.0.0",
"@1stg/common-config": "^9.0.1",
"@1stg/postcss-config": "^5.0.0",
"@1stg/stylelint-config": "^5.1.0",
"@pkgr/es-modules": "^0.6.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/common-config/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 9.0.1

### Patch Changes

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(tsconfig): incompatible module option for Node16 and NodeNext

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): incorrect project setting for ts in md/mdx

- Updated dependencies [[`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674), [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674)]:
- @1stg/tsconfig@2.3.3
- @1stg/eslint-config@7.0.1

## 9.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/common-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "9.0.0",
"version": "9.0.1",
"description": "Personal but Shareable Common Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/common-config",
Expand All @@ -13,13 +13,13 @@
"dependencies": {
"@1stg/babel-preset": "^3.2.3",
"@1stg/commitlint-config": "^3.2.0",
"@1stg/eslint-config": "^7.0.0",
"@1stg/eslint-config": "^7.0.1",
"@1stg/lint-staged": "^3.4.1",
"@1stg/markuplint-config": "^3.0.1",
"@1stg/prettier-config": "^3.9.2",
"@1stg/remark-preset": "^2.0.0",
"@1stg/simple-git-hooks": "^0.2.3",
"@1stg/tsconfig": "^2.3.2",
"@1stg/tsconfig": "^2.3.3",
"@babel/core": "^7.22.5",
"@commitlint/cli": "^17.6.5",
"eslint": "^8.43.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 7.0.1

### Patch Changes

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): incorrect project setting for ts in md/mdx

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "7.0.0",
"version": "7.0.1",
"description": "Personal but Shareable ESLint Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib-config/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 12.0.1

### Patch Changes

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(tsconfig): incompatible module option for Node16 and NodeNext

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): incorrect project setting for ts in md/mdx

- Updated dependencies [[`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674), [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674)]:
- @1stg/common-config@9.0.1

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "12.0.0",
"version": "12.0.1",
"description": "Personal but Shareable Library Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/lib-config",
Expand All @@ -11,7 +11,7 @@
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/common-config": "^9.0.0",
"@1stg/common-config": "^9.0.1",
"@pkgr/rollup": "^4.1.1"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.3.3

### Patch Changes

- [#220](https://github.com/1stG/configs/pull/220) [`9268bd0`](https://github.com/1stG/configs/commit/9268bd0a5f8a23bcc865403d32651d81a892c674) Thanks [@JounQin](https://github.com/JounQin)! - fix(tsconfig): incompatible module option for Node16 and NodeNext

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/tsconfig",
"version": "2.3.2",
"version": "2.3.3",
"description": "Personal but Shareable TypeScript Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
Expand Down

0 comments on commit f199773

Please sign in to comment.