Skip to content

Commit

Permalink
chore: release package(s) (#163)
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
github-actions[bot] and github-actions[bot] authored Aug 21, 2022
1 parent 434e27e commit c8fa1d9
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 34 deletions.
9 changes: 0 additions & 9 deletions .changeset/hungry-mayflies-tan.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-ears-explode.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/app-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 7.1.1

### Patch Changes

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `[email protected]`

- Updated dependencies [[`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1), [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1)]:
- @1stg/common-config@7.0.1
- @1stg/stylelint-config@4.8.0

## 7.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "7.1.0",
"version": "7.1.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 Down Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.2.3",
"@1stg/common-config": "^7.0.0",
"@1stg/common-config": "^7.0.1",
"@1stg/postcss-config": "^3.3.0",
"@1stg/stylelint-config": "^4.7.0",
"@1stg/stylelint-config": "^4.8.0",
"@pkgr/es-modules": "^0.6.2",
"@pkgr/imagemin": "^3.1.1",
"browserslist": "^4.21.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/common-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 7.0.1

### Patch Changes

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section

- Updated dependencies [[`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1), [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1)]:
- @1stg/eslint-config@5.5.1
- @1stg/lint-staged@3.3.3

## 7.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "7.0.0",
"version": "7.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 Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@1stg/babel-preset": "^3.1.4",
"@1stg/commitlint-config": "^3.1.4",
"@1stg/eslint-config": "^5.5.0",
"@1stg/lint-staged": "^3.3.2",
"@1stg/eslint-config": "^5.5.1",
"@1stg/lint-staged": "^3.3.3",
"@1stg/markuplint-config": "^2.2.0",
"@1stg/prettier-config": "^3.9.0",
"@1stg/remark-preset": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.5.1

### Patch Changes

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section

## 5.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "5.5.0",
"version": "5.5.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
9 changes: 9 additions & 0 deletions packages/lib-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 10.1.1

### Patch Changes

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section

- Updated dependencies [[`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1)]:
- @1stg/common-config@7.0.1

## 10.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "10.1.0",
"version": "10.1.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 Down Expand Up @@ -42,7 +42,7 @@
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/common-config": "^7.0.0",
"@1stg/common-config": "^7.0.1",
"@pkgr/rollup": "^3.2.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.3.3

### Patch Changes

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `[email protected]`

## 3.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/lint-staged",
"version": "3.3.2",
"version": "3.3.3",
"description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.8.0

### Minor Changes

- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `[email protected]`

## 4.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/stylelint-config",
"version": "4.7.0",
"version": "4.8.0",
"description": "Personal but Shareable Stylelint Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
Expand Down
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8fa1d9

Please sign in to comment.