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

This commit is contained in:
Darius
2023-09-27 23:21:57 -05:00
committed by GitHub
8 changed files with 21 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
---
"reacord": patch
---
ensure message is edited from arbitrary component updates

View File

@@ -1,5 +0,0 @@
---
"reacord": patch
---
fix interaction handling

View File

@@ -1,5 +0,0 @@
---
"reacord": patch
---
fix DJS deprecation warning on isStringSelectMenu

View File

@@ -1,5 +0,0 @@
---
"reacord": patch
---
ensure action rows handle child interactions

View File

@@ -1,5 +1,14 @@
# reacord
## 0.5.3
### Patch Changes
- 104b175: ensure message is edited from arbitrary component updates
- 156cf90: fix interaction handling
- 0bab505: fix DJS deprecation warning on isStringSelectMenu
- d76f316: ensure action rows handle child interactions
## 0.5.2
### Patch Changes

View File

@@ -2,7 +2,7 @@
"name": "reacord",
"type": "module",
"description": "Create interactive Discord messages using React.",
"version": "0.5.2",
"version": "0.5.3",
"types": "./dist/main.d.ts",
"homepage": "https://reacord.mapleleaf.dev",
"repository": "https://github.com/itsMapleLeaf/reacord.git",

View File

@@ -1,5 +1,15 @@
# website
## 0.4.4
### Patch Changes
- Updated dependencies [104b175]
- Updated dependencies [156cf90]
- Updated dependencies [0bab505]
- Updated dependencies [d76f316]
- reacord@0.5.3
## 0.4.3
### Patch Changes

View File

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