Skip to content

Commit

Permalink
chore: release package(s) (#199)
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
JounQin and github-actions[bot] committed Jun 20, 2023
1 parent 93a4ce0 commit 9ac862e
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-cooks-relax.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/proud-files-turn.md

This file was deleted.

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

## 9.0.0

### Major Changes

- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins

### Patch Changes

- Updated dependencies [[`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45)]:
- @1stg/common-config@9.0.0

## 8.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "8.1.0",
"version": "9.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 @@ -12,7 +12,7 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.2.4",
"@1stg/common-config": "^8.1.0",
"@1stg/common-config": "^9.0.0",
"@1stg/postcss-config": "^5.0.0",
"@1stg/stylelint-config": "^5.1.0",
"@pkgr/es-modules": "^0.6.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/common-config/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 9.0.0

### Major Changes

- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins

### Patch Changes

- Updated dependencies [[`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45), [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45)]:
- @1stg/markuplint-config@3.0.1
- @1stg/eslint-config@7.0.0

## 8.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/common-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "8.1.0",
"version": "9.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 @@ -13,9 +13,9 @@
"dependencies": {
"@1stg/babel-preset": "^3.2.3",
"@1stg/commitlint-config": "^3.2.0",
"@1stg/eslint-config": "^6.2.0",
"@1stg/eslint-config": "^7.0.0",
"@1stg/lint-staged": "^3.4.1",
"@1stg/markuplint-config": "^3.0.0",
"@1stg/markuplint-config": "^3.0.1",
"@1stg/prettier-config": "^3.9.2",
"@1stg/remark-preset": "^2.0.0",
"@1stg/simple-git-hooks": "^0.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 7.0.0

### Major Changes

- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins

## 6.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "6.2.0",
"version": "7.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
@@ -1,5 +1,16 @@
# Change Log

## 12.0.0

### Major Changes

- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins

### Patch Changes

- Updated dependencies [[`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45)]:
- @1stg/common-config@9.0.0

## 11.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "11.1.0",
"version": "12.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 @@ -11,7 +11,7 @@
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/common-config": "^8.1.0",
"@1stg/common-config": "^9.0.0",
"@pkgr/rollup": "^4.1.1"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/markuplint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @1stg/markuplint-config

## 3.0.1

### Patch Changes

- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: disable `use-list` rule

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markuplint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/markuplint-config",
"version": "3.0.0",
"version": "3.0.1",
"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

0 comments on commit 9ac862e

Please sign in to comment.