Skip to content

Commit

Permalink
[ci] release (#113)
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 Sep 30, 2024
1 parent 794b12e commit e9177a5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-hats-own.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 0.1.26

### Patch Changes

- Updated dependencies [794b12e]
- @3loop/transaction-interpreter@0.8.0

## 0.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.25",
"version": "0.1.26",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/transaction-interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @3loop/transaction-interpreter

## 0.8.0

### Minor Changes

- 794b12e: Add interpreter that uses eval. Can be used if the code which is run is known safe ahead. Using this interpreter mode will be faster and use less memory, at the cost of requiring that the code is safe. Example of safe code is one that is stored directly in the code and not loaded from a remote environment.

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-interpreter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3loop/transaction-interpreter",
"version": "0.7.1",
"version": "0.8.0",
"description": "",
"license": "GPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit e9177a5

Please sign in to comment.