Skip to content

Commit

Permalink
🔖 Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Mar 8, 2024
1 parent a8e8968 commit c97602f
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-lies-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-trees-carry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/giant-moles-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-news-live.md

This file was deleted.

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

## 1.0.0

### Major Changes

- a8e8968: Remove previously deprecated hooks and hooks' signatures (#503)
- a8e8968: Move the full workspace into ES Module

### Minor Changes

- a8e8968: Prefer type over interface (#515)

### Patch Changes

- Updated dependencies [a8e8968]
- Updated dependencies [a8e8968]
- Updated dependencies [a8e8968]
- Updated dependencies [a8e8968]
- [email protected]

## 0.2.4

### 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.2.4",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-config-custom

## 2.0.0

### Major Changes

- a8e8968: Move the full workspace into ES Module

### Minor Changes

- a8e8968: Prefer type over interface (#515)

## 1.2.0

### Minor Changes
Expand Down
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.2.0",
"version": "2.0.0",
"description": "Base configuration for Eslint",
"main": "index.cjs",
"author": "Julien CARON <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/usehooks-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0

### Major Changes

- a8e8968: Remove previously deprecated hooks and hooks' signatures (#503)
- a8e8968: Improve JSDoc comments and rename or make private some type aliases
- a8e8968: Prefer type over interface (#515)
- a8e8968: Move the full workspace into ES Module

## 2.16.0

### Minor Changes
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.16.0",
"version": "3.0.0",
"description": "React hook library, ready to use, written in Typescript.",
"author": "Julien CARON <[email protected]>",
"homepage": "https://usehooks-ts.com",
Expand Down

0 comments on commit c97602f

Please sign in to comment.