Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-pr committed Sep 24, 2024
1 parent 6efa045 commit ff20262
Show file tree
Hide file tree
Showing 19 changed files with 54 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.

4 changes: 4 additions & 0 deletions packages/@atjson/offset-annotations/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.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

# 0.57.0 (2024-09-20)

### 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.57.0",
"version": "0.57.1",
"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.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

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

**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.2",
"version": "0.31.3",
"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.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

## 0.24.51 (2024-09-20)

**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.51",
"version": "0.24.52",
"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/source-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.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

## 0.28.1 (2024-09-20)

**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.1",
"version": "0.28.2",
"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.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

## 0.28.12 (2024-09-20)

**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.12",
"version": "0.28.13",
"description": "Create atjson documents from Google Docs (KIX) paste buffers",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@atjson/source-html/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.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

## 0.41.4 (2024-09-20)

**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.4",
"version": "0.41.5",
"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.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

## 0.23.39 (2024-09-20)

**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.39",
"version": "0.23.40",
"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.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

## 0.28.52 (2024-09-20)

**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.52",
"version": "0.28.53",
"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.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

## 0.30.4 (2024-09-20)

**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.4",
"version": "0.30.5",
"description": "Expands URLs into annotations",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down

0 comments on commit ff20262

Please sign in to comment.