Skip to content

Commit

Permalink
chore: release (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 13, 2023
1 parent c461d56 commit 3aac6a3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/pink-dancers-tease.md

This file was deleted.

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.4

### Patch Changes

- [#28](https://github.com/prevwong/reka.js/pull/28) [`c461d56`](https://github.com/prevwong/reka.js/commit/c461d562302e6139726c2964490d4a819c57d879) Thanks [@prevwong](https://github.com/prevwong)! - feat: add meta prop to ASTNode

## 0.1.3

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

## 0.1.7

### Patch Changes

- [#28](https://github.com/prevwong/reka.js/pull/28) [`c461d56`](https://github.com/prevwong/reka.js/commit/c461d562302e6139726c2964490d4a819c57d879) Thanks [@prevwong](https://github.com/prevwong)! - feat: add meta prop to ASTNode

## 0.1.6

### 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.6",
"version": "0.1.7",
"description": "Create and manage Reka data types",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down

1 comment on commit 3aac6a3

@vercel
Copy link

@vercel vercel bot commented on 3aac6a3 May 13, 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.