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,7 +0,0 @@
---
"reacord": patch
---
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

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",

View File

@@ -1,5 +1,12 @@
# website
## 0.4.3
### Patch Changes
- Updated dependencies [9813a01]
- reacord@0.5.2
## 0.4.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",