Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Feb 23, 2024
1 parent 823b62f commit b0f03a1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-spiders-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-shoes-type.md

This file was deleted.

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

## 0.2.3

### Patch Changes

- Updated dependencies [b88cc01]
- Updated dependencies [823b62f]
- usehooks-ts@2.15.1

## 0.2.2

### 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.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/usehooks-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.15.1

### Patch Changes

- b88cc01: fix `useResizeObserver` initialSize mutation (#504 from @iuriiiurevich)
- 823b62f: Resolve scroll lock issue on ios safari (#509 by @jontewks)

## 2.15.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.15.0",
"version": "2.15.1",
"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 b0f03a1

Please sign in to comment.