Skip to content

Commit

Permalink
chore(monorepo): publish
Browse files Browse the repository at this point in the history
 - @homer0/eslint-plugin@12.0.3
 - @homer0/api-utils@3.0.3
 - @homer0/deep-assign@3.0.3
 - @homer0/deferred@3.0.3
 - @homer0/env-utils@3.0.3
 - @homer0/error-handler@3.0.3
 - @homer0/events-hub@3.0.3
 - @homer0/extend-promise@3.0.3
 - @homer0/fs-cache@3.1.1
 - @homer0/jimple@3.0.3
 - @homer0/object-utils@3.0.3
 - @homer0/package-info@3.0.3
 - @homer0/path-utils@3.0.3
 - @homer0/react-ssr-config@1.0.5
 - @homer0/root-file@3.0.3
 - @homer0/simple-config@3.0.3
 - @homer0/simple-logger@3.0.3
 - @homer0/simple-storage@3.0.3
 - @homer0/ts-async-import@1.1.2
  • Loading branch information
homer0 committed Mar 19, 2024
1 parent 3ee572a commit e8e36fd
Show file tree
Hide file tree
Showing 38 changed files with 97 additions and 19 deletions.
6 changes: 6 additions & 0 deletions packages/personal/eslint-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.0.3](https://github.com/homer0/packages/compare/@homer0/eslint-plugin@12.0.2...@homer0/eslint-plugin@12.0.3) (2024-03-19)

### Bug Fixes

- **eslint-plugin:** add 100 as ignored magic number ([c0f5054](https://github.com/homer0/packages/commit/c0f5054284e0b480466e8327e044b387632cb53a))

## 12.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/personal/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/eslint-plugin",
"description": "My custom configurations for ESLint.",
"version": "12.0.2",
"version": "12.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/api-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/api-utils@3.0.2...@homer0/api-utils@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/api-utils

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/api-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/api-utils",
"description": "A few utilities to work with APIs.",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/deep-assign/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/deep-assign@3.0.2...@homer0/deep-assign@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/deep-assign

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/deep-assign/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/deep-assign",
"description": "Deep merge (and copy) of objects and Arrays using native spread syntax",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/deferred/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/deferred@3.0.2...@homer0/deferred@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/deferred

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/deferred/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/deferred",
"description": "Small utility to create a deferred promise",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/env-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/env-utils@3.0.2...@homer0/env-utils@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/env-utils

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/env-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/env-utils",
"description": "A simple service to avoid calling process.env on multiples places",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/error-handler/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/error-handler@3.0.2...@homer0/error-handler@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/error-handler

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/error-handler/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/error-handler",
"description": "Captures uncaught exceptions and unhandled rejections in order to log them to the console",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/events-hub/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/events-hub@3.0.2...@homer0/events-hub@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/events-hub

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/events-hub/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/events-hub",
"description": "A simple implementation of a pubsub service for handling events",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/extend-promise/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/extend-promise@3.0.2...@homer0/extend-promise@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/extend-promise

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/extend-promise/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/extend-promise",
"description": "Extends a promise with custom properties",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/fs-cache/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.1](https://github.com/homer0/packages/compare/@homer0/fs-cache@3.1.0...@homer0/fs-cache@3.1.1) (2024-03-19)

**Note:** Version bump only for package @homer0/fs-cache

# 3.1.0 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/fs-cache/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/fs-cache",
"description": "Small cache utility that uses the file system and supports TTL",
"version": "3.1.0",
"version": "3.1.1",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/jimple/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/jimple@3.0.2...@homer0/jimple@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/jimple

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/jimple/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/jimple",
"description": "An extended version of the Jimple lib, with extra features",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/object-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/object-utils@3.0.2...@homer0/object-utils@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/object-utils

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/object-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/object-utils",
"description": "A small collection of utility methods to work with objects.",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/package-info/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/package-info@3.0.2...@homer0/package-info@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/package-info

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/package-info/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/package-info",
"description": "Gets the content of the project's package.json",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/path-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/path-utils@3.0.2...@homer0/path-utils@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/path-utils

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/path-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/path-utils",
"description": "A utility service to manage paths on a project",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/react-ssr-config/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/homer0/packages/compare/@homer0/react-ssr-config@1.0.4...@homer0/react-ssr-config@1.0.5) (2024-03-19)

**Note:** Version bump only for package @homer0/react-ssr-config

## [1.0.4](https://github.com/homer0/packages/compare/@homer0/react-ssr-config@1.0.3...@homer0/react-ssr-config@1.0.4) (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/react-ssr-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/react-ssr-config",
"description": "A way to have dynamic config sent from SSR and accessible in the client",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/root-file/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/root-file@3.0.2...@homer0/root-file@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/root-file

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/root-file/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/root-file",
"description": "Import or require a file for the project root",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/simple-config/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/simple-config@3.0.2...@homer0/simple-config@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/simple-config

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/simple-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/simple-config",
"description": "Simple configuration management for your projects.",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/simple-logger/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/simple-logger@3.0.2...@homer0/simple-logger@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/simple-logger

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/simple-logger/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/simple-logger",
"description": "A small service to log messages in the console",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/simple-storage/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/homer0/packages/compare/@homer0/simple-storage@3.0.2...@homer0/simple-storage@3.0.3) (2024-03-19)

**Note:** Version bump only for package @homer0/simple-storage

## 3.0.2 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/simple-storage/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/simple-storage",
"description": "A service that allows you to build functionalities that relay on browser storage",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/public/ts-async-import/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/homer0/packages/compare/@homer0/ts-async-import@1.1.1...@homer0/ts-async-import@1.1.2) (2024-03-19)

**Note:** Version bump only for package @homer0/ts-async-import

## 1.1.1 (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/public/ts-async-import/package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/ts-async-import",
"description": "Small utility to dynamically import ESM modules in CJS with TS",
"version": "1.1.1",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
Expand Down

0 comments on commit e8e36fd

Please sign in to comment.