Skip to content

Commit

Permalink
chore: release (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2023
1 parent d6016e1 commit 1668c53
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/calm-points-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-kangaroos-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-icons-breathe.md

This file was deleted.

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

## 0.1.25

### Patch Changes

- [#118](https://github.com/prevwong/reka.js/pull/118) [`52c4c8d`](https://github.com/prevwong/reka.js/commit/52c4c8d81073c7f20eb8c3910f171817a23064ab) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to specify custom kinds

- [#119](https://github.com/prevwong/reka.js/pull/119) [`d6016e1`](https://github.com/prevwong/reka.js/commit/d6016e1fe09f87b59fe512b7d5539cad5a88c9a7) Thanks [@prevwong](https://github.com/prevwong)! - Show error view when a template references a component that has been removed

## 0.1.24

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

## 0.1.15

### Patch Changes

- [#118](https://github.com/prevwong/reka.js/pull/118) [`52c4c8d`](https://github.com/prevwong/reka.js/commit/52c4c8d81073c7f20eb8c3910f171817a23064ab) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to specify custom kinds

- [#116](https://github.com/prevwong/reka.js/pull/116) [`6bc28c2`](https://github.com/prevwong/reka.js/commit/6bc28c24e32391cd3ec52b1f60a88a03672b65d7) Thanks [@prevwong](https://github.com/prevwong)! - Improve variable kind type definitions

## 0.1.14

### 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.14",
"version": "0.1.15",
"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.18

### Patch Changes

- [#118](https://github.com/prevwong/reka.js/pull/118) [`52c4c8d`](https://github.com/prevwong/reka.js/commit/52c4c8d81073c7f20eb8c3910f171817a23064ab) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to specify custom kinds

- [#119](https://github.com/prevwong/reka.js/pull/119) [`d6016e1`](https://github.com/prevwong/reka.js/commit/d6016e1fe09f87b59fe512b7d5539cad5a88c9a7) Thanks [@prevwong](https://github.com/prevwong)! - Show error view when a template references a component that has been removed

- [#116](https://github.com/prevwong/reka.js/pull/116) [`6bc28c2`](https://github.com/prevwong/reka.js/commit/6bc28c24e32391cd3ec52b1f60a88a03672b65d7) Thanks [@prevwong](https://github.com/prevwong)! - Improve variable kind type definitions

## 0.1.17

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

1 comment on commit 1668c53

@vercel
Copy link

@vercel vercel bot commented on 1668c53 Dec 23, 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.js.org
reka-prevwong.vercel.app
rekajs.vercel.app

Please sign in to comment.