Skip to content

Commit

Permalink
chore(publish): v0.1.1-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed May 12, 2021
1 parent b9b2e23 commit d831c93
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "canary",
"initialVersions": {
"@graphcms/rich-text-react-renderer": "0.1.0",
"@graphcms/rich-text-types": "0.1.0"
},
"changesets": [
"tough-shirts-suffer",
"warm-bags-lie"
]
}
13 changes: 13 additions & 0 deletions .changeset/tough-shirts-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@graphcms/rich-text-react-renderer': patch
---

🐛 Bug fixes:

- fix(react): not rendering list children
- fix(react): fix can't resolve @graphcms/rich-text-types
- fix(react): html and jsx tags not being rendered correctly

⚡️ Improvements:

- feat(react): accept both array and object for content
6 changes: 6 additions & 0 deletions .changeset/warm-bags-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphcms/rich-text-types': patch
---

- Add `list_item_child` to `NodeRendererType`;
- Accept array of `ElementNode` and object with `children` on `RichTextContent`.
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @graphcms/rich-text-react-renderer

## 0.1.1-canary.0

### Patch Changes

🐛 Bug fixes:

- fix(react): not rendering list children
- fix(react): fix can't resolve @graphcms/rich-text-types
- fix(react): html and jsx tags not being rendered correctly

⚡️ Improvements:

- feat(react): accept both array and object for content
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphcms/rich-text-react-renderer",
"description": "GraphCMS Rich Text React renderer",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"author": "João Pedro Schmitz <hey@joaopedro.dev> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"escape-html": "^1.0.3"
},
"devDependencies": {
"@graphcms/rich-text-types": "^0.1.0",
"@graphcms/rich-text-types": "^0.1.1-canary.0",
"@types/escape-html": "^1.0.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphcms/rich-text-types

## 0.1.1-canary.0

### Patch Changes

- Add `list_item_child` to `NodeRendererType`;
- Accept array of `ElementNode` and object with `children` on `RichTextContent`.
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphcms/rich-text-types",
"description": "TypeScript definitions for the GraphCMS Rich Text field type.",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"author": "João Pedro Schmitz <hey@joaopedro.dev> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit d831c93

Please sign in to comment.