Skip to content

Commit

Permalink
chore: release package(s) (#192)
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 May 2, 2023
1 parent 0c741df commit dd3a0b9
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/dirty-tigers-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-boats-mix.md

This file was deleted.

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

## 8.1.0

### Minor Changes

- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc

- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump stylelint-config-standard and stylelint-scss

### Patch Changes

- Updated dependencies [[`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9), [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9)]:
- @1stg/common-config@8.1.0
- @1stg/stylelint-config@5.1.0

## 8.0.1

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

## 8.1.0

### Minor Changes

- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc

### Patch Changes

- Updated dependencies [[`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9)]:
- @1stg/eslint-config@6.2.0

## 8.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "8.0.1",
"version": "8.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 @@ -13,7 +13,7 @@
"dependencies": {
"@1stg/babel-preset": "^3.2.3",
"@1stg/commitlint-config": "^3.2.0",
"@1stg/eslint-config": "^6.1.0",
"@1stg/eslint-config": "^6.2.0",
"@1stg/lint-staged": "^3.4.1",
"@1stg/markuplint-config": "^3.0.0",
"@1stg/prettier-config": "^3.9.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.2.0

### Minor Changes

- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc

## 6.1.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.1.0",
"version": "6.2.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

## 11.1.0

### Minor Changes

- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc

### Patch Changes

- Updated dependencies [[`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9)]:
- @1stg/common-config@8.1.0

## 11.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "11.0.1",
"version": "11.1.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.0.1",
"@1stg/common-config": "^8.1.0",
"@pkgr/rollup": "^4.0.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump stylelint-config-standard and stylelint-scss

## 5.0.0

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

0 comments on commit dd3a0b9

Please sign in to comment.