Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 0.0.1 #4

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.0.2 (2023-12-08)
## 0.0.1 (2023-12-08)


### Features

* 🎸 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))
* 🎸 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"
}
}
}