Skip to content

Commit

Permalink
chore: release (#18)
Browse files Browse the repository at this point in the history
* chore: release

* chore: lockfile

---------
Co-authored-by: Prev Wong <[email protected]>
  • Loading branch information
github-actions[bot] authored Mar 18, 2023
1 parent b5aec26 commit c47ab05
Show file tree
Hide file tree
Showing 18 changed files with 89 additions and 98 deletions.
12 changes: 0 additions & 12 deletions .changeset/thirty-eagles-begin.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.1

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

## 0.1.0

### 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.0",
"version": "0.1.1",
"description": "Reka Grammer for Codemirror",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/collaboration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rekajs/collaboration

## 0.1.3

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

- Updated dependencies [[`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a)]:
- @rekajs/utils@0.1.1

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/collaboration",
"version": "0.1.2",
"version": "0.1.3",
"description": "Provides multiplayer functionality for Reka.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -14,7 +14,7 @@
"author": "Prev Wong",
"license": "MIT",
"dependencies": {
"@rekajs/utils": "^0.1.0"
"@rekajs/utils": "^0.1.1"
},
"peerDependencies": {
"@rekajs/core": ">=0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rekajs/core

## 0.1.4

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

- Updated dependencies [[`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a)]:
- @rekajs/utils@0.1.1

## 0.1.3

### 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.3",
"version": "0.1.4",
"description": "State management system for building no-code page editors",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -22,7 +22,7 @@
"@rekajs/types": ">=0.1.0"
},
"dependencies": {
"@rekajs/utils": "^0.1.0",
"@rekajs/utils": "^0.1.1",
"lodash": "^4.17.21",
"mobx": "^6.3.13"
}
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.2

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

- Updated dependencies [[`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a)]:
- @rekajs/utils@0.1.1

## 0.1.1

### 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.1",
"version": "0.1.2",
"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.0",
"@rekajs/utils": "^0.1.1",
"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.3

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

- Updated dependencies [[`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a)]:
- @rekajs/codemirror@0.1.1

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "Codemirror editor for editing Reka AST in code",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -20,7 +20,7 @@
"react": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@rekajs/codemirror": ">=0.1.0",
"@rekajs/codemirror": ">=0.1.1",
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/commands": "^0.19.8",
"@codemirror/theme-one-dark": "^0.19.1",
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.2

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "React specific APIs for Reka",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rekajs/types

## 0.1.3

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

- Updated dependencies [[`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a)]:
- @rekajs/utils@0.1.1

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "Create and manage Reka data types",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -16,6 +16,6 @@
"author": "Prev Wong",
"license": "MIT",
"dependencies": {
"@rekajs/utils": "^0.1.0"
"@rekajs/utils": "^0.1.1"
}
}
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.1

### Patch Changes

- [`b5aec26`](https://github.com/prevwong/reka.js/commit/b5aec26d55685cbc3ade66a16413ef7bf3f46e4a) Thanks [@prevwong](https://github.com/prevwong)! - Add CJS bundle

## 0.1.0

### 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.0",
"version": "0.1.1",
"description": "Internal utilities used across the Reka monorepo",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
86 changes: 13 additions & 73 deletions pnpm-lock.yaml

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

1 comment on commit c47ab05

@vercel
Copy link

@vercel vercel bot commented on c47ab05 Mar 18, 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
rekajs.vercel.app
reka.js.org
reka-git-main-prevwong.vercel.app

Please sign in to comment.