Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abdel-17 committed Sep 27, 2024
1 parent b9ff854 commit 9885abe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Svelte Material Ripple

Svelte Material Ripple is a library for adding ripple effects to interactive elements such as buttons.
Svelte Material Ripple is a library for adding ripple effects to interactive elements.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-material-ripple/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Svelte Material Ripple

Svelte Material Ripple is a library for adding ripple effects to interactive elements such as buttons.
Svelte Material Ripple is a library for adding ripple effects to interactive elements.

## Installation

Expand Down
3 changes: 2 additions & 1 deletion packages/svelte-material-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "svelte-material-ripple",
"version": "0.1.0",
"description": "Svelte library for adding ripple effects to interactive elements.",
"version": "0.2.0",
"type": "module",
"scripts": {
"build": "svelte-kit sync && svelte-package && publint",
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/lib/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Svelte Material Ripple

Svelte Material Ripple is a library for adding ripple effects to interactive elements such as buttons.
Svelte Material Ripple is a library for adding ripple effects to interactive elements.

<div class="mx-auto w-fit">
<button class="btn">
Expand Down

0 comments on commit 9885abe

Please sign in to comment.