Skip to content

Commit

Permalink
chore: release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 15, 2023
1 parent d653f03 commit 836684e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-lamps-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-tips-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-maps-rush.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.8

### Patch Changes

- [#34](https://github.com/prevwong/reka.js/pull/34) [`de97826`](https://github.com/prevwong/reka.js/commit/de97826222f7006d1b0e84c51244fbfe9e434d4f) Thanks [@prevwong](https://github.com/prevwong)! - Fix template slots not passing through ExternalComponents

- [`6f81ace`](https://github.com/prevwong/reka.js/commit/6f81ace1ea03b97ef7486b7441112a9772ea2dff) Thanks [@prevwong](https://github.com/prevwong)! - Fix subscriber type

## 0.1.7

### 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.7",
"version": "0.1.8",
"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/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rekajs/types

## 0.1.8

### Patch Changes

- [#35](https://github.com/prevwong/reka.js/pull/35) [`d653f03`](https://github.com/prevwong/reka.js/commit/d653f03253259c0deecaa73159e54db841860673) Thanks [@prevwong](https://github.com/prevwong)! - Fix nested object expressions as props in ExternalComponents

- [#34](https://github.com/prevwong/reka.js/pull/34) [`de97826`](https://github.com/prevwong/reka.js/commit/de97826222f7006d1b0e84c51244fbfe9e434d4f) Thanks [@prevwong](https://github.com/prevwong)! - Fix template slots not passing through ExternalComponents

## 0.1.7

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

1 comment on commit 836684e

@vercel
Copy link

@vercel vercel bot commented on 836684e May 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 – ./

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

Please sign in to comment.