Version Packages

This commit is contained in:
github-actions[bot]
2022-10-14 18:25:32 +00:00
parent 9813a01a19
commit 216ae7a29a
5 changed files with 17 additions and 9 deletions

View File

@@ -1,5 +1,13 @@
# reacord
## 0.5.2
### Patch Changes
- 9813a01: import react-reconciler/constants.js for esm
ESM projects which tried to import reacord would fail due to the lack of .js on this import
## 0.5.1
### Patch Changes

View File

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