Skip to content

Commit

Permalink
chore: release package(s) (#99)
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 30, 2022
1 parent 9c2c16d commit ba2d066
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilly-fishes-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ravens-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-seals-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-penguins-perform.md

This file was deleted.

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

## 5.0.0

### Major Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat!: use official eslint-plugin-prettier and eslint-plugin-svelte v2

### Patch Changes

- Updated dependencies [[`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008)]:
- @1stg/common-config@5.0.0

## 4.4.0

### Minor 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.4.0",
"version": "5.0.0",
"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.2.0",
"@1stg/common-config": "^4.4.0",
"@1stg/common-config": "^5.0.0",
"@1stg/postcss-config": "^3.2.0",
"@1stg/stylelint-config": "^4.3.0",
"@pkgr/es-modules": "^0.6.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/common-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 5.0.0

### Major Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat!: use official eslint-plugin-prettier and eslint-plugin-svelte v2

### Patch Changes

- Updated dependencies [[`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008), [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008), [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008), [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008)]:
- @1stg/eslint-config@5.0.0
- @1stg/remark-config@4.0.0
- @1stg/lint-staged@3.0.0

## 4.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.4.0",
"version": "5.0.0",
"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 @@ -12,11 +12,11 @@
"dependencies": {
"@1stg/babel-preset": "^3.1.0",
"@1stg/commitlint-config": "^3.1.0",
"@1stg/eslint-config": "^4.3.0",
"@1stg/lint-staged": "^2.1.0",
"@1stg/eslint-config": "^5.0.0",
"@1stg/lint-staged": "^3.0.0",
"@1stg/markuplint-config": "^2.1.0",
"@1stg/prettier-config": "^3.3.0",
"@1stg/remark-config": "^3.1.0",
"@1stg/remark-config": "^4.0.0",
"@1stg/simple-git-hooks": "^0.1.2",
"@1stg/tsconfig": "^2.2.0",
"@babel/core": "^7.18.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.0.0

### Major Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat!: use official eslint-plugin-prettier and eslint-plugin-svelte v2

### Minor Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable jsonc/toml/yml plugins

## 4.3.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": "4.3.0",
"version": "5.0.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.0.0

### Major Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat!: use official eslint-plugin-prettier and eslint-plugin-svelte v2

### Patch Changes

- Updated dependencies [[`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008)]:
- @1stg/common-config@5.0.0

## 6.4.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": "6.4.0",
"version": "7.0.0",
"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": "^12.20 || ^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/common-config": "^4.4.0",
"@1stg/common-config": "^5.0.0",
"@pkgr/rollup": "^3.1.2",
"jest": "^28.1.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat!: check eslint and styleint availability to determine whether run prettier on them

## 2.1.0

### Minor 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": "2.1.0",
"version": "3.0.0",
"description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/remark-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.0

### Major Changes

- [#98](https://github.com/1stG/configs/pull/98) [`9c2c16d`](https://github.com/1stG/configs/commit/9c2c16d635f490b7c8980e17a39fd7ecd53de008) Thanks [@JounQin](https://github.com/JounQin)! - feat!: upgrade remark-validate-links v12

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/remark-config",
"version": "3.1.0",
"version": "4.0.0",
"type": "module",
"description": "Personal but Shareable Remark Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
Expand Down

0 comments on commit ba2d066

Please sign in to comment.