Skip to content

Commit

Permalink
typewritten-text | Update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Auroratide committed Feb 13, 2024
1 parent 94c93fc commit 3e805a5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-ties-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-books-cheer.md

This file was deleted.

7 changes: 7 additions & 0 deletions components/typewritten-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @auroratide/typewritten-text

## 0.2.0

### Minor Changes

- 96017fe: Deprecate TypewrittenText; use TypewrittenTextElement instead, which better matches HTML\*Element convention
- a6da0c8: Overhaul component to simplify the typing logic and HTML, CSS, and JS interfaces. NOTE: Most of the old interfaces are now considered deprecated and will be removed in v1.0.0... whenever that comes out.

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/typewritten-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auroratide/typewritten-text",
"version": "0.1.5",
"version": "0.2.0",
"description": "The text types itself out!",
"keywords": [
"text",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @auroratide/wc-docs

## 0.1.6

### Patch Changes

- Updated dependencies [96017fe]
- Updated dependencies [a6da0c8]
- @auroratide/typewritten-text@0.2.0

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auroratide/wc-docs",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 3e805a5

Please sign in to comment.