Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @atjson/renderer-html@0.35.1
 - @atjson/source-html@0.40.3
 - @atjson/source-prism@0.28.43
  • Loading branch information
tim-evans committed Jun 24, 2024
1 parent 8d6d61c commit c071b67
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
6 changes: 3 additions & 3 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/renderer-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.35.1 (2024-06-24)

### Bug Fixes

- **InstagramEmbed:** position slices for caption content _inside_ the embed ([#1773](https://github.com/CondeNast/atjson/issues/1773)) ([8d6d61c](https://github.com/CondeNast/atjson/commit/8d6d61cc1a62b89b8188ccaf4903d776d45c3981))

# 0.35.0 (2024-06-10)

### 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.35.0",
"version": "0.35.1",
"description": "Render HTML documents from atjson",
"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.40.3](https://github.com/CondeNast/atjson/compare/@atjson/source-html@0.40.2...@atjson/source-html@0.40.3) (2024-06-24)

### Bug Fixes

- **InstagramEmbed:** position slices for caption content _inside_ the embed ([#1773](https://github.com/CondeNast/atjson/issues/1773)) ([8d6d61c](https://github.com/CondeNast/atjson/commit/8d6d61cc1a62b89b8188ccaf4903d776d45c3981))

## [0.40.2](https://github.com/CondeNast/atjson/compare/@atjson/source-html@0.40.1...@atjson/source-html@0.40.2) (2024-06-24)

### Bug Fixes
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.40.2",
"version": "0.40.3",
"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-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.43](https://github.com/CondeNast/atjson/compare/@atjson/source-prism@0.28.42...@atjson/source-prism@0.28.43) (2024-06-24)

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

## [0.28.42](https://github.com/CondeNast/atjson/compare/@atjson/source-prism@0.28.41...@atjson/source-prism@0.28.42) (2024-06-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.42",
"version": "0.28.43",
"description": "Converts PRISM XML into atjson",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down

0 comments on commit c071b67

Please sign in to comment.