Skip to content

Commit

Permalink
🔖 update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jan 18, 2024
1 parent 8fce5a1 commit ee260c8
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilled-otters-leave.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- 7141d01: Upgrade internal dependencies
- Update useCopyToClipboard documentation
- Fix typo in useEventListener
- Updated dependencies [7141d01]
- Updated dependencies
- Updated dependencies
- usehooks-ts@2.9.5

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-config-custom

## 1.0.1

### Patch Changes

- 7141d01: Upgrade internal dependencies
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-custom",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Base configuration for Eslint",
"main": "index.js",
"author": "Julien CARON <juliencaron@protonmail.com>",
Expand Down
12 changes: 11 additions & 1 deletion packages/usehooks-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.9.5

### Patch Changes

- 7141d01: Upgrade internal dependencies
- Update useCopyToClipboard documentation
- Fix typo in useEventListener

## 2.9.4

### Patch Changes
Expand All @@ -16,7 +24,9 @@

### Patch Changes

- 55a1904: added export map, use named exports for hooks and fix useEventListener docs typo
- 55a1904: added export map in package.json
- use named exports instead of default exports
- fix useEventListener docs typo

All notable changes to this project will be documented in this file.

Expand Down
2 changes: 1 addition & 1 deletion packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usehooks-ts",
"private": false,
"version": "2.9.4",
"version": "2.9.5",
"description": "React hook library, ready to use, written in Typescript.",
"author": "Julien CARON <juliencaron@protonmail.com>",
"homepage": "https://usehooks-ts.com",
Expand Down

0 comments on commit ee260c8

Please sign in to comment.