Skip to content

Commit

Permalink
chore(release): publish (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 9, 2021
1 parent 768492a commit d5bf583
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-mice-retire.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/strange-singers-cover.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/html-to-slate-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphcms/html-to-slate-ast

## 0.5.1

### Patch Changes

- Updated dependencies [[`768492a`](https://github.com/GraphCMS/rich-text/commit/768492a5dd5e642cc639b82cd7e13f2ce7f2dc96)]:
- @graphcms/rich-text-types@0.2.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/html-to-slate-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphcms/html-to-slate-ast",
"version": "0.5.0",
"version": "0.5.1",
"description": "Convert HTML to GraphCMS's RichTextAST (slate)",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -47,6 +47,6 @@
},
"jest": {},
"dependencies": {
"@graphcms/rich-text-types": "^0.1.3"
"@graphcms/rich-text-types": "^0.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphcms/rich-text-react-renderer

## 0.2.0

### Minor Changes

- [`768492a`](https://github.com/GraphCMS/rich-text/commit/768492a5dd5e642cc639b82cd7e13f2ce7f2dc96) [#25](https://github.com/GraphCMS/rich-text/pull/25) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Add support for embeds assets and custom models

### Patch Changes

- Updated dependencies [[`768492a`](https://github.com/GraphCMS/rich-text/commit/768492a5dd5e642cc639b82cd7e13f2ce7f2dc96)]:
- @graphcms/rich-text-types@0.2.0

## 0.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-renderer/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.5",
"version": "0.2.0",
"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.4",
"@graphcms/rich-text-types": "^0.2.0",
"escape-html": "^1.0.3"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphcms/rich-text-types

## 0.2.0

### Minor Changes

- [`768492a`](https://github.com/GraphCMS/rich-text/commit/768492a5dd5e642cc639b82cd7e13f2ce7f2dc96) [#25](https://github.com/GraphCMS/rich-text/pull/25) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - - Include `embed` in the list of types in `Element`
- Add new type `VideoMimeTypes`
- Add new type `AssetMimeTypes`
- Add new type `EmbedProps`
- Add new type `EmbedElement`
- Add new type `AssetReference`
- Add new type `Reference`
- Add new type `EmbedReferences`
- Add `EmbedElement` to `ElementNode`
- Add `references` to `RichTextProps`
- Add `Asset` and `embed` to `NodeRendererType`

## 0.1.4

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

0 comments on commit d5bf583

Please sign in to comment.