Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-evans committed Nov 2, 2023
1 parent 81d9cfd commit 47d4abf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/react/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.2.3 (2023-11-02)

### Bug Fixes

- **react:** rearchitect Node so Children.map can be used by consumers ([fff5c44](https://github.com/CondeNast/atjson/commit/fff5c4412acb6e3dd6bd8ff2177d426b3b7a6859))

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

**Note:** Version bump only for package @atjson/react
Expand Down
2 changes: 1 addition & 1 deletion packages/@atjson/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/react",
"version": "0.2.2",
"version": "0.2.3",
"description": "Render serialized atjson documents directly to React",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down

0 comments on commit 47d4abf

Please sign in to comment.