Skip to content

Commit afc7c93

Browse files
[ci] release (#193)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f03fe41 commit afc7c93

File tree

12 files changed

+108
-39
lines changed

12 files changed

+108
-39
lines changed

.changeset/angry-items-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-carrots-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-socks-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-planets-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-tools-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-radios-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-wasps-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# manawave
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#199](https://github.com/ryuuart/manawave/pull/199) [`748caba`](https://github.com/ryuuart/manawave/commit/748caba85f7440ed174bbeb3f9b046b7277d0fcf) Thanks [@ryuuart](https://github.com/ryuuart)! - Enforce using data-attributes when not using custom elements
8+
9+
- [#200](https://github.com/ryuuart/manawave/pull/200) [`1d2b0f8`](https://github.com/ryuuart/manawave/commit/1d2b0f821f389f4b88fc668ae573f5f577fda24e) Thanks [@ryuuart](https://github.com/ryuuart)! - Changed all references from "ticker" to "marquee" for consistency
10+
11+
- [#201](https://github.com/ryuuart/manawave/pull/201) [`0415ea7`](https://github.com/ryuuart/manawave/commit/0415ea7d28ceded0ee24e54e84d724d0cb17c972) Thanks [@ryuuart](https://github.com/ryuuart)! - Pre-process text nodes instead of throwing an error
12+
13+
### Patch Changes
14+
15+
- [#194](https://github.com/ryuuart/manawave/pull/194) [`5e947ba`](https://github.com/ryuuart/manawave/commit/5e947ba25c60cf16a03232bb1a48e69e72a6b9a7) Thanks [@ryuuart](https://github.com/ryuuart)! - Fix attribute type errors on required pipeline hooks when they should be optional
16+
17+
- [#196](https://github.com/ryuuart/manawave/pull/196) [`ff4c7f5`](https://github.com/ryuuart/manawave/commit/ff4c7f5743370aefd237061845cdc9306e89234a) Thanks [@ryuuart](https://github.com/ryuuart)! - Make marquee visible for accessibility customizability
18+
19+
- [#192](https://github.com/ryuuart/manawave/pull/192) [`381e4ab`](https://github.com/ryuuart/manawave/commit/381e4ab6920ed6bcda5faf24f59d5dab298f29b8) Thanks [@ryuuart](https://github.com/ryuuart)! - Fix attributes not overriding for zero values
20+
21+
- [#197](https://github.com/ryuuart/manawave/pull/197) [`d3a6030`](https://github.com/ryuuart/manawave/commit/d3a60307a92e02f52ba3c8e5b1f029d56fb8e730) Thanks [@ryuuart](https://github.com/ryuuart)! - Fix animation loop time desync breaking the website if you leave it for too long
22+
323
## 0.10.2
424

525
### Patch Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "manawave",
33
"license": "MIT",
44
"author": "Long Nguyen",
5-
"version": "0.10.2",
5+
"version": "0.11.0",
66
"homepage": "https://manawave.long-nguyen.dev/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)