Skip to content

Commit

Permalink
chore: release packages (#27)
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 May 24, 2021
1 parent 4a07080 commit f2fdcf6
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 295 deletions.
9 changes: 0 additions & 9 deletions .changeset/new-coins-teach.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

## 2.1.0

### Minor Changes

- [#26](https://github.com/1stG/configs/pull/26) [`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable stricter ts rules, bump `stylelint-no-unsupported-browser-features`

### Patch Changes

- Updated dependencies [[`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0)]:
- @1stg/common-config@2.1.0
- @1stg/postcss-config@2.0.1
- @1stg/stylelint-config@2.0.0

## 2.0.0

### Major 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.0.0",
"version": "2.1.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.0.0",
"@1stg/common-config": "^2.0.0",
"@1stg/postcss-config": "^2.0.0",
"@1stg/stylelint-config": "^1.3.2",
"@1stg/common-config": "^2.1.0",
"@1stg/postcss-config": "^2.0.1",
"@1stg/stylelint-config": "^2.0.0",
"@pkgr/es-modules": "^0.4.0",
"@pkgr/imagemin": "^0.6.0",
"browserslist": "^4.16.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.1.0

### Minor Changes

- [#26](https://github.com/1stG/configs/pull/26) [`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable stricter ts rules, bump `stylelint-no-unsupported-browser-features`

### Patch Changes

- Updated dependencies [[`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0)]:
- @1stg/eslint-config@2.2.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "2.1.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,7 +12,7 @@
"dependencies": {
"@1stg/babel-preset": "^1.8.3",
"@1stg/commitlint-config": "^1.1.2",
"@1stg/eslint-config": "^2.0.0",
"@1stg/eslint-config": "^2.2.0",
"@1stg/lint-staged": "^1.4.3",
"@1stg/prettier-config": "^1.7.3",
"@1stg/remark-config": "^1.1.0",
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

## 2.2.0

### Minor Changes

- [#26](https://github.com/1stG/configs/pull/26) [`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable stricter ts rules, bump `stylelint-no-unsupported-browser-features`

## 2.1.1

### 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.1.1",
"version": "2.2.0",
"description": "Personal but Shareable ESLint Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-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.0.1

### Patch Changes

- [#26](https://github.com/1stG/configs/pull/26) [`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable stricter ts rules, bump `stylelint-no-unsupported-browser-features`

## 2.0.0

### Major 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.0.0",
"version": "2.0.1",
"description": "Personal but Shareable PostCSS Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"author": "JounQin <admin@1stg.me>",
Expand Down
Loading

0 comments on commit f2fdcf6

Please sign in to comment.