Skip to content

Commit

Permalink
chore: release (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 6, 2023
1 parent 6d91eb6 commit 5f03762
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-lobsters-remain.md

This file was deleted.

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

## 0.1.16

### Patch Changes

- [#57](https://github.com/prevwong/reka.js/pull/57) [`417fc28`](https://github.com/prevwong/reka.js/commit/417fc282d49ce9687fdf367b63532c6083b46dbc) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to find variables by scope

## 0.1.15

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

## 0.1.6

### Patch Changes

- [#57](https://github.com/prevwong/reka.js/pull/57) [`417fc28`](https://github.com/prevwong/reka.js/commit/417fc282d49ce9687fdf367b63532c6083b46dbc) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to find variables by scope

## 0.1.5

### 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.5",
"version": "0.1.6",
"description": "Parser for Reka syntax",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rekajs/types

## 0.1.11

### Patch Changes

- [#57](https://github.com/prevwong/reka.js/pull/57) [`417fc28`](https://github.com/prevwong/reka.js/commit/417fc282d49ce9687fdf367b63532c6083b46dbc) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to find variables by scope

## 0.1.10

### 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.10",
"version": "0.1.11",
"description": "Create and manage Reka data types",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down

1 comment on commit 5f03762

@vercel
Copy link

@vercel vercel bot commented on 5f03762 Jul 6, 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-git-main-prevwong.vercel.app
rekajs.vercel.app
reka-prevwong.vercel.app
reka.js.org

Please sign in to comment.