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 dab861f commit 29e60b9
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 23 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.

5 changes: 0 additions & 5 deletions .changeset/renovate-4dc2a78.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
6 changes: 6 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/webpack-config

## 1.5.2

### Patch Changes

- [#26](https://github.com/jpapini/shar-shared-tools/pull/26) [`7551bfd`](https://github.com/jpapini/shar-shared-tools/commit/7551bfd67d9ee8658943c9d8eb8de3f52eed1807) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `webpack-merge` to `6.0.1`.

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/webpack-config",
"version": "1.5.1",
"version": "1.5.2",
"description": "Custom Webpack configuration for bundling projects.",
"keywords": [
"jpapini",
Expand Down

0 comments on commit 29e60b9

Please sign in to comment.