Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s) (#34)
Browse files Browse the repository at this point in the history
Releases:
  @open-frames/[email protected]
  @open-frames/[email protected]
  @open-frames/[email protected]

[skip ci]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 2, 2024
1 parent c164bdf commit 7e11c17
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-chefs-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-eyes-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-frames/proxy-client

## 0.3.2

### Patch Changes

- Updated dependencies [5bd1f1c]
- @open-frames/proxy-types@0.2.2

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-frames/proxy-client",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"module": "dist/index.js",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @open-frames/proxy

## 0.2.3

### Patch Changes

- f9e2098: account for button post_url in frameInfo
- Updated dependencies [5bd1f1c]
- @open-frames/proxy-types@0.2.2

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-frames/proxy",
"version": "0.2.2",
"version": "0.2.3",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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 @@
# @open-frames/proxy-types

## 0.2.2

### Patch Changes

- 5bd1f1c: add button result type

## 0.2.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": "@open-frames/proxy-types",
"version": "0.2.1",
"version": "0.2.2",
"types": "dist/index.d.ts",
"packageManager": "[email protected]",
"type": "module",
Expand Down

0 comments on commit 7e11c17

Please sign in to comment.