Skip to content

Commit

Permalink
chore: release (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 27, 2023
1 parent 06e2931 commit 16d6902
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-beers-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-buttons-sell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-dodos-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nasty-rivers-hang.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-dragons-walk.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.20

### Patch Changes

- [#98](https://github.com/prevwong/reka.js/pull/98) [`06e2931`](https://github.com/prevwong/reka.js/commit/06e293134709607ab281fd32fdff981cf7418c49) Thanks [@prevwong](https://github.com/prevwong)! - Fix assignment op on member expressions

- [#64](https://github.com/prevwong/reka.js/pull/64) [`ceca2c7`](https://github.com/prevwong/reka.js/commit/ceca2c7774c8c8127e0502178037b3fe209c56ee) Thanks [@prevwong](https://github.com/prevwong)! - Improve variables types subclassing

- [#97](https://github.com/prevwong/reka.js/pull/97) [`6e72de6`](https://github.com/prevwong/reka.js/commit/6e72de6e516330a079f3334bc3e1e86eaa3cd55f) Thanks [@prevwong](https://github.com/prevwong)! - Fix call expression arguments definition

- [#92](https://github.com/prevwong/reka.js/pull/92) [`6e9a337`](https://github.com/prevwong/reka.js/commit/6e9a337ef9bd95e25ccfae9fcb1756e512cdda9f) Thanks [@prevwong](https://github.com/prevwong)! - Support logical expressions

## 0.1.19

### 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.19",
"version": "0.1.20",
"description": "State management system for building no-code page editors",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rekajs/parser

## 0.1.11

### Patch Changes

- [#88](https://github.com/prevwong/reka.js/pull/88) [`1440ba6`](https://github.com/prevwong/reka.js/commit/1440ba6a99d75cfc2f84858d95af5c0705b1a225) Thanks [@prevwong](https://github.com/prevwong)! - Fix precedence when parsing conditional expressions within binary expressions

- [#64](https://github.com/prevwong/reka.js/pull/64) [`ceca2c7`](https://github.com/prevwong/reka.js/commit/ceca2c7774c8c8127e0502178037b3fe209c56ee) Thanks [@prevwong](https://github.com/prevwong)! - Improve variables types subclassing

- [#97](https://github.com/prevwong/reka.js/pull/97) [`6e72de6`](https://github.com/prevwong/reka.js/commit/6e72de6e516330a079f3334bc3e1e86eaa3cd55f) Thanks [@prevwong](https://github.com/prevwong)! - Fix call expression arguments definition

- [#92](https://github.com/prevwong/reka.js/pull/92) [`6e9a337`](https://github.com/prevwong/reka.js/commit/6e9a337ef9bd95e25ccfae9fcb1756e512cdda9f) Thanks [@prevwong](https://github.com/prevwong)! - Support logical expressions

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/parser",
"version": "0.1.10",
"version": "0.1.11",
"description": "Parser for Reka syntax",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rekajs/types

## 0.1.14

### Patch Changes

- [#64](https://github.com/prevwong/reka.js/pull/64) [`ceca2c7`](https://github.com/prevwong/reka.js/commit/ceca2c7774c8c8127e0502178037b3fe209c56ee) Thanks [@prevwong](https://github.com/prevwong)! - Improve variables types subclassing

- [#97](https://github.com/prevwong/reka.js/pull/97) [`6e72de6`](https://github.com/prevwong/reka.js/commit/6e72de6e516330a079f3334bc3e1e86eaa3cd55f) Thanks [@prevwong](https://github.com/prevwong)! - Fix call expression arguments definition

- [#92](https://github.com/prevwong/reka.js/pull/92) [`6e9a337`](https://github.com/prevwong/reka.js/commit/6e9a337ef9bd95e25ccfae9fcb1756e512cdda9f) Thanks [@prevwong](https://github.com/prevwong)! - Support logical expressions

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/types",
"version": "0.1.13",
"version": "0.1.14",
"description": "Create and manage Reka data types",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down

1 comment on commit 16d6902

@vercel
Copy link

@vercel vercel bot commented on 16d6902 Oct 27, 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 – ./

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

Please sign in to comment.