Skip to content

Commit

Permalink
chore: release (#19)
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] and prevwong authored Apr 1, 2023
1 parent 2c97ba2 commit 786b61c
Show file tree
Hide file tree
Showing 24 changed files with 116 additions and 82 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-hornets-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-trains-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-jars-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-socks-try.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/selfish-wombats-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-monkeys-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-crabs-play.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`a20601e`](https://github.com/prevwong/reka.js/commit/a20601e98ce9ee962d29c5c957f063c420f2e025) Thanks [@prevwong](https://github.com/prevwong)! - Bump codemirror dependencies to stable versions

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

## 0.1.1

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

## 0.1.4

### Patch Changes

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

- [`3529a25`](https://github.com/prevwong/reka.js/commit/3529a25e0c99b510ba1487c132b7c9eba4c331bd) Thanks [@prevwong](https://github.com/prevwong)! - Remove unused dep

- Updated dependencies [[`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343)]:
- @rekajs/utils@0.1.2

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.1"
"@rekajs/utils": "^0.1.2"
},
"peerDependencies": {
"@rekajs/core": ">=0.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rekajs/core

## 0.1.5

### Patch Changes

- [`c1aba8e`](https://github.com/prevwong/reka.js/commit/c1aba8ee761cc4969a18817289604392504cb5ed) Thanks [@prevwong](https://github.com/prevwong)! - Fix memory leaks

- [`2203e89`](https://github.com/prevwong/reka.js/commit/2203e8956b9f26c49bedabc3b6a4b8180a449be0) Thanks [@prevwong](https://github.com/prevwong)! - Update Extension type

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

- Updated dependencies [[`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343)]:
- @rekajs/utils@0.1.2

## 0.1.4

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

### Patch Changes

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

- Updated dependencies [[`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343)]:
- @rekajs/utils@0.1.2

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.1",
"@rekajs/utils": "^0.1.2",
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.2"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rekajs/react-code-editor

## 0.1.4

### Patch Changes

- [`a20601e`](https://github.com/prevwong/reka.js/commit/a20601e98ce9ee962d29c5c957f063c420f2e025) Thanks [@prevwong](https://github.com/prevwong)! - Bump codemirror dependencies to stable versions

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

- [`4a6685f`](https://github.com/prevwong/reka.js/commit/4a6685f53f092a7b39b63be1dfa7d34bf99195bf) Thanks [@prevwong](https://github.com/prevwong)! - Minor theme styling update

- Updated dependencies [[`a20601e`](https://github.com/prevwong/reka.js/commit/a20601e98ce9ee962d29c5c957f063c420f2e025), [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343)]:
- @rekajs/codemirror@0.1.2

## 0.1.3

### 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.3",
"version": "0.1.4",
"description": "Codemirror editor for editing Reka AST in code",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand All @@ -24,7 +24,7 @@
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@rekajs/codemirror": ">=0.1.1",
"@rekajs/codemirror": ">=0.1.2",
"codemirror": "^6.0.1",
"lodash": "^4.17.21",
"mobx": "^6.3.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rekajs/react

## 0.1.3

### Patch Changes

- [`f9b872d`](https://github.com/prevwong/reka.js/commit/f9b872d28f18406b389d42c684a15c375e8a89d2) Thanks [@prevwong](https://github.com/prevwong)! - Rename RekaProvider "state" prop to "reka" prop

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.4

### Patch Changes

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

- Updated dependencies [[`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343)]:
- @rekajs/utils@0.1.2

## 0.1.3

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

### Patch Changes

- [`61435db`](https://github.com/prevwong/reka.js/commit/61435dbfb88326eabe7857e43318a45459b08343) Thanks [@prevwong](https://github.com/prevwong)! - Inject package version to browser window

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "Internal utilities used across the Reka monorepo",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
Loading

1 comment on commit 786b61c

@vercel
Copy link

@vercel vercel bot commented on 786b61c Apr 1, 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 – ./

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

Please sign in to comment.