Skip to content

Commit

Permalink
chore(release): publish (#56)
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 10, 2021
1 parent d67ff70 commit 11f5253
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-bats-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-months-kiss.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [`17f5244`](https://github.com/GraphCMS/rich-text/commit/17f52440c3fae398f8fd49d4ef61a6fe46ff8635) [#53](https://github.com/GraphCMS/rich-text/pull/53) Thanks [@anmolarora1](https://github.com/anmolarora1)! - feat: adds `<th>` table_header_cell element support

### Patch Changes

- Updated dependencies [[`c2e0a75`](https://github.com/GraphCMS/rich-text/commit/c2e0a75e995591bb299250f4d14092b1843b1183)]:
- @graphcms/rich-text-types@0.3.1

## 0.10.1

### Patch 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.1",
"version": "0.11.0",
"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.3.0"
"@graphcms/rich-text-types": "^0.3.1"
}
}
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.4.0

### Minor Changes

- [`17f5244`](https://github.com/GraphCMS/rich-text/commit/17f52440c3fae398f8fd49d4ef61a6fe46ff8635) [#53](https://github.com/GraphCMS/rich-text/pull/53) Thanks [@anmolarora1](https://github.com/anmolarora1)! - feat: adds `<th>` table_header_cell element support

### Patch Changes

- Updated dependencies [[`c2e0a75`](https://github.com/GraphCMS/rich-text/commit/c2e0a75e995591bb299250f4d14092b1843b1183)]:
- @graphcms/rich-text-types@0.3.1

## 0.3.3

### 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.3",
"version": "0.4.0",
"author": "João Pedro Schmitz <[email protected]> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@graphcms/rich-text-types": "^0.3.0",
"@graphcms/rich-text-types": "^0.3.1",
"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.1

### Patch Changes

- [`c2e0a75`](https://github.com/GraphCMS/rich-text/commit/c2e0a75e995591bb299250f4d14092b1843b1183) [#53](https://github.com/GraphCMS/rich-text/pull/53) Thanks [@anmolarora1](https://github.com/anmolarora1)! - Add `table_header_cell` in `Element` and `NodeRendererType`

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"author": "João Pedro Schmitz <[email protected]> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 11f5253

Please sign in to comment.