Skip to content

Commit

Permalink
chore: release package(s) (#94)
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 Jun 20, 2022
1 parent 27662c4 commit 221d7e9
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-eggs-wash.md

This file was deleted.

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

## 4.2.2

### Patch Changes

- [`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2) Thanks [@JounQin](https://github.com/JounQin)! - fix(prettier): ignore `.nvmrc`, use sh for `.*shrc`

- Updated dependencies [[`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2)]:
- @1stg/common-config@4.2.2

## 4.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "4.2.1",
"version": "4.2.2",
"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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.1.0",
"@1stg/common-config": "^4.2.1",
"@1stg/common-config": "^4.2.2",
"@1stg/postcss-config": "^3.1.0",
"@1stg/stylelint-config": "^4.2.0",
"@pkgr/es-modules": "^0.6.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/common-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.2.2

### Patch Changes

- [`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2) Thanks [@JounQin](https://github.com/JounQin)! - fix(prettier): ignore `.nvmrc`, use sh for `.*shrc`

- Updated dependencies [[`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2)]:
- @1stg/prettier-config@3.1.3

## 4.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "4.2.1",
"version": "4.2.2",
"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 @@ -15,7 +15,7 @@
"@1stg/eslint-config": "^4.1.4",
"@1stg/lint-staged": "^2.0.0",
"@1stg/markuplint-config": "^2.0.0",
"@1stg/prettier-config": "^3.1.2",
"@1stg/prettier-config": "^3.1.3",
"@1stg/remark-config": "^3.0.0",
"@1stg/simple-git-hooks": "^0.1.2",
"@1stg/tsconfig": "^2.1.0",
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

## 6.2.2

### Patch Changes

- [`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2) Thanks [@JounQin](https://github.com/JounQin)! - fix(prettier): ignore `.nvmrc`, use sh for `.*shrc`

- Updated dependencies [[`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2)]:
- @1stg/common-config@4.2.2

## 6.2.1

### Patch 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": "6.2.1",
"version": "6.2.2",
"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 @@ -10,7 +10,7 @@
"node": ">=14"
},
"dependencies": {
"@1stg/common-config": "^4.2.1",
"@1stg/common-config": "^4.2.2",
"@pkgr/rollup": "^3.1.2",
"jest": "^28.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.3

### Patch Changes

- [`27662c4`](https://github.com/1stG/configs/commit/27662c45623a5f4607c9a1397de77975c30255a2) Thanks [@JounQin](https://github.com/JounQin)! - fix(prettier): ignore `.nvmrc`, use sh for `.*shrc`

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/prettier-config",
"version": "3.1.2",
"version": "3.1.3",
"description": "Personal but Shareable Prettier Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down

0 comments on commit 221d7e9

Please sign in to comment.