Skip to content

Commit

Permalink
chore: release packages (#66)
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 Feb 7, 2022
1 parent c9743ef commit 09f1c90
Show file tree
Hide file tree
Showing 23 changed files with 113 additions and 37 deletions.
15 changes: 0 additions & 15 deletions .changeset/weak-oranges-confess.md

This file was deleted.

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

## 3.0.0

### Major Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

### Patch Changes

- Updated dependencies [[`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4)]:
- @1stg/common-config@3.0.0
- @1stg/postcss-config@2.3.0
- @1stg/stylelint-config@3.0.0

## 2.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "2.4.1",
"version": "3.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,9 +11,9 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.1.0",
"@1stg/common-config": "^2.5.2",
"@1stg/postcss-config": "^2.2.1",
"@1stg/stylelint-config": "^2.2.1",
"@1stg/common-config": "^3.0.0",
"@1stg/postcss-config": "^2.3.0",
"@1stg/stylelint-config": "^3.0.0",
"@pkgr/es-modules": "^0.5.1",
"@pkgr/imagemin": "^2.1.0",
"browserslist": "^4.19.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.2

### Patch Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/babel-preset",
"version": "2.1.1",
"version": "2.1.2",
"description": "Personal but Shareable Babel Preset 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/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0

### Major Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/commitlint-config",
"version": "1.3.1",
"version": "2.0.0",
"description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions packages/common-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 3.0.0

### Major Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

### Patch Changes

- Updated dependencies [[`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4)]:
- @1stg/babel-preset@2.1.2
- @1stg/commitlint-config@2.0.0
- @1stg/eslint-config@3.0.0
- @1stg/lint-staged@1.7.3
- @1stg/markuplint-config@0.2.0
- @1stg/prettier-config@1.10.0

## 2.5.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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": "2.5.2",
"version": "3.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 @@ -10,12 +10,12 @@
"node": ">=12"
},
"dependencies": {
"@1stg/babel-preset": "^2.1.1",
"@1stg/commitlint-config": "^1.3.1",
"@1stg/eslint-config": "^2.8.0",
"@1stg/lint-staged": "^1.7.2",
"@1stg/markuplint-config": "^0.1.1",
"@1stg/prettier-config": "^1.9.0",
"@1stg/babel-preset": "^2.1.2",
"@1stg/commitlint-config": "^2.0.0",
"@1stg/eslint-config": "^3.0.0",
"@1stg/lint-staged": "^1.7.3",
"@1stg/markuplint-config": "^0.2.0",
"@1stg/prettier-config": "^1.10.0",
"@1stg/remark-config": "^1.1.0",
"@1stg/simple-git-hooks": "^0.1.2",
"@1stg/tsconfig": "^2.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 2.8.2

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

## 5.0.0

### Major Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

### Patch Changes

- Updated dependencies [[`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4)]:
- @1stg/common-config@3.0.0

## 4.1.2

### 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": "4.1.2",
"version": "5.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"
},
"dependencies": {
"@1stg/common-config": "^2.5.2",
"@1stg/common-config": "^3.0.0",
"@pkgr/rollup": "^2.1.1",
"jest": "^27.5.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.7.3

### Patch Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

- Updated dependencies [[`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4)]:
- @1stg/prettier-config@1.10.0

## 1.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/lint-staged",
"version": "1.7.2",
"version": "1.7.3",
"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 All @@ -12,7 +12,7 @@
"lint-staged": ">=10.0.0"
},
"dependencies": {
"@1stg/prettier-config": "^1.8.1",
"@1stg/prettier-config": "^1.10.0",
"@1stg/tsconfig": "^2.0.1",
"@pkgr/utils": "^2.0.2",
"cross-env": "^7.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/markuplint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @1stg/markuplint-config

## 0.2.0

### Minor Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markuplint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/markuplint-config",
"version": "0.1.1",
"version": "0.2.0",
"description": "Personal but Shareable markuplint Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/markuplint-config",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.3.0

### Minor Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/postcss-config",
"version": "2.2.1",
"version": "2.3.0",
"description": "Personal but Shareable PostCSS 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/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.10.0

### Minor Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 1.9.0

### Minor 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": "1.9.0",
"version": "1.10.0",
"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
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- [#64](https://github.com/1stG/configs/pull/64) [`c9743ef`](https://github.com/1stG/configs/commit/c9743efe61c8724bbdcfa33394776f27a6a851d4) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all upgradable dependencies, update related usages

## 2.2.1

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

0 comments on commit 09f1c90

Please sign in to comment.