Skip to content

Commit

Permalink
Merge pull request #7 from jpapini/changeset-release/main
Browse files Browse the repository at this point in the history
Release package(s)
  • Loading branch information
jpapini authored Jun 19, 2024
2 parents 188e24e + 0908d0a commit 5cf8bb1
Show file tree
Hide file tree
Showing 29 changed files with 110 additions and 32 deletions.
18 changes: 0 additions & 18 deletions .changeset/tough-comics-share.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/commitlint-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "Custom commitlint configuration.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/eslint-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

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

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

### Patch Changes

- Updated dependencies [[`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46)]:
- @jpapini/lint-staged-config@1.1.0
- @jpapini/commitlint-config@1.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/git-hooks",
"version": "1.0.1",
"version": "1.1.0",
"description": "Git hooks configuration.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/http-server

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/http-server",
"version": "1.0.1",
"version": "1.1.0",
"description": "Wrapper around http-server for handling .env files.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/jest-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.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.0.1",
"version": "1.1.0",
"description": "Jest configuration and utilities for JavaScript and TypeScript projects.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/lint-staged-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/lint-staged-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/lint-staged-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "Lint-staged configuration for linting and formatting staged files.",
"keywords": [
"jpapini",
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @jpapini/logger

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/logger",
"version": "1.0.0",
"version": "1.1.0",
"description": "Custom logger using consola for pretty output.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/nest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/nest-utils

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/nest-utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "Shared Nest.js utilities.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/prettier-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/prettier-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "Custom Prettier configuration for JavaScript and TypeScript projects.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/stylelint-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/stylelint-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "Custom Stylelint configuration for Tailwind CSS projects.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/type-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/type-check

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/type-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/type-check",
"version": "1.0.1",
"version": "1.1.0",
"description": "This package provides a set of utilities to check the type of values.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/typescript-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### 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.0.1",
"version": "1.1.0",
"description": "Custom Typescript configurations.",
"keywords": [
"jpapini",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jpapini/vite-config

## 1.1.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpapini/vite-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "Custom Vite.js configuration for TypeScript libraries.",
"keywords": [
"jpapini",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @jpapini/webpack-config

## 1.3.0

### Minor Changes

- [`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46) Thanks [@jpapini](https://github.com/jpapini)! - Updating documentation and loggers.

### Patch Changes

- Updated dependencies [[`188e24e`](https://github.com/jpapini/shar-shared-tools/commit/188e24e00821ee32eef97e1e22099f7de5e85a46)]:
- @jpapini/logger@1.1.0

## 1.2.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.2.1",
"version": "1.3.0",
"description": "Custom Webpack configuration for bundling projects.",
"keywords": [
"jpapini",
Expand Down

0 comments on commit 5cf8bb1

Please sign in to comment.