Skip to content

Commit

Permalink
chore: release (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
1 parent c120fb8 commit b7b75d1
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-emus-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-spies-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-carrots-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-papayas-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-keys-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mayflies-train.md

This file was deleted.

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

## 0.1.29

### Patch Changes

- [`4658b42`](https://github.com/prevwong/reka.js/commit/4658b420d796f959a388f1cb70d7e52beec45748) Thanks [@prevwong](https://github.com/prevwong)! - Fix cleanup frame APIs

- [`c5d41da`](https://github.com/prevwong/reka.js/commit/c5d41dab80495fc7d44c1525ec42bf84be4cb2bc) Thanks [@prevwong](https://github.com/prevwong)! - Fix missing return statement in history operation

- [`b319df2`](https://github.com/prevwong/reka.js/commit/b319df2b86add8270c322e89383125743dc3b98a) Thanks [@prevwong](https://github.com/prevwong)! - Reuse existing ExternalComponentView during evaluation

## 0.1.28

### 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.28",
"version": "0.1.29",
"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.17

### Patch Changes

- [`8473e6f`](https://github.com/prevwong/reka.js/commit/8473e6f9bcfc2ed1a8a2e0fbb9496a60eeb6b98e) Thanks [@prevwong](https://github.com/prevwong)! - Allow ability to normalise nodes on parse

## 0.1.16

### 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.16",
"version": "0.1.17",
"description": "Parser for Reka syntax",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rekajs/react

## 0.1.4

### Patch Changes

- [`c53a162`](https://github.com/prevwong/reka.js/commit/c53a16237d3b8834f43a86b94a8b931d6ae4f496) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup deps

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/react",
"version": "0.1.3",
"version": "0.1.4",
"description": "React specific APIs for Reka",
"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.22

### Patch Changes

- [`476eb1f`](https://github.com/prevwong/reka.js/commit/476eb1fdbe55003325e73ae369932c64c6e00666) Thanks [@prevwong](https://github.com/prevwong)! - Add isSameType util and export type params

## 0.1.21

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

0 comments on commit b7b75d1

Please sign in to comment.