From ba0fd9e2205a95d3525a5ccd9e84e29801ac01dd Mon Sep 17 00:00:00 2001 From: bachbui Date: Wed, 1 Nov 2023 17:55:46 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @atjson/source-html@0.35.1 - @atjson/source-prism@0.28.30 --- package-lock.json | 4 ++-- packages/@atjson/source-html/CHANGELOG.md | 4 ++++ packages/@atjson/source-html/package.json | 2 +- packages/@atjson/source-prism/CHANGELOG.md | 4 ++++ packages/@atjson/source-prism/package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab88f9cfe..1b0aefc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21825,7 +21825,7 @@ } }, "packages/@atjson/source-html": { - "version": "0.35.0", + "version": "0.35.1", "license": "Apache-2.0", "dependencies": { "@atjson/offset-annotations": "file:../offset-annotations", @@ -21846,7 +21846,7 @@ } }, "packages/@atjson/source-prism": { - "version": "0.28.29", + "version": "0.28.30", "license": "Apache-2.0", "dependencies": { "@atjson/offset-annotations": "file:../offset-annotations", diff --git a/packages/@atjson/source-html/CHANGELOG.md b/packages/@atjson/source-html/CHANGELOG.md index 16e4bd4bf..bda97a3b5 100644 --- a/packages/@atjson/source-html/CHANGELOG.md +++ b/packages/@atjson/source-html/CHANGELOG.md @@ -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.35.1](https://github.com/CondeNast/atjson/compare/@atjson/source-html@0.35.0...@atjson/source-html@0.35.1) (2023-11-01) + +**Note:** Version bump only for package @atjson/source-html + # 0.35.0 (2023-10-16) ### Bug Fixes diff --git a/packages/@atjson/source-html/package.json b/packages/@atjson/source-html/package.json index e6e10fb06..09c20dce9 100644 --- a/packages/@atjson/source-html/package.json +++ b/packages/@atjson/source-html/package.json @@ -1,6 +1,6 @@ { "name": "@atjson/source-html", - "version": "0.35.0", + "version": "0.35.1", "description": "Create atjson documents from HTML", "main": "dist/commonjs/index.js", "module": "dist/modules/index.js", diff --git a/packages/@atjson/source-prism/CHANGELOG.md b/packages/@atjson/source-prism/CHANGELOG.md index 8528ea3b0..2ac78e3ee 100644 --- a/packages/@atjson/source-prism/CHANGELOG.md +++ b/packages/@atjson/source-prism/CHANGELOG.md @@ -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.30](https://github.com/CondeNast/atjson/compare/@atjson/source-prism@0.28.29...@atjson/source-prism@0.28.30) (2023-11-01) + +**Note:** Version bump only for package @atjson/source-prism + ## 0.28.29 (2023-10-16) **Note:** Version bump only for package @atjson/source-prism diff --git a/packages/@atjson/source-prism/package.json b/packages/@atjson/source-prism/package.json index d1d9cae4e..46a46e91a 100644 --- a/packages/@atjson/source-prism/package.json +++ b/packages/@atjson/source-prism/package.json @@ -1,6 +1,6 @@ { "name": "@atjson/source-prism", - "version": "0.28.29", + "version": "0.28.30", "description": "Converts PRISM XML into atjson", "main": "dist/commonjs/index.js", "module": "dist/modules/index.js",