Skip to content

Commit

Permalink
chore: release (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 29, 2023
1 parent fd84a6f commit 237cb62
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-geese-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-foxes-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-glasses-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-seas-explode.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rekajs/core

## 0.1.13

### Patch Changes

- [#53](https://github.com/prevwong/reka.js/pull/53) [`59fad5e`](https://github.com/prevwong/reka.js/commit/59fad5eb1e3047b36e2fdb86449ba7d6ef12c4f0) Thanks [@prevwong](https://github.com/prevwong)! - Fix cyclic component reference

- [`d1e8254`](https://github.com/prevwong/reka.js/commit/d1e8254ac84669601324ca806f7aea62f3de034b) Thanks [@prevwong](https://github.com/prevwong)! - Prevent computing view when disposed

- [`b3124f7`](https://github.com/prevwong/reka.js/commit/b3124f7c3ded4d6a0dfa4601854c559ae15bb7ee) Thanks [@prevwong](https://github.com/prevwong)! - Simplify volatile state definition

- [`e972aba`](https://github.com/prevwong/reka.js/commit/e972aba02ca943e3d2d17b5fe5db788fcc251b05) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to create cached query callbacks

## 0.1.12

### 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": "@rekajs/core",
"version": "0.1.12",
"version": "0.1.13",
"description": "State management system for building no-code page editors",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down

1 comment on commit 237cb62

@vercel
Copy link

@vercel vercel bot commented on 237cb62 Jun 29, 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:

reka – ./

reka-prevwong.vercel.app
rekajs.vercel.app
reka-git-main-prevwong.vercel.app
reka.js.org

Please sign in to comment.