Skip to content

Commit

Permalink
chore: release (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 15, 2023
1 parent 78914f0 commit c993916
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/happy-items-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-chefs-doubt.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.11

### Patch Changes

- [`78914f0`](https://github.com/prevwong/reka.js/commit/78914f0cd0b838ce827a06e4dcb7dabf7c5c4098) Thanks [@prevwong](https://github.com/prevwong)! - Group Tag/Component templates as SlottableTemplate

- [`7147a18`](https://github.com/prevwong/reka.js/commit/7147a18286c76079d41b0d6be071974592dba15a) Thanks [@prevwong](https://github.com/prevwong)! - Fix update parent path on Type upate

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.5

### Patch Changes

- [`78914f0`](https://github.com/prevwong/reka.js/commit/78914f0cd0b838ce827a06e4dcb7dabf7c5c4098) Thanks [@prevwong](https://github.com/prevwong)! - Group Tag/Component templates as SlottableTemplate

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.10

### Patch Changes

- [`78914f0`](https://github.com/prevwong/reka.js/commit/78914f0cd0b838ce827a06e4dcb7dabf7c5c4098) Thanks [@prevwong](https://github.com/prevwong)! - Group Tag/Component templates as SlottableTemplate

## 0.1.9

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

1 comment on commit c993916

@vercel
Copy link

@vercel vercel bot commented on c993916 Jun 15, 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-prevwong.vercel.app
reka-git-main-prevwong.vercel.app
reka.js.org

Please sign in to comment.