Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
version update 1.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dergash committed Feb 20, 2021
1 parent 062e8b7 commit c5999db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.28.3 (Febraury 20, 2021)

## Fixes

* Stale data fetch epic can crash the application.

# Version 1.28.2 (Febraury 20, 2021)

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tesler-ui/core",
"version": "1.28.2",
"version": "1.28.3",
"main": "tesler-ui-core.js",
"homepage": "https://tesler.io/",
"types": "index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ describe('<FlatTreePopup />', () => {
expect(dispatch).toHaveBeenCalledWith(
expect.objectContaining({
type: coreActions.closeViewPopup,
payload: {
bcName: null
}
payload: null
})
)
expect(dispatch).toHaveBeenCalledWith(
Expand Down

0 comments on commit c5999db

Please sign in to comment.