Skip to content

Commit

Permalink
chore: release (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent 55d45ba commit ad337b1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/witty-students-decide.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.31

### Patch Changes

- [#161](https://github.com/prevwong/reka.js/pull/161) [`c82817e`](https://github.com/prevwong/reka.js/commit/c82817e44472801d01126670dd6aec0ab5f0cb09) Thanks [@prevwong](https://github.com/prevwong)! - Add named slots

## 0.1.30

### 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.30",
"version": "0.1.31",
"description": "State management system for building no-code page editors",
"main": "./dist/index.js",
"module": "./dist/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.19

### Patch Changes

- [#161](https://github.com/prevwong/reka.js/pull/161) [`c82817e`](https://github.com/prevwong/reka.js/commit/c82817e44472801d01126670dd6aec0ab5f0cb09) Thanks [@prevwong](https://github.com/prevwong)! - Add named slots

## 0.1.18

### 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.18",
"version": "0.1.19",
"description": "Parser for Reka syntax",
"main": "./dist/index.js",
"module": "./dist/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.24

### Patch Changes

- [#161](https://github.com/prevwong/reka.js/pull/161) [`c82817e`](https://github.com/prevwong/reka.js/commit/c82817e44472801d01126670dd6aec0ab5f0cb09) Thanks [@prevwong](https://github.com/prevwong)! - Add named slots

## 0.1.23

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

0 comments on commit ad337b1

Please sign in to comment.