Skip to content

Commit

Permalink
chore: 🤖 adding missing entries in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcido committed Dec 8, 2023
1 parent a0e841a commit 43d0f54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ runs:
steps:
- name: Setup
uses: ./.github/actions/setup
with:
fetch-depth: 1

- name: Test
shell: bash
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ All notable changes to this project will be documented in this file. See [commit
* 🎸 introduces hook useSession ([#5](https://github.com/miroapp/miro-react-hooks/issues/5)) ([edd60c4](https://github.com/miroapp/miro-react-hooks/commit/edd60c4d0a4d76c39dff05a86d195f278becce6f))
* 🎸 introduces useStorage hook ([#4](https://github.com/miroapp/miro-react-hooks/issues/4)) ([553f844](https://github.com/miroapp/miro-react-hooks/commit/553f844bc88a8e9cf5c881742ffe843674f97bd3))
* 🎸 introduces useViewport ([#3](https://github.com/miroapp/miro-react-hooks/issues/3)) ([8def41f](https://github.com/miroapp/miro-react-hooks/commit/8def41ffff0c88f32543709b42545385d3391379))

## 0.0.2 (2023-12-08)
* 🎸 introduces useMiro ([#3](https://github.com/miroapp/miro-react-hooks/issues/3)) ([8def41f](https://github.com/miroapp/miro-react-hooks/commit/8def41ffff0c88f32543709b42545385d3391379))
* 🎸 introduces useCurrentuser ([#3](https://github.com/miroapp/miro-react-hooks/issues/3)) ([8def41f](https://github.com/miroapp/miro-react-hooks/commit/8def41ffff0c88f32543709b42545385d3391379))
* 🎸 introduces useInfo ([#3](https://github.com/miroapp/miro-react-hooks/issues/3)) ([8def41f](https://github.com/miroapp/miro-react-hooks/commit/8def41ffff0c88f32543709b42545385d3391379))
* 🎸 introduces useOnlineUsers ([#3](https://github.com/miroapp/miro-react-hooks/issues/3)) ([8def41f](https://github.com/miroapp/miro-react-hooks/commit/8def41ffff0c88f32543709b42545385d3391379))
* 🎸 introduces useSelectedItems ([#3](https://github.com/miroapp/miro-react-hooks/issues/3)) ([8def41f](https://github.com/miroapp/miro-react-hooks/commit/8def41ffff0c88f32543709b42545385d3391379))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mirohq/websdk-react-hooks",
"version": "0.0.2",
"version": "0.0.1",
"description": "Collection of React Hooks wrappers for Miro WebSDK",
"main": "esm/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -98,4 +98,4 @@
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.41"
}
}
}

0 comments on commit 43d0f54

Please sign in to comment.