Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-alexa committed Mar 21, 2024
1 parent fbd6538 commit 4b63bc9
Show file tree
Hide file tree
Showing 29 changed files with 210 additions and 28 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/@atjson/document/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.30.0 (2024-03-21)

### Bug Fixes

- address comments ([6a69702](https://github.com/CondeNast/atjson/commit/6a697021916e3544b2b0252ab787f054b15b0c68))
- address lint comments and test issues ([8a5d58e](https://github.com/CondeNast/atjson/commit/8a5d58ec391960d1d7cf300aba9605a531b670d9))
- converting tables and withStableIds support ([7280fcc](https://github.com/CondeNast/atjson/commit/7280fcc665becff6f9a46383dc00a3b555722d55))

### Features

- add TextAnnotation and export it ([a848b44](https://github.com/CondeNast/atjson/commit/a848b44230a37593d09f5f432e919f1fd89519aa))

### Reverts

- Revert "Gdocs tables (#1726)" (#1727) ([ef419b8](https://github.com/CondeNast/atjson/commit/ef419b8d06bb3b3f73ed817b1f66b7cf76098ef8)), closes [#1726](https://github.com/CondeNast/atjson/issues/1726) [#1727](https://github.com/CondeNast/atjson/issues/1727)

## [0.29.5](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2023-10-16)

**Note:** Version bump only for package @atjson/document
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/document",
"version": "0.29.5",
"version": "0.30.0",
"description": "Document definition for AtJSON",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
28 changes: 28 additions & 0 deletions packages/@atjson/offset-annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.49.0 (2024-03-21)

### Bug Fixes

- address comments ([6a69702](https://github.com/CondeNast/atjson/commit/6a697021916e3544b2b0252ab787f054b15b0c68))
- address lint comments and test issues ([8a5d58e](https://github.com/CondeNast/atjson/commit/8a5d58ec391960d1d7cf300aba9605a531b670d9))
- addressing meeting comments ([ecec328](https://github.com/CondeNast/atjson/commit/ecec328a83e85568ef0d6b22d0a56ec59df24ada))
- change dataset format per slack comments ([37bdd19](https://github.com/CondeNast/atjson/commit/37bdd1999594c1173cb8b856c2aed13262ea2a1f))
- comment for ColumnType enum ([661f480](https://github.com/CondeNast/atjson/commit/661f48051db335419c91d7d421b9a53d91db062b))
- converting tables and withStableIds support ([7280fcc](https://github.com/CondeNast/atjson/commit/7280fcc665becff6f9a46383dc00a3b555722d55))
- converting text alignment caused columns to disappear ([dfecfb6](https://github.com/CondeNast/atjson/commit/dfecfb6f53f3c77d68277debbeb9d213fd411f18))
- packages/@atjson/offset-annotations/src/annotations/data-set.ts ([b51c289](https://github.com/CondeNast/atjson/commit/b51c2894583e19537d7b34fece4767c8b188c0c5))
- packages/@atjson/offset-annotations/src/annotations/table.ts ([07a6427](https://github.com/CondeNast/atjson/commit/07a64275a52f5ead4131cb78764a54694a45e7a5))
- refactor conversion logic ([7942c8a](https://github.com/CondeNast/atjson/commit/7942c8a3a9130d2dcd29a2a8f29265886d6103ce))
- remove extra slice covering the dataset ([abb7bb9](https://github.com/CondeNast/atjson/commit/abb7bb94f366f5dba643ac746fa1141e12b0349e))
- table annotation rank ([3842da6](https://github.com/CondeNast/atjson/commit/3842da6e69cd89f0aa8c805731cd4cd94d45e7e9))
- update snapshots ([f299eec](https://github.com/CondeNast/atjson/commit/f299eec7e1dbab5a9d44cad035bb1cf095effa62))
- use peritext in tests ([480ce53](https://github.com/CondeNast/atjson/commit/480ce53163d60131da69762d7572f6a7778dbdfc))

### Features

- correctly exclude invalid html tables ([06d968a](https://github.com/CondeNast/atjson/commit/06d968a2e14bd623b6846d62a172762f422b64ca))
- offset table and dataset annotations ([7163277](https://github.com/CondeNast/atjson/commit/716327711bf33dcaf46001cd3bf1f72581c5cdd7))

### Reverts

- Revert "Gdocs tables (#1726)" (#1727) ([ef419b8](https://github.com/CondeNast/atjson/commit/ef419b8d06bb3b3f73ed817b1f66b7cf76098ef8)), closes [#1726](https://github.com/CondeNast/atjson/issues/1726) [#1727](https://github.com/CondeNast/atjson/issues/1727)

# 0.48.0 (2024-01-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/offset-annotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/offset-annotations",
"version": "0.48.0",
"version": "0.49.0",
"description": "Annotations used for stories",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
30 changes: 30 additions & 0 deletions packages/@atjson/renderer-commonmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-03-21)

### Bug Fixes

- address comments ([6a69702](https://github.com/CondeNast/atjson/commit/6a697021916e3544b2b0252ab787f054b15b0c68))
- address lint comments and test issues ([8a5d58e](https://github.com/CondeNast/atjson/commit/8a5d58ec391960d1d7cf300aba9605a531b670d9))
- addressing meeting comments ([ecec328](https://github.com/CondeNast/atjson/commit/ecec328a83e85568ef0d6b22d0a56ec59df24ada))
- allow tables with no columns[number]['slice'] values ([eb2019e](https://github.com/CondeNast/atjson/commit/eb2019e9f0c6ed5655790e3a462d9306421d7bcc))
- change dataset format per slack comments ([37bdd19](https://github.com/CondeNast/atjson/commit/37bdd1999594c1173cb8b856c2aed13262ea2a1f))
- converting tables and withStableIds support ([7280fcc](https://github.com/CondeNast/atjson/commit/7280fcc665becff6f9a46383dc00a3b555722d55))
- converting text alignment caused columns to disappear ([dfecfb6](https://github.com/CondeNast/atjson/commit/dfecfb6f53f3c77d68277debbeb9d213fd411f18))
- don't render newlines in markdown table cells ([2208f48](https://github.com/CondeNast/atjson/commit/2208f48bd20992d865a55ab438a012423ab3593a))
- remove extra slice covering the dataset ([abb7bb9](https://github.com/CondeNast/atjson/commit/abb7bb94f366f5dba643ac746fa1141e12b0349e))
- remove test.only ([4da3729](https://github.com/CondeNast/atjson/commit/4da372981abad5a9873ee51eee2fc959ab03ae75))
- strip newlines from the contents of table cells ([071fcc5](https://github.com/CondeNast/atjson/commit/071fcc52173ef46a8d48dfdee9a33ff9f31a9d60))
- table annotation rank ([3842da6](https://github.com/CondeNast/atjson/commit/3842da6e69cd89f0aa8c805731cd4cd94d45e7e9))
- test snapshot ([6f3718c](https://github.com/CondeNast/atjson/commit/6f3718c6b195161f0c010c47e4ea08b6ed152f9b))
- update snapshots ([f299eec](https://github.com/CondeNast/atjson/commit/f299eec7e1dbab5a9d44cad035bb1cf095effa62))
- use peritext in tests ([480ce53](https://github.com/CondeNast/atjson/commit/480ce53163d60131da69762d7572f6a7778dbdfc))

### Features

- markdown rendering for offset tables and datasets ([3198caf](https://github.com/CondeNast/atjson/commit/3198cafb6afb5c4e577b5ae92bc800e8ed111d78))
- offset table and dataset annotations ([7163277](https://github.com/CondeNast/atjson/commit/716327711bf33dcaf46001cd3bf1f72581c5cdd7))
- pretty-print markdon tables ([24d996e](https://github.com/CondeNast/atjson/commit/24d996e271c6c712d46ac8b2bd5c493619601ace))

### Reverts

- Revert "Gdocs tables (#1726)" (#1727) ([ef419b8](https://github.com/CondeNast/atjson/commit/ef419b8d06bb3b3f73ed817b1f66b7cf76098ef8)), closes [#1726](https://github.com/CondeNast/atjson/issues/1726) [#1727](https://github.com/CondeNast/atjson/issues/1727)

## [0.28.10](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-03-14)

**Note:** Version bump only for package @atjson/renderer-commonmark
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/renderer-commonmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/renderer-commonmark",
"version": "0.28.10",
"version": "0.29.0",
"description": "Render atjson documents into commonmark",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/@atjson/renderer-hir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.26.0 (2024-03-21)

### Bug Fixes

- address lint comments and test issues ([8a5d58e](https://github.com/CondeNast/atjson/commit/8a5d58ec391960d1d7cf300aba9605a531b670d9))
- renderer instance render method should only accept precompiled documents ([3768258](https://github.com/CondeNast/atjson/commit/37682587ca0bdb4117e5286aadf6cf41cb9ec944))

### Features

- markdown rendering for offset tables and datasets ([3198caf](https://github.com/CondeNast/atjson/commit/3198cafb6afb5c4e577b5ae92bc800e8ed111d78))

## [0.25.7](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2023-10-16)

**Note:** Version bump only for package @atjson/renderer-hir
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/renderer-hir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/renderer-hir",
"version": "0.25.7",
"version": "0.26.0",
"description": "Generalized tools for generating documents in a hierarchical fashion",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/@atjson/renderer-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-03-21)

### Bug Fixes

- address lint comments and test issues ([8a5d58e](https://github.com/CondeNast/atjson/commit/8a5d58ec391960d1d7cf300aba9605a531b670d9))
- allow tables with no columns[number]['slice'] values ([eb2019e](https://github.com/CondeNast/atjson/commit/eb2019e9f0c6ed5655790e3a462d9306421d7bcc))
- converting tables and withStableIds support ([7280fcc](https://github.com/CondeNast/atjson/commit/7280fcc665becff6f9a46383dc00a3b555722d55))

### Features

- correctly exclude invalid html tables ([06d968a](https://github.com/CondeNast/atjson/commit/06d968a2e14bd623b6846d62a172762f422b64ca))
- html renderer for offset tables ([b92fc44](https://github.com/CondeNast/atjson/commit/b92fc447bc0b105e64317c9f1309f0dae4b20ddc))
- offset table and dataset annotations ([7163277](https://github.com/CondeNast/atjson/commit/716327711bf33dcaf46001cd3bf1f72581c5cdd7))

### Reverts

- Revert "Gdocs tables (#1726)" (#1727) ([ef419b8](https://github.com/CondeNast/atjson/commit/ef419b8d06bb3b3f73ed817b1f66b7cf76098ef8)), closes [#1726](https://github.com/CondeNast/atjson/issues/1726) [#1727](https://github.com/CondeNast/atjson/issues/1727)

# 0.31.0 (2024-01-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/renderer-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/renderer-html",
"version": "0.31.0",
"version": "0.32.0",
"description": "Render HTML documents from atjson",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/renderer-plain-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.24.34 (2024-03-21)

**Note:** Version bump only for package @atjson/renderer-plain-text

## 0.24.33 (2024-01-16)

**Note:** Version bump only for package @atjson/renderer-plain-text
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/renderer-plain-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/renderer-plain-text",
"version": "0.24.33",
"version": "0.24.34",
"description": "Render atjson documents in plain text",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/renderer-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.28.7 (2024-03-21)

**Note:** Version bump only for package @atjson/renderer-react

## [0.28.6](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2023-10-16)

**Note:** Version bump only for package @atjson/renderer-react
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/renderer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/renderer-react",
"version": "0.28.6",
"version": "0.28.7",
"description": "Render atjson documents into a React app",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/renderer-webcomponent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.21.45 (2024-03-21)

**Note:** Version bump only for package @atjson/renderer-webcomponent

## [0.21.44](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2023-10-16)

**Note:** Version bump only for package @atjson/renderer-webcomponent
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/renderer-webcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/renderer-webcomponent",
"version": "0.21.44",
"version": "0.21.45",
"description": "Render atjson documents into web components",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
25 changes: 25 additions & 0 deletions packages/@atjson/source-commonmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-03-21)

### Bug Fixes

- address comments ([6a69702](https://github.com/CondeNast/atjson/commit/6a697021916e3544b2b0252ab787f054b15b0c68))
- addressing meeting comments ([ecec328](https://github.com/CondeNast/atjson/commit/ecec328a83e85568ef0d6b22d0a56ec59df24ada))
- change dataset format per slack comments ([37bdd19](https://github.com/CondeNast/atjson/commit/37bdd1999594c1173cb8b856c2aed13262ea2a1f))
- converting tables and withStableIds support ([7280fcc](https://github.com/CondeNast/atjson/commit/7280fcc665becff6f9a46383dc00a3b555722d55))
- converting text alignment caused columns to disappear ([dfecfb6](https://github.com/CondeNast/atjson/commit/dfecfb6f53f3c77d68277debbeb9d213fd411f18))
- packages/@atjson/source-commonmark/test/commonmark.test.ts ([2aff51b](https://github.com/CondeNast/atjson/commit/2aff51b790fbfe4e87b84968d9e799f79b5fb8fa))
- refactor conversion logic ([7942c8a](https://github.com/CondeNast/atjson/commit/7942c8a3a9130d2dcd29a2a8f29265886d6103ce))
- remove extra slice covering the dataset ([abb7bb9](https://github.com/CondeNast/atjson/commit/abb7bb94f366f5dba643ac746fa1141e12b0349e))
- table annotation rank ([3842da6](https://github.com/CondeNast/atjson/commit/3842da6e69cd89f0aa8c805731cd4cd94d45e7e9))
- update snapshots ([f299eec](https://github.com/CondeNast/atjson/commit/f299eec7e1dbab5a9d44cad035bb1cf095effa62))

### Features

- correctly exclude invalid html tables ([06d968a](https://github.com/CondeNast/atjson/commit/06d968a2e14bd623b6846d62a172762f422b64ca))
- markdown rendering for offset tables and datasets ([3198caf](https://github.com/CondeNast/atjson/commit/3198cafb6afb5c4e577b5ae92bc800e8ed111d78))
- offset table and dataset annotations ([7163277](https://github.com/CondeNast/atjson/commit/716327711bf33dcaf46001cd3bf1f72581c5cdd7))

### Reverts

- Revert "Gdocs tables (#1726)" (#1727) ([ef419b8](https://github.com/CondeNast/atjson/commit/ef419b8d06bb3b3f73ed817b1f66b7cf76098ef8)), closes [#1726](https://github.com/CondeNast/atjson/issues/1726) [#1727](https://github.com/CondeNast/atjson/issues/1727)

## [0.25.7](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-03-14)

**Note:** Version bump only for package @atjson/source-commonmark
Expand Down
Loading

0 comments on commit 4b63bc9

Please sign in to comment.