Skip to content

Commit

Permalink
chore(release): publish (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: João Pedro Schmitz <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2022
1 parent b7f16fa commit cc5d9ca
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 59 deletions.
13 changes: 0 additions & 13 deletions .changeset/gold-jars-compete.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/shiny-horses-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-gifts-glow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tricky-apples-collect.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15) [#77](https://github.com/GraphCMS/rich-text/pull/77) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Initial version of the `html-renderer` for Rich Text content.

Features

- `astToHtmlString` function for returning HTML
- Types for the package
- Vue and Svelte examples

### Patch Changes

- Updated dependencies [[`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15), [`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15)]:
- @graphcms/rich-text-types@0.4.0
5 changes: 2 additions & 3 deletions packages/html-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphcms/rich-text-html-renderer",
"description": "GraphCMS Rich Text HTML renderer",
"version": "0.0.0",
"version": "0.1.0",
"author": "João Pedro Schmitz <[email protected]> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand All @@ -12,8 +12,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@graphcms/rich-text-types": "^0.3.1",
"@graphcms/rich-text-react-renderer": "^0.4.3"
"@graphcms/rich-text-types": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
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.12.0

### Minor Changes

- [`3f454e8`](https://github.com/GraphCMS/rich-text/commit/3f454e82d2c84506b70554af75b66971858e238f) [#78](https://github.com/GraphCMS/rich-text/pull/78) Thanks [@larisachristie](https://github.com/larisachristie)! - Parse GCMS embeds

### Patch Changes

- Updated dependencies [[`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15)]:
- @graphcms/rich-text-types@0.4.0

## 0.11.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.11.1",
"version": "0.12.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.1"
"@graphcms/rich-text-types": "^0.4.0"
}
}
19 changes: 19 additions & 0 deletions packages/react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphcms/rich-text-react-renderer

## 0.5.0

### Minor Changes

- [`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15) [#77](https://github.com/GraphCMS/rich-text/pull/77) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - This update has no new features, only new types.

⚡️ New

- Add `NodeRendererType` type
- Add `RichTextProps` type
- Add `DefaultElementProps` type
- Add `ClassRendererProps` type
- Add `LinkRendererProps` type

### Patch Changes

- Updated dependencies [[`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15)]:
- @graphcms/rich-text-types@0.4.0

## 0.4.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.4.3",
"version": "0.5.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.1",
"@graphcms/rich-text-types": "^0.4.0",
"escape-html": "^1.0.3"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphcms/rich-text-types

## 0.4.0

### Minor Changes

- [`b7f16fa`](https://github.com/GraphCMS/rich-text/commit/b7f16fa76a28ad0f5cdbe6cb1f58d7fafa63df15) [#77](https://github.com/GraphCMS/rich-text/pull/77) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - ⚠️ This release has breaking changes!

⚡️ New

- Add `isEmpty` utility function
- Add `EmptyElementsToRemove` enum as a replacement for `RemoveEmptyElementType`
- Add `elementTypeKeys`

⚠️ Breaking Changes

> The `RichTextProps`, `ClassRendererProps`, `LinkRendererProps`, `DefaultElementProps` and the `NodeRendererType` type are now available on the `@graphcms/rich-text-react-renderer` package.
- Remove `RichTextProps` type
- Remove `NodeRendererType` type
- Remove `RemoveEmptyElementType` type
- Remove `ClassRendererProps` type
- Remove `LinkRendererProps` type
- Remove `DefaultElementProps` type

## 0.3.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.3.1",
"version": "0.4.0",
"author": "João Pedro Schmitz <[email protected]> (https://joaopedro.dev)",
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"paths": {
"@graphcms/rich-text-types": ["packages/types/src"],
"@graphcms/rich-text-react-renderer": ["packages/react-renderer/src"],
"@graphcms/rich-text-html-renderer": ["packages/html-renderer/src"],
"@graphcms/html-to-slate-ast": ["packages/html-to-slate-ast/src"],
"$test/*": ["test/*"]
}
Expand Down

0 comments on commit cc5d9ca

Please sign in to comment.