Skip to content

Commit

Permalink
chore: release (#158)
Browse files Browse the repository at this point in the history
chore: lockfile
  • Loading branch information
github-actions[bot] authored and prevwong committed Jun 11, 2024
1 parent bdc2f13 commit 9faa239
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 47 deletions.
6 changes: 0 additions & 6 deletions .changeset/lazy-parents-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-pumas-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-lies-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-forks-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-spoons-tease.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-peas-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-points-teach.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- [`eef7dec`](https://github.com/prevwong/reka.js/commit/eef7dec10482e26e4576fda45622318249e38d18) Thanks [@prevwong](https://github.com/prevwong)! - Bump codemirror dependencies

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/codemirror",
"version": "0.1.2",
"version": "0.1.3",
"description": "Reka Grammer for Codemirror",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rekajs/core

## 0.1.30

### Patch Changes

- [`8832003`](https://github.com/prevwong/reka.js/commit/88320033ed424331a44327b0a938f0686d50b4e4) Thanks [@prevwong](https://github.com/prevwong)! - Rename root reka component template type

- [`340a234`](https://github.com/prevwong/reka.js/commit/340a234a6e515d1a793add5da041d21347464aea) Thanks [@prevwong](https://github.com/prevwong)! - Optional root template in Reka Component

- [`573f590`](https://github.com/prevwong/reka.js/commit/573f590d0e6338e0e7756e730695112422fe4ae7) Thanks [@prevwong](https://github.com/prevwong)! - Cache all views during evaluation

- [`1af2673`](https://github.com/prevwong/reka.js/commit/1af26731bab5a6d2044bf0161bd1a977cc20b01c) Thanks [@prevwong](https://github.com/prevwong)! - Add onNormalize observer hook

- [`23a5769`](https://github.com/prevwong/reka.js/commit/23a576950c3fd0b5ec74342ae866d11764c1b2a2) Thanks [@prevwong](https://github.com/prevwong)! - Get node path string

- [`30c9b3a`](https://github.com/prevwong/reka.js/commit/30c9b3aa3de8122c171acd2b5e47d81293b22d98) Thanks [@prevwong](https://github.com/prevwong)! - Implement getComponentSlots() to quickly get slots defined in a Reka Component

## 0.1.29

### 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.29",
"version": "0.1.30",
"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.18

### Patch Changes

- [`340a234`](https://github.com/prevwong/reka.js/commit/340a234a6e515d1a793add5da041d21347464aea) Thanks [@prevwong](https://github.com/prevwong)! - Optional root template in Reka Component

## 0.1.17

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

## 0.1.8

### Patch Changes

- [`eef7dec`](https://github.com/prevwong/reka.js/commit/eef7dec10482e26e4576fda45622318249e38d18) Thanks [@prevwong](https://github.com/prevwong)! - Bump codemirror dependencies

- Updated dependencies [[`eef7dec`](https://github.com/prevwong/reka.js/commit/eef7dec10482e26e4576fda45622318249e38d18)]:
- @rekajs/codemirror@0.1.3

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/react-code-editor",
"version": "0.1.7",
"version": "0.1.8",
"description": "Codemirror editor for editing Reka AST in code",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -27,7 +27,7 @@
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.24.1",
"@codemirror/theme-one-dark": "6.1.1",
"@rekajs/codemirror": ">=0.1.2",
"@rekajs/codemirror": ">=0.1.3",
"@rekajs/utils": ">=0.1.3",
"mobx": "^6.3.13",
"mobx-react-lite": "^3.3.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rekajs/types

## 0.1.23

### Patch Changes

- [`8832003`](https://github.com/prevwong/reka.js/commit/88320033ed424331a44327b0a938f0686d50b4e4) Thanks [@prevwong](https://github.com/prevwong)! - Rename root reka component template type

- [`340a234`](https://github.com/prevwong/reka.js/commit/340a234a6e515d1a793add5da041d21347464aea) Thanks [@prevwong](https://github.com/prevwong)! - Optional root template in Reka Component

- [`23a5769`](https://github.com/prevwong/reka.js/commit/23a576950c3fd0b5ec74342ae866d11764c1b2a2) Thanks [@prevwong](https://github.com/prevwong)! - Get node path string

## 0.1.22

### 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.22",
"version": "0.1.23",
"description": "Create and manage Reka data types",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9faa239

Please sign in to comment.