Skip to content

Commit

Permalink
chore: release package(s) (#145)
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 24, 2022
1 parent 7749cc6 commit 9f7401d
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-bobcats-count.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/eleven-kangaroos-boil.md

This file was deleted.

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

## 6.1.5

### Patch Changes

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - perf(eslint): bump `eslint-import-resolver-typescript`, `eslint-plugin-json-schema-validator` and `eslint-plugin-mdx`

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - chore(eslint): replace `eslint-plugin-import` with `eslint-plugin-i`

- Updated dependencies [[`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c), [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c)]:
- @1stg/common-config@6.1.4

## 6.1.4

### 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.4",
"version": "6.1.5",
"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.3",
"@1stg/common-config": "^6.1.4",
"@1stg/postcss-config": "^3.2.4",
"@1stg/stylelint-config": "^4.6.1",
"@pkgr/es-modules": "^0.6.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-config/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 6.1.4

### Patch Changes

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - perf(eslint): bump `eslint-import-resolver-typescript`, `eslint-plugin-json-schema-validator` and `eslint-plugin-mdx`

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - chore(eslint): replace `eslint-plugin-import` with `eslint-plugin-i`

- Updated dependencies [[`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c), [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c)]:
- @1stg/eslint-config@5.4.4

## 6.1.3

### 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.3",
"version": "6.1.4",
"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.3",
"@1stg/eslint-config": "^5.4.4",
"@1stg/lint-staged": "^3.3.0",
"@1stg/markuplint-config": "^2.2.0",
"@1stg/prettier-config": "^3.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 5.4.4

### Patch Changes

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - perf(eslint): bump `eslint-import-resolver-typescript`, `eslint-plugin-json-schema-validator` and `eslint-plugin-mdx`

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - chore(eslint): replace `eslint-plugin-import` with `eslint-plugin-i`

## 5.4.3

### 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.3",
"version": "5.4.4",
"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

## 9.0.2

### Patch Changes

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - perf(eslint): bump `eslint-import-resolver-typescript`, `eslint-plugin-json-schema-validator` and `eslint-plugin-mdx`

- [#144](https://github.com/1stG/configs/pull/144) [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c) Thanks [@JounQin](https://github.com/JounQin)! - chore(eslint): replace `eslint-plugin-import` with `eslint-plugin-i`

- Updated dependencies [[`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c), [`8d9171d`](https://github.com/1stG/configs/commit/8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c)]:
- @1stg/common-config@6.1.4

## 9.0.1

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

Please sign in to comment.