Skip to content

Commit

Permalink
chore(version): bump package(s) version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent 3fae8a5 commit 2ede83e
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-poets-glow.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/renovate-031941d.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @jpapini/eslint-config

## 1.4.0

### Minor Changes

- [`5d86ffb`](https://github.com/jpapini/shar-shared-tools/commit/5d86ffb26c123413b4001bc23a18bbb6dac2fb47) Thanks [@jpapini](https://github.com/jpapini)! - Better member ordering.

### Patch Changes

- [#25](https://github.com/jpapini/shar-shared-tools/pull/25) [`5e1502c`](https://github.com/jpapini/shar-shared-tools/commit/5e1502c633539e9b344ed5c0cc3f1a13977215d1) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.5.3`.
Updated dependency `@typescript-eslint/eslint-plugin` to `7.15.0`.
Updated dependency `@typescript-eslint/parser` to `7.15.0`.

## 1.3.0

### Minor 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": "@jpapini/eslint-config",
"version": "1.3.0",
"version": "1.4.0",
"description": "Custom ESLint configuration for JavaScript and TypeScript projects.",
"keywords": [
"jpapini",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jpapini/jest-config

## 1.2.2

### Patch Changes

- [#25](https://github.com/jpapini/shar-shared-tools/pull/25) [`5e1502c`](https://github.com/jpapini/shar-shared-tools/commit/5e1502c633539e9b344ed5c0cc3f1a13977215d1) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.5.3`.
Updated dependency `@typescript-eslint/eslint-plugin` to `7.15.0`.
Updated dependency `@typescript-eslint/parser` to `7.15.0`.

## 1.2.1

### Patch 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": "@jpapini/jest-config",
"version": "1.2.1",
"version": "1.2.2",
"description": "Jest configuration and utilities for JavaScript and TypeScript projects.",
"keywords": [
"jpapini",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jpapini/typescript-config

## 1.1.3

### Patch Changes

- [#25](https://github.com/jpapini/shar-shared-tools/pull/25) [`5e1502c`](https://github.com/jpapini/shar-shared-tools/commit/5e1502c633539e9b344ed5c0cc3f1a13977215d1) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.5.3`.
Updated dependency `@typescript-eslint/eslint-plugin` to `7.15.0`.
Updated dependency `@typescript-eslint/parser` to `7.15.0`.

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/typescript-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "Custom Typescript configurations.",
"keywords": [
"jpapini",
Expand Down

0 comments on commit 2ede83e

Please sign in to comment.