Skip to content

Commit 5a6c3cd

Browse files
ci(changesets): version packages (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0140b45 commit 5a6c3cd

10 files changed

+32
-51
lines changed

.changeset/chilly-planes-teach.md

-5
This file was deleted.

.changeset/cuddly-cougars-bathe.md

-5
This file was deleted.

.changeset/kind-socks-pump.md

-5
This file was deleted.

.changeset/olive-tigers-joke.md

-5
This file was deleted.

.changeset/quick-masks-clean.md

-14
This file was deleted.

.changeset/sharp-ducks-compete.md

-5
This file was deleted.

.changeset/swift-shoes-smoke.md

-5
This file was deleted.

.changeset/tiny-melons-knock.md

-5
This file was deleted.

CHANGELOG.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
11
# react-toyer
22

3-
## 0.0.1
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#11](https://github.com/AltNext/react-toyer/pull/11) [`0140b45`](https://github.com/AltNext/react-toyer/commit/0140b45ebfe0aa6e3b894298289b189a54771ca3) Thanks [@DmitryDodzin](https://github.com/DmitryDodzin)! - #### Api
8+
9+
feat: create initial api for rendering several vidos on one canvas
10+
11+
feat: FramerMotion's motionValue support for canvas internals (not canvas itself)
12+
13+
#### Components
14+
15+
- Toyer (new)
16+
- ToyerVideo (new)
17+
418
### Patch Changes
519

20+
- [#5](https://github.com/AltNext/react-toyer/pull/5) [`f74c11e`](https://github.com/AltNext/react-toyer/commit/f74c11efe531bb93f1427f35f8aced26272026cb) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-config-altnext to v1.1.5
21+
22+
- [#14](https://github.com/AltNext/react-toyer/pull/14) [`76da033`](https://github.com/AltNext/react-toyer/commit/76da0337f72baa7a697214036a9de44e889edcf0) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-config-altnext to v1.1.6
623

24+
- [#9](https://github.com/AltNext/react-toyer/pull/9) [`3fba010`](https://github.com/AltNext/react-toyer/commit/3fba010e55010740331929ed78157e4884d83c76) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency typedoc-plugin-markdown to v3.10.3
25+
26+
- [#10](https://github.com/AltNext/react-toyer/pull/10) [`6d7f4e6`](https://github.com/AltNext/react-toyer/commit/6d7f4e67478540c4bb59ab86e16642a0b8fc9e86) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v11.0.1
27+
28+
- [#8](https://github.com/AltNext/react-toyer/pull/8) [`cd7ac03`](https://github.com/AltNext/react-toyer/commit/cd7ac03a21378809aa62a5edfc7e80268e7cb769) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency ts-node to v10.1.0
29+
30+
- [#6](https://github.com/AltNext/react-toyer/pull/6) [`8d9c9f1`](https://github.com/AltNext/react-toyer/commit/8d9c9f1be1b91dd80bae0226ce2e35b9a2c7af0f) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency typedoc to v0.21.4
31+
32+
- [#12](https://github.com/AltNext/react-toyer/pull/12) [`5795935`](https://github.com/AltNext/react-toyer/commit/5795935d8c8f7d3f5c8c6d60f27c65ad508a6298) Thanks [@roikoren755](https://github.com/roikoren755)! - chore: update renovate configuration
33+
34+
## 0.0.1
35+
36+
### Patch Changes
737

838
- [#2](https://github.com/AltNext/react-toyer/pull/2) [`5e1c223`](https://github.com/AltNext/react-toyer/commit/5e1c223f0f8e77bab7452a99b40da119b5257d25) Thanks [@joni7777](https://github.com/joni7777)! - test: migrate to react-testing-library, fix tests

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-toyer",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "React Toyer",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)