Skip to content

Commit

Permalink
release: v2
Browse files Browse the repository at this point in the history
* Version Packages
  • Loading branch information
github-actions[bot] authored Nov 28, 2023
1 parent 806244e commit 2a24757
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .changeset/curvy-crabs-pay.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Storybook
name: Docusaurus

on:
push:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Release
name: Lint

on:
push:
branches:
- main

pull_request:
types: [opened, edited, reopened, synchronize]

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"apps/*",
"packages/*"
],
"license": "MIT"
"license": "MIT",
"version": "0.0.0"
}
22 changes: 22 additions & 0 deletions packages/wethegit-react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @wethegit/react-hooks

## 2.0.0

### Major Changes

- [#6](https://github.com/wethegit/react-hooks/pull/6) [`806244e`](https://github.com/wethegit/react-hooks/commit/806244e6a92d9998e4693088adc27fe6aee7958b) Thanks [@marlonmarcello](https://github.com/marlonmarcello)! - New features:

1. `typescript` and exported types
2. `changeset` for version control
3. documentation with `docusaurus`
4. `useAnimatePresence`, hook for animating components in/out of DOM
5. `useMediaQuery`, hook for matching a media query and listening to changes
6. `usePersistedMediaQuery`, hook for matching a media query, listening to changes and persisting on `localStorage`

Fixes:

- Fixes #5 with new `usePersisteMediaQuery` hook

Changes:

- `useLocalStorage` is now `usePersistedState`
2 changes: 1 addition & 1 deletion packages/wethegit-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wethegit/react-hooks",
"version": "1.0.3",
"version": "2.0.0",
"description": "A collection of helpers for use in React projects.",
"files": [
"dist"
Expand Down

0 comments on commit 2a24757

Please sign in to comment.