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 Nov 12, 2024
1 parent 1ba93fc commit 29ae2b7
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

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

## 0.57.2 (2024-11-12)

### Bug Fixes

- update column naming scheme in convert-html-tables helper ([85959dc](https://github.com/CondeNast/atjson/commit/85959dcd8d7eac17862b28136120e815d6c5853f))

## [0.57.1](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/offset-annotations
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.57.1",
"version": "0.57.2",
"description": "Annotations used for stories",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/renderer-commonmark/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.31.4 (2024-11-12)

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

## [0.31.3](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**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.31.3",
"version": "0.31.4",
"description": "Render atjson documents into commonmark",
"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.53 (2024-11-12)

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

## [0.24.52](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**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.52",
"version": "0.24.53",
"description": "Render atjson documents in plain text",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/@atjson/source-commonmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.28.3 (2024-11-12)

### Bug Fixes

- update column naming scheme in convert-html-tables helper ([85959dc](https://github.com/CondeNast/atjson/commit/85959dcd8d7eac17862b28136120e815d6c5853f))

## [0.28.2](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/source-commonmark
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/source-commonmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/source-commonmark",
"version": "0.28.2",
"version": "0.28.3",
"description": "Create atjson documents from CommonMark.",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/source-gdocs-paste/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.14 (2024-11-12)

**Note:** Version bump only for package @atjson/source-gdocs-paste

## [0.28.13](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/source-gdocs-paste
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/source-gdocs-paste/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/source-gdocs-paste",
"version": "0.28.13",
"version": "0.28.14",
"description": "Create atjson documents from Google Docs (KIX) paste buffers",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/@atjson/source-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.41.6 (2024-11-12)

### Bug Fixes

- update column naming scheme in convert-html-tables helper ([85959dc](https://github.com/CondeNast/atjson/commit/85959dcd8d7eac17862b28136120e815d6c5853f))

## [0.41.5](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/source-html
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/source-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/source-html",
"version": "0.41.5",
"version": "0.41.6",
"description": "Create atjson documents from HTML",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/source-mobiledoc/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.23.41 (2024-11-12)

**Note:** Version bump only for package @atjson/source-mobiledoc

## [0.23.40](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/source-mobiledoc
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/source-mobiledoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/source-mobiledoc",
"version": "0.23.40",
"version": "0.23.41",
"description": "Create atjson documents from Mobiledoc",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/source-prism/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.54 (2024-11-12)

**Note:** Version bump only for package @atjson/source-prism

## [0.28.53](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/source-prism
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/source-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/source-prism",
"version": "0.28.53",
"version": "0.28.54",
"description": "Converts PRISM XML into atjson",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/source-url/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.30.6 (2024-11-12)

**Note:** Version bump only for package @atjson/source-url

## [0.30.5](https://github.com/CondeNast/atjson/compare/@atjson/[email protected]...@atjson/[email protected]) (2024-09-24)

**Note:** Version bump only for package @atjson/source-url
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/source-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/source-url",
"version": "0.30.5",
"version": "0.30.6",
"description": "Expands URLs into annotations",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down

0 comments on commit 29ae2b7

Please sign in to comment.