Skip to content

Commit

Permalink
chore: exit prerelease mode and version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed May 12, 2021
1 parent ef9e567 commit 91c22ba
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 42 deletions.
7 changes: 0 additions & 7 deletions .changeset/hip-icons-joke.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/pre.json

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tough-shirts-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-bags-lie.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @graphcms/rich-text-react-renderer

## 0.1.1

### Patch Changes

[`b1a0bae`](https://github.com/GraphCMS/rich-text-renderer/commit/b1a0bae5e09e3db4173517e1342b8e5059a59fa0) [#2](https://github.com/GraphCMS/rich-text-renderer/pull/2) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)!

🐛 Bug fixes:

- Move @graphcms/rich-text-types to dependecy section to fix the error "can't resolve @graphcms/rich-text-types"

[`d831c93`](https://github.com/GraphCMS/rich-text-renderer/commit/d831c93be2f1a07aea2377e0d5842e130e104bfd) [#2](https://github.com/GraphCMS/rich-text-renderer/pull/2) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)!

🐛 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

* Updated dependencies [[`d831c93`](https://github.com/GraphCMS/rich-text-renderer/commit/d831c93be2f1a07aea2377e0d5842e130e104bfd)]:
- @graphcms/rich-text-types@0.1.1

## 0.1.1-canary.1

### Patch Changes
Expand Down
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.1-canary.1",
"version": "0.1.1",
"author": "João Pedro Schmitz <hey@joaopedro.dev> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@graphcms/rich-text-types": "^0.1.1-canary.0",
"@graphcms/rich-text-types": "^0.1.1",
"escape-html": "^1.0.3"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphcms/rich-text-types

## 0.1.1

### Patch Changes

- [`d831c93`](https://github.com/GraphCMS/rich-text-renderer/commit/d831c93be2f1a07aea2377e0d5842e130e104bfd) [#2](https://github.com/GraphCMS/rich-text-renderer/pull/2) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)!

- Add `list_item_child` to `NodeRendererType`;
- Accept array of `ElementNode` and object with `children` on `RichTextContent`.

## 0.1.1-canary.0

### Patch Changes
Expand Down
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.1-canary.0",
"version": "0.1.1",
"author": "João Pedro Schmitz <hey@joaopedro.dev> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 91c22ba

Please sign in to comment.