Skip to content

Commit

Permalink
chore: release (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 17, 2023
1 parent 65ea52e commit fdc34b5
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-weeks-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-buckets-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-camels-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-tables-juggle.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/many-tigers-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-monkeys-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-cheetahs-attack.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`84c93bc`](https://github.com/prevwong/reka.js/commit/84c93bccff3f41756a9be48bc265d08ac3f978c4) Thanks [@prevwong](https://github.com/prevwong)! - Updates Yjs as a peer dependency

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rekajs/collaboration",
"version": "0.1.1",
"version": "0.1.2",
"description": "Provides multiplayer functionality for Reka.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
31 changes: 31 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @rekajs/core

## 0.1.3

### Patch Changes

- [`1cc0cfb`](https://github.com/prevwong/reka.js/commit/1cc0cfb19cf75f55bc61ba06d6b9b32e503d13f6) Thanks [@prevwong](https://github.com/prevwong)! - Remove unnecessary options for `reka.watch()`

- [`ea0a075`](https://github.com/prevwong/reka.js/commit/ea0a075059557a7143ffeae7edb632856896f137) Thanks [@prevwong](https://github.com/prevwong)! - Fix `@each` directive bugs

- [`d8cc124`](https://github.com/prevwong/reka.js/commit/d8cc124df6ec9836d996b9eb533fa6b180197e83) Thanks [@prevwong](https://github.com/prevwong)! - Fix `Observer` not automatically transforming newly inserted `Type` into Mobx observables.

For example, given the following template where `each` is initially null:

```tsx
const template = t.tagTemplate({
tag: 'div',
props: {},
children: [],
each: null,
});
```

Then, if we were to set `each` to a new `ElementEach` type object:

```tsx
template.each = t.elementEach({
...
})
```

The above `ElementEach` should automatically be made into a Mobx observable.

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "State management system for building no-code page editors",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rekajs/react-code-editor

## 0.1.2

### Patch Changes

- [`b6712fc`](https://github.com/prevwong/reka.js/commit/b6712fc9096105674d0f5d50aff437e9661c0841) Thanks [@prevwong](https://github.com/prevwong)! - Update `@rekajs/codemirror` as a required dep

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.1.2",
"description": "Codemirror editor for editing Reka AST in code",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rekajs/types

## 0.1.2

### Patch Changes

- [`ce1b584`](https://github.com/prevwong/reka.js/commit/ce1b584549704cc5c1c5113bba9c75fb98fb9456) Thanks [@prevwong](https://github.com/prevwong)! - Update error message in `t.assert()`

- [`65fc858`](https://github.com/prevwong/reka.js/commit/65fc85878cd6dd57bc978fce5be5c10a8dfac2bf) Thanks [@prevwong](https://github.com/prevwong)! - Set default values for Type properties

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "Create and manage Reka data types",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

1 comment on commit fdc34b5

@vercel
Copy link

@vercel vercel bot commented on fdc34b5 Mar 17, 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.