Skip to content

Commit

Permalink
release: version packages (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored Dec 21, 2023
1 parent 8d95e39 commit 5b9374a
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 26 deletions.
12 changes: 0 additions & 12 deletions .changeset/many-tools-end.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nice-ghosts-unite.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 5.0.0

### Major Changes

- 8d95e39: upgrade typescript and node versions

- upgrade typescript to 5.3.3
- upgrade node to 20.9.0 (LTS)

### Patch Changes

- Updated dependencies [8d95e39]
- @silverhand/eslint-config@5.0.0

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/eslint-config-react",
"version": "4.0.2",
"version": "5.0.0",
"description": "Shared ESLint (React) config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.0

### Major Changes

- 8d95e39: upgrade typescript and node versions

- upgrade typescript to 5.3.3
- upgrade node to 20.9.0 (LTS)

## 4.0.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": "@silverhand/eslint-config",
"version": "4.0.2",
"version": "5.0.0",
"description": "Shared ESLint config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.0

### Major Changes

- 8d95e39: upgrade typescript and node versions

- upgrade typescript to 5.3.3
- upgrade node to 20.9.0 (LTS)

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/jest-config",
"version": "4.0.0",
"version": "5.0.0",
"description": "Shared ESLint config for Silverhand.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand Down
20 changes: 20 additions & 0 deletions packages/ts-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 5.0.0

### Major Changes

- 8d95e39: upgrade typescript and node versions

- upgrade typescript to 5.3.3
- upgrade node to 20.9.0 (LTS)

### Patch Changes

- 8d95e39: update typescript module configs

- update `module` to `nodenext` to match the new typescript requirement
- update `moduleResolution` to `bundler` and `module` to `esnext` for react typescript config

- Updated dependencies [8d95e39]
- Updated dependencies [8d95e39]
- @silverhand/ts-config@5.0.0

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/ts-config-react",
"version": "4.0.0",
"version": "5.0.0",
"description": "Common TypeScript (React) config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand Down
16 changes: 16 additions & 0 deletions packages/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 5.0.0

### Major Changes

- 8d95e39: upgrade typescript and node versions

- upgrade typescript to 5.3.3
- upgrade node to 20.9.0 (LTS)

### Patch Changes

- 8d95e39: update typescript module configs

- update `module` to `nodenext` to match the new typescript requirement
- update `moduleResolution` to `bundler` and `module` to `esnext` for react typescript config

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/ts-config",
"version": "4.0.0",
"version": "5.0.0",
"description": "Common TypeScript config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand Down

0 comments on commit 5b9374a

Please sign in to comment.