Skip to content

Commit

Permalink
chore: release package(s) (#142)
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] committed Jul 17, 2022
1 parent 701f349 commit d7ee515
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 77 deletions.
8 changes: 0 additions & 8 deletions .changeset/young-pens-jump.md

This file was deleted.

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

## 6.1.4

### Patch Changes

- [#141](https://github.com/1stG/configs/pull/141) [`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint and plugins

- Updated dependencies [[`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1)]:
- @1stg/common-config@6.1.3

## 6.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "6.1.3",
"version": "6.1.4",
"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,7 +43,7 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.2.3",
"@1stg/common-config": "^6.1.2",
"@1stg/common-config": "^6.1.3",
"@1stg/postcss-config": "^3.2.4",
"@1stg/stylelint-config": "^4.6.1",
"@pkgr/es-modules": "^0.6.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/common-config/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 6.1.3

### Patch Changes

- [#141](https://github.com/1stG/configs/pull/141) [`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint and plugins

- Updated dependencies [[`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1)]:
- @1stg/eslint-config@5.4.3

## 6.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "6.1.2",
"version": "6.1.3",
"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,7 +44,7 @@
"dependencies": {
"@1stg/babel-preset": "^3.1.4",
"@1stg/commitlint-config": "^3.1.4",
"@1stg/eslint-config": "^5.4.2",
"@1stg/eslint-config": "^5.4.3",
"@1stg/lint-staged": "^3.3.0",
"@1stg/markuplint-config": "^2.2.0",
"@1stg/prettier-config": "^3.7.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.4.3

### Patch Changes

- [#141](https://github.com/1stG/configs/pull/141) [`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint and plugins

## 5.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "5.4.2",
"version": "5.4.3",
"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
@@ -1,5 +1,14 @@
# Change Log

## 9.0.1

### Patch Changes

- [#141](https://github.com/1stG/configs/pull/141) [`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint and plugins

- Updated dependencies [[`701f349`](https://github.com/1stG/configs/commit/701f349f076622ea62ed8751e33774ea51b134a1)]:
- @1stg/common-config@6.1.3

## 9.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": "9.0.0",
"version": "9.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 Down Expand Up @@ -42,7 +42,7 @@
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/common-config": "^6.1.2",
"@1stg/common-config": "^6.1.3",
"@pkgr/rollup": "^3.1.4"
},
"publishConfig": {
Expand Down
70 changes: 8 additions & 62 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 d7ee515

Please sign in to comment.