Skip to content

Commit

Permalink
chore: release package(s) (#154)
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 Aug 14, 2022
1 parent ac25180 commit ba40131
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-donkeys-promise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/curly-moles-search.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/honest-cobras-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bags-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-ladybugs-impress.md

This file was deleted.

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

## 6.2.0

### Minor Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump all (dev)Dependencies, fix related usage

### Patch Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - fix(lint-staged): run `prettier` after `eslint` if `CONFIG_PREFER_PRETTIER` enabled

- Updated dependencies [[`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4)]:
- @1stg/common-config@6.2.0
- @1stg/stylelint-config@4.7.0

## 6.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "6.1.5",
"version": "6.2.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 Down Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.2.3",
"@1stg/common-config": "^6.1.4",
"@1stg/common-config": "^6.2.0",
"@1stg/postcss-config": "^3.2.4",
"@1stg/stylelint-config": "^4.6.1",
"@1stg/stylelint-config": "^4.7.0",
"@pkgr/es-modules": "^0.6.2",
"@pkgr/imagemin": "^3.1.1",
"browserslist": "^4.21.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/common-config/CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log

## 6.2.0

### Minor Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump all (dev)Dependencies, fix related usage

### Patch Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - fix(lint-staged): run `prettier` after `eslint` if `CONFIG_PREFER_PRETTIER` enabled

- Updated dependencies [[`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4)]:
- @1stg/tsconfig@2.3.0
- @1stg/lint-staged@3.3.1
- @1stg/eslint-config@5.5.0
- @1stg/prettier-config@3.8.0

## 6.1.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/common-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "6.1.4",
"version": "6.2.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 Down Expand Up @@ -44,13 +44,13 @@
"dependencies": {
"@1stg/babel-preset": "^3.1.4",
"@1stg/commitlint-config": "^3.1.4",
"@1stg/eslint-config": "^5.4.4",
"@1stg/lint-staged": "^3.3.0",
"@1stg/eslint-config": "^5.5.0",
"@1stg/lint-staged": "^3.3.1",
"@1stg/markuplint-config": "^2.2.0",
"@1stg/prettier-config": "^3.7.0",
"@1stg/prettier-config": "^3.8.0",
"@1stg/remark-config": "^4.0.3",
"@1stg/simple-git-hooks": "^0.2.1",
"@1stg/tsconfig": "^2.2.5",
"@1stg/tsconfig": "^2.3.0",
"@babel/core": "^7.18.10",
"@commitlint/cli": "^17.0.3",
"eslint": "^8.22.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 5.5.0

### Minor Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump all (dev)Dependencies, fix related usage

### Patch Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - fix: ignore UPPER_CASE yaml files as markdown for files like `.github/FUNDING.yml`

## 5.4.4

### 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.4",
"version": "5.5.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
9 changes: 9 additions & 0 deletions packages/lib-config/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 9.0.3

### Patch Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - fix(lint-staged): run `prettier` after `eslint` if `CONFIG_PREFER_PRETTIER` enabled

- Updated dependencies [[`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4)]:
- @1stg/common-config@6.2.0

## 9.0.2

### 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.2",
"version": "9.0.3",
"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.4",
"@1stg/common-config": "^6.2.0",
"@pkgr/rollup": "^3.1.4"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/lint-staged/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 3.3.1

### Patch Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - fix(lint-staged): run `prettier` after `eslint` if `CONFIG_PREFER_PRETTIER` enabled

- Updated dependencies [[`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4), [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4)]:
- @1stg/tsconfig@2.3.0
- @1stg/prettier-config@3.8.0

## 3.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/lint-staged/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lint-staged",
"version": "3.3.0",
"version": "3.3.1",
"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) <admin@1stg.me>",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@1stg/config": "^0.2.0",
"@1stg/prettier-config": "^3.7.0",
"@1stg/tsconfig": "^2.2.5",
"@1stg/prettier-config": "^3.8.0",
"@1stg/tsconfig": "^2.3.0",
"@pkgr/utils": "^2.3.0",
"prettier": "^2.7.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.8.0

### Minor Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump all (dev)Dependencies, fix related usage

## 3.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/prettier-config",
"version": "3.7.0",
"version": "3.8.0",
"description": "Personal but Shareable Prettier Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
Expand Down
10 changes: 10 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 4.7.0

### Minor Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump all (dev)Dependencies, fix related usage

### Patch Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - fix: enable `ignoreAnnotations: ['default']` for `.scss` files

## 4.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/stylelint-config",
"version": "4.6.1",
"version": "4.7.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) <admin@1stg.me>",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.3.0

### Minor Changes

- [#153](https://github.com/1stG/configs/pull/153) [`ac25180`](https://github.com/1stG/configs/commit/ac25180a53911722d587cc752d70fc05d26b06d4) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable `removeComments` for libraries

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/tsconfig",
"version": "2.2.5",
"version": "2.3.0",
"description": "Personal but Shareable TypeScript Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
Expand Down
24 changes: 12 additions & 12 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 ba40131

Please sign in to comment.