Skip to content

Commit

Permalink
release(version): Release @trrack/core 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-02-03)

### Bug Fixes

* 🐛 Handled double rendering in useEffect ([eccc4c1](eccc4c1))
* publishing push ([f56124e](f56124e))
* removed comments ([7a1d601](7a1d601))
* removed comments ([5e5cc15](5e5cc15))
* testing release ([912de2e](912de2e))

### Features

* 🎸 Fixed import and export ([2ce70eb](2ce70eb))
* 🎸 Moved to nx monorepo for latest build support ([de91c39](de91c39))
* 🎸 Refactored inverse action creation API ([8a3df49](8a3df49)), closes [datavisyn/reprovisyn#439](https://github.com/datavisyn/reprovisyn/issues/439)
* guitar Added API for handling thunk actions with createAsync ([a2ecf38](a2ecf38))

### BREAKING CHANGES

* 🧨 Action should return Inverse action name and Arguments during
registration
  • Loading branch information
semantic-release-bot committed Feb 3, 2023
1 parent b589e82 commit d2138fd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 1.0.0 (2023-02-03)


### Bug Fixes

* 🐛 Handled double rendering in useEffect ([eccc4c1](https://github.com/Trrack/trrackjs/commit/eccc4c11a296e2dd0d77f7c10c9ead04b48831c8))
* publishing push ([f56124e](https://github.com/Trrack/trrackjs/commit/f56124e4524bace0adff6f90eca44a0590740c83))
* removed comments ([7a1d601](https://github.com/Trrack/trrackjs/commit/7a1d6011178f7887fff5b53316a07c09e27b7a40))
* removed comments ([5e5cc15](https://github.com/Trrack/trrackjs/commit/5e5cc15ad1eb9889669712a980350839c09247af))
* testing release ([912de2e](https://github.com/Trrack/trrackjs/commit/912de2ed66ce8d65651bc9da6d1a3e54a7ae31e0))


### Features

* 🎸 Fixed import and export ([2ce70eb](https://github.com/Trrack/trrackjs/commit/2ce70eb8c0be115771ee7f6dc7c8730e21366b51))
* 🎸 Moved to nx monorepo for latest build support ([de91c39](https://github.com/Trrack/trrackjs/commit/de91c39d649d2442df12bbd06b40b5b274f961f9))
* 🎸 Refactored inverse action creation API ([8a3df49](https://github.com/Trrack/trrackjs/commit/8a3df49058ffe8ac62dba1a648fefe218db35873)), closes [datavisyn/reprovisyn#439](https://github.com/datavisyn/reprovisyn/issues/439)
* guitar Added API for handling thunk actions with createAsync ([a2ecf38](https://github.com/Trrack/trrackjs/commit/a2ecf381aba0b9964bea1593761bc061187e7a9d))


### BREAKING CHANGES

* 🧨 Action should return Inverse action name and Arguments during
registration

# [1.0.0-alpha.4](https://github.com/Trrack/trrackjs/compare/@trrack/core@1.0.0-alpha.3...@trrack/core@1.0.0-alpha.4) (2023-02-03)


Expand Down

1 comment on commit d2138fd

@vercel
Copy link

@vercel vercel bot commented on d2138fd Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trrackjs – ./

trrackjs-git-main-trrack.vercel.app
trrackjs-trrack.vercel.app
trrackjs.vercel.app

Please sign in to comment.