Skip to content

Commit

Permalink
Merge pull request #37 from itsMapleLeaf/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf authored Oct 10, 2023
2 parents 3a78631 + 82b811c commit 82b3575
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/khaki-mangos-search.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/reacord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# reacord

## 0.5.5

### Patch Changes

- ced48a3: distribute d.ts files again instead of the source

distributing the source causes typecheck errors when the modules it imports from (in this case, `@reacord/helpers`) don't exist in the end users' projects, so we'll just distribute d.ts files instead like normal. failed experiment :(

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reacord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reacord",
"type": "module",
"description": "Create interactive Discord messages using React.",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "https://reacord.mapleleaf.dev",
"repository": "https://github.com/itsMapleLeaf/reacord.git",
"changelog": "https://github.com/itsMapleLeaf/reacord/releases",
Expand Down
7 changes: 7 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.4.6

### Patch Changes

- Updated dependencies [ced48a3]
- [email protected]

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "website",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 82b3575

Please sign in to comment.