Skip to content

Commit

Permalink
chore: release (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
1 parent 914c0a2 commit 974e194
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/olive-sloths-search.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.23

### Patch Changes

- [#113](https://github.com/prevwong/reka.js/pull/113) [`914c0a2`](https://github.com/prevwong/reka.js/commit/914c0a2414e40e423dacb0dc2191b2896270a61f) Thanks [@prevwong](https://github.com/prevwong)! - Requires component props to explicitly specify that they can be bindable

## 0.1.22

### 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.22",
"version": "0.1.23",
"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.14

### Patch Changes

- [#113](https://github.com/prevwong/reka.js/pull/113) [`914c0a2`](https://github.com/prevwong/reka.js/commit/914c0a2414e40e423dacb0dc2191b2896270a61f) Thanks [@prevwong](https://github.com/prevwong)! - Requires component props to explicitly specify that they can be bindable

## 0.1.13

### 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.13",
"version": "0.1.14",
"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.17

### Patch Changes

- [#113](https://github.com/prevwong/reka.js/pull/113) [`914c0a2`](https://github.com/prevwong/reka.js/commit/914c0a2414e40e423dacb0dc2191b2896270a61f) Thanks [@prevwong](https://github.com/prevwong)! - Requires component props to explicitly specify that they can be bindable

## 0.1.16

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

1 comment on commit 974e194

@vercel
Copy link

@vercel vercel bot commented on 974e194 Dec 13, 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
reka-prevwong.vercel.app
rekajs.vercel.app
reka.js.org

Please sign in to comment.