Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thijsdaniels committed Jun 14, 2024
1 parent 78a85e3 commit 58a02db
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-ducks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-balloons-laugh.md

This file was deleted.

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 @@
# eslint-config-custom

## 0.1.1

### Patch Changes

- [`ff7ffbc4cec382286f87fb3c878d16693ceff93b`](https://github.com/codedazur/toolkit/commit/ff7ffbc4cec382286f87fb3c878d16693ceff93b) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependencies were fixed to current major versions.

## 0.1.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": "@codedazur/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-essentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/react-essentials

## 1.4.0

### Minor Changes

- [`78a85e3f9ea7a5d96f7160ab3a54f36c0036a225`](https://github.com/codedazur/toolkit/commit/78a85e3f9ea7a5d96f7160ab3a54f36c0036a225) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The useUserAgent hook has been added.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/react-essentials",
"version": "1.3.0",
"version": "1.4.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 58a02db

Please sign in to comment.