Skip to content

Commit

Permalink
chore: release (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 22, 2023
1 parent c9cd8b5 commit 20c0bbf
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-birds-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/four-lemons-report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-papayas-jump.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-deers-swim.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Prev Wong",
"license": "MIT",
"dependencies": {
"@rekajs/utils": "^0.1.2"
"@rekajs/utils": "^0.1.3"
},
"peerDependencies": {
"@rekajs/core": ">=0.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rekajs/core

## 0.1.22

### Patch Changes

- [#109](https://github.com/prevwong/reka.js/pull/109) [`e76ffc3`](https://github.com/prevwong/reka.js/commit/e76ffc36b68b015636f920783ea4a4909d9fd77d) Thanks [@prevwong](https://github.com/prevwong)! - Cache root template in component evaluation

- [`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6) Thanks [@prevwong](https://github.com/prevwong)! - Remove lodash dep

- [#111](https://github.com/prevwong/reka.js/pull/111) [`b54562e`](https://github.com/prevwong/reka.js/commit/b54562e0e6a5737a04ca907dad36ce65048cc568) Thanks [@prevwong](https://github.com/prevwong)! - Enable component prop bindings

- [#112](https://github.com/prevwong/reka.js/pull/112) [`e2f00d4`](https://github.com/prevwong/reka.js/commit/e2f00d45d01f633fce9477505706f5689baf2326) Thanks [@prevwong](https://github.com/prevwong)! - Require prop definition for External Components
Support 2 way bindings and classlist directives in External Components
- Updated dependencies [[`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6)]:
- @rekajs/utils@0.1.3

## 0.1.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/core",
"version": "0.1.21",
"version": "0.1.22",
"description": "State management system for building no-code page editors",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -21,7 +21,7 @@
"@rekajs/types": ">=0.1.0"
},
"dependencies": {
"@rekajs/utils": "^0.1.2",
"@rekajs/utils": "^0.1.3",
"mobx": "^6.3.13",
"mobx-utils": "^6.0.6"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rekajs/parser

## 0.1.13

### Patch Changes

- [#111](https://github.com/prevwong/reka.js/pull/111) [`b54562e`](https://github.com/prevwong/reka.js/commit/b54562e0e6a5737a04ca907dad36ce65048cc568) Thanks [@prevwong](https://github.com/prevwong)! - Enable component prop bindings

- Updated dependencies [[`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6)]:
- @rekajs/utils@0.1.3

## 0.1.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/parser",
"version": "0.1.12",
"version": "0.1.13",
"description": "Parser for Reka syntax",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/types": "^7.18.13",
"@rekajs/utils": "^0.1.2",
"@rekajs/utils": "^0.1.3",
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.2"
},
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.6

### Patch Changes

- [`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6) Thanks [@prevwong](https://github.com/prevwong)! - Remove lodash dep

- Updated dependencies [[`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6)]:
- @rekajs/utils@0.1.3

## 0.1.5

### 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.5",
"version": "0.1.6",
"description": "Codemirror editor for editing Reka AST in code",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -25,7 +25,7 @@
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@rekajs/codemirror": ">=0.1.2",
"@rekajs/utils": ">=0.1.2",
"@rekajs/utils": ">=0.1.3",
"codemirror": "^6.0.1",
"mobx": "^6.3.13",
"mobx-react-lite": "^3.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rekajs/types

## 0.1.16

### Patch Changes

- [#111](https://github.com/prevwong/reka.js/pull/111) [`b54562e`](https://github.com/prevwong/reka.js/commit/b54562e0e6a5737a04ca907dad36ce65048cc568) Thanks [@prevwong](https://github.com/prevwong)! - Enable component prop bindings

- [#112](https://github.com/prevwong/reka.js/pull/112) [`e2f00d4`](https://github.com/prevwong/reka.js/commit/e2f00d45d01f633fce9477505706f5689baf2326) Thanks [@prevwong](https://github.com/prevwong)! - Require prop definition for External Components
Support 2 way bindings and classlist directives in External Components
- Updated dependencies [[`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6)]:
- @rekajs/utils@0.1.3

## 0.1.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/types",
"version": "0.1.15",
"version": "0.1.16",
"description": "Create and manage Reka data types",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -16,7 +16,7 @@
"author": "Prev Wong",
"license": "MIT",
"dependencies": {
"@rekajs/utils": "^0.1.2"
"@rekajs/utils": "^0.1.3"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rekajs/utils

## 0.1.3

### Patch Changes

- [`c9cd8b5`](https://github.com/prevwong/reka.js/commit/c9cd8b5ce64922e91a85e001fa62305e964ec5d6) Thanks [@prevwong](https://github.com/prevwong)! - Remove lodash dep

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/utils",
"version": "0.1.2",
"version": "0.1.3",
"description": "Internal utilities used across the Reka monorepo",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down

1 comment on commit 20c0bbf

@vercel
Copy link

@vercel vercel bot commented on 20c0bbf Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reka – ./

reka-prevwong.vercel.app
reka-git-main-prevwong.vercel.app
rekajs.vercel.app
reka.js.org

Please sign in to comment.