From 43d0f5484e481a5a6157afab61ae280deb3fe113 Mon Sep 17 00:00:00 2001 From: Frederico Estrela Gaiva Date: Fri, 8 Dec 2023 14:01:57 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20adding=20missing=20entr?= =?UTF-8?q?ies=20in=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/test/action.yaml | 2 -- CHANGELOG.md | 7 +++++-- package.json | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/test/action.yaml b/.github/actions/test/action.yaml index f03fd5b..50ebcfb 100644 --- a/.github/actions/test/action.yaml +++ b/.github/actions/test/action.yaml @@ -5,8 +5,6 @@ runs: steps: - name: Setup uses: ./.github/actions/setup - with: - fetch-depth: 1 - name: Test shell: bash diff --git a/CHANGELOG.md b/CHANGELOG.md index be2137c..f223d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) \ No newline at end of file diff --git a/package.json b/package.json index cd829f2..d641e83 100644 --- a/package.json +++ b/package.json @@ -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", @@ -98,4 +98,4 @@ "@types/lodash": "^4.14.202", "@types/react": "^18.2.41" } -} +} \ No newline at end of file