Skip to content

Commit

Permalink
chore: release (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 9, 2024
1 parent 1efd609 commit 0c858be
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-singers-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-balloons-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-frogs-grow.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.28

### Patch Changes

- [#149](https://github.com/prevwong/reka.js/pull/149) [`378baff`](https://github.com/prevwong/reka.js/commit/378baffabf59ee1eb509ebe4c9809e75ca8a3120) Thanks [@prevwong](https://github.com/prevwong)! - Ignore nullish value when evaluating repeated templates

- [`4e8b283`](https://github.com/prevwong/reka.js/commit/4e8b28321667dff9674422dde8834e4970cf0e26) Thanks [@prevwong](https://github.com/prevwong)! - Add owner property in external component view

## 0.1.27

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

## 0.1.21

### Patch Changes

- [`1efd609`](https://github.com/prevwong/reka.js/commit/1efd609f16b72cecfcb60bf74facbcc1f1204561) Thanks [@prevwong](https://github.com/prevwong)! - Use type any in external component render type

## 0.1.20

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

0 comments on commit 0c858be

Please sign in to comment.