Merge pull request #35 from itsMapleLeaf/changeset-release/main

This commit is contained in:
Darius
2023-09-28 12:33:08 -05:00
committed by GitHub
5 changed files with 19 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
---
"reacord": patch
---
fix type definitions
`"types"` wasn't updated, oops!
technically the typedefs were already correctly defined via `"exports"`, but this may not be picked up depending on the tsconfig, so I'll ensure both are used for compatibility purposes. but this might be worth a note in the docs; pretty much every modern TS Node project should be using a tsconfig that doesn't require setting `"types"`

View File

@@ -1,5 +1,15 @@
# reacord
## 0.5.4
### Patch Changes
- 41c87e3: fix type definitions
`"types"` wasn't updated, oops!
technically the typedefs were already correctly defined via `"exports"`, but this may not be picked up depending on the tsconfig, so I'll ensure both are used for compatibility purposes. but this might be worth a note in the docs; pretty much every modern TS Node project should be using a tsconfig that doesn't require setting `"types"`
## 0.5.3
### Patch Changes

View File

@@ -2,7 +2,7 @@
"name": "reacord",
"type": "module",
"description": "Create interactive Discord messages using React.",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://reacord.mapleleaf.dev",
"repository": "https://github.com/itsMapleLeaf/reacord.git",
"changelog": "https://github.com/itsMapleLeaf/reacord/releases",

View File

@@ -1,5 +1,12 @@
# website
## 0.4.5
### Patch Changes
- Updated dependencies [41c87e3]
- reacord@0.5.4
## 0.4.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "website",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"sideEffects": false,
"scripts": {