Skip to content

Commit

Permalink
Merge branch 'main' into dj/post-url
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github authored May 2, 2024
2 parents f9e2098 + d2b6b2e commit 2287460
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
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.1

### Patch Changes

- Updated dependencies [b999468]
- @open-frames/proxy-types@0.2.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"type": "module",
"module": "dist/index.js",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-frames/proxy

## 0.2.2

### Patch Changes

- Updated dependencies [b999468]
- @open-frames/proxy-types@0.2.1

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.1

### Patch Changes

- b999468: Fixed return type for image ratio

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"types": "dist/index.d.ts",
"packageManager": "[email protected]",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type PostRedirectResponse = {

export type OpenFrameImage = {
content: string;
aspectRatio?: '1.91.1' | '1:1';
aspectRatio?: '1.91:1' | '1:1';
alt?: string;
};

Expand Down

0 comments on commit 2287460

Please sign in to comment.