Skip to content

Commit

Permalink
chore: release (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 18, 2024
1 parent 6075dee commit 9f90283
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/wet-windows-protect.md

This file was deleted.

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

## 0.1.27

### Patch Changes

- [#147](https://github.com/prevwong/reka.js/pull/147) [`6075dee`](https://github.com/prevwong/reka.js/commit/6075dee83626040c9cd067897d7dcf3fd97f9642) Thanks [@prevwong](https://github.com/prevwong)! - Add string type

## 0.1.26

### 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.26",
"version": "0.1.27",
"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.16

### Patch Changes

- [#147](https://github.com/prevwong/reka.js/pull/147) [`6075dee`](https://github.com/prevwong/reka.js/commit/6075dee83626040c9cd067897d7dcf3fd97f9642) Thanks [@prevwong](https://github.com/prevwong)! - Add string type

## 0.1.15

### 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.15",
"version": "0.1.16",
"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.20

### Patch Changes

- [#147](https://github.com/prevwong/reka.js/pull/147) [`6075dee`](https://github.com/prevwong/reka.js/commit/6075dee83626040c9cd067897d7dcf3fd97f9642) Thanks [@prevwong](https://github.com/prevwong)! - Add string type

## 0.1.19

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

0 comments on commit 9f90283

Please sign in to comment.