Version Packages
This commit is contained in:
committed by
Darius
parent
8df7bc9baa
commit
3f078c91d2
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"reacord": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
allow JSX in more places
|
|
||||||
7
packages/reacord/CHANGELOG.md
Normal file
7
packages/reacord/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# reacord
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- aa65da5: allow JSX in more places
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "reacord",
|
"name": "reacord",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Create interactive Discord messages using React.",
|
"description": "Create interactive Discord messages using React.",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"types": "./dist/main.d.ts",
|
"types": "./dist/main.d.ts",
|
||||||
"homepage": "https://reacord.mapleleaf.dev",
|
"homepage": "https://reacord.mapleleaf.dev",
|
||||||
"repository": "https://github.com/itsMapleLeaf/reacord.git",
|
"repository": "https://github.com/itsMapleLeaf/reacord.git",
|
||||||
|
|||||||
8
packages/website/CHANGELOG.md
Normal file
8
packages/website/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# website
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [aa65da5]
|
||||||
|
- reacord@0.5.0
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "website",
|
"name": "website",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
|
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
|
||||||
|
|||||||
Reference in New Issue
Block a user