Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.kucera committed Jun 19, 2024
1 parent de751f1 commit ae5fd08
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/mighty-ligers-give.md

This file was deleted.

4 changes: 2 additions & 2 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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 19.4.0

### Minor Changes

- 93ab4553f: Adds flag `batchResolveNoTransaction` as a new `PageRendererSettings`. When it is true, transaction is not used in load phase to avoid getting obsolete state from getState.

## 19.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/core",
"version": "19.3.4",
"version": "19.4.0",
"description": "IMA.js framework for isomorphic javascript application",
"keywords": [
"IMA",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-page-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 19.3.0

### Minor Changes

- 93ab4553f: Adds flag `batchResolveNoTransaction` as a new `PageRendererSettings`. When it is true, transaction is not used in load phase to avoid getting obsolete state from getState.

## 19.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-page-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/react-page-renderer",
"version": "19.2.1",
"version": "19.3.0",
"description": "IMA.js React page renderer.",
"keywords": [
"IMA.js",
Expand Down

0 comments on commit ae5fd08

Please sign in to comment.