Skip to content

Commit

Permalink
chore: release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 25, 2023
1 parent e4ee083 commit 88ba603
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-pants-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-wasps-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-panthers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-jobs-decide.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.12

### Patch Changes

- [#49](https://github.com/prevwong/reka.js/pull/49) [`885d8ba`](https://github.com/prevwong/reka.js/commit/885d8ba53cd33afdb395afb73ef373a8a1a04af6) Thanks [@prevwong](https://github.com/prevwong)! - Fix variable references in initial state value

- [#50](https://github.com/prevwong/reka.js/pull/50) [`fc80ffe`](https://github.com/prevwong/reka.js/commit/fc80ffe21598ef06b0e3c36c2362be3a2d227a2a) Thanks [@prevwong](https://github.com/prevwong)! - Prevent out of scope variable reference

- [`e4ee083`](https://github.com/prevwong/reka.js/commit/e4ee0838f55d526874cd318e42da860b744f7cf8) Thanks [@prevwong](https://github.com/prevwong)! - Ignore observing owner property in output View

- [`d784d9d`](https://github.com/prevwong/reka.js/commit/d784d9d46e994637680dbd1c7ba0eed764ebc6fd) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to define temporary/volatile stateful values

## 0.1.11

### 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.11",
"version": "0.1.12",
"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 88ba603

@vercel
Copy link

@vercel vercel bot commented on 88ba603 Jun 25, 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
reka-git-main-prevwong.vercel.app
reka.js.org
rekajs.vercel.app

Please sign in to comment.