Skip to content

Commit

Permalink
chore(release): publish (#54)
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 Dec 9, 2021
1 parent bc9e612 commit 7552ca4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-dogs-wonder.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.10.1

### Patch Changes

- Updated dependencies [[`bc9e612`](https://github.com/GraphCMS/rich-text/commit/bc9e61293ec0535328541c95c33e71f51ec09c43)]:
- @graphcms/rich-text-types@0.3.0

## 0.10.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.10.0",
"version": "0.10.1",
"description": "Convert HTML to GraphCMS's RichTextAST (slate)",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -49,6 +49,6 @@
"jest": {},
"dependencies": {
"@braintree/sanitize-url": "^5.0.2",
"@graphcms/rich-text-types": "^0.2.0"
"@graphcms/rich-text-types": "^0.3.0"
}
}
7 changes: 7 additions & 0 deletions packages/react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphcms/rich-text-react-renderer

## 0.3.3

### Patch Changes

- Updated dependencies [[`bc9e612`](https://github.com/GraphCMS/rich-text/commit/bc9e61293ec0535328541c95c33e71f51ec09c43)]:
- @graphcms/rich-text-types@0.3.0

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"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.2.1",
"@graphcms/rich-text-types": "^0.3.0",
"escape-html": "^1.0.3"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphcms/rich-text-types

## 0.3.0

### Minor Changes

- [`bc9e612`](https://github.com/GraphCMS/rich-text/commit/bc9e61293ec0535328541c95c33e71f51ec09c43) [#52](https://github.com/GraphCMS/rich-text/pull/52) Thanks [@larisachristie](https://github.com/larisachristie)! - Add isInline to EmbedProps type

## 0.2.1

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

0 comments on commit 7552ca4

Please sign in to comment.