Skip to content

Commit da38cf9

Browse files
chore(packages): publish packages (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c4ebb9 commit da38cf9

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

.changeset/dark-fans-attend.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/twelve-sloths-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/og/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cf-wasm/og
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [`1b169f8`](https://github.com/fineshopdesign/cf-wasm/commit/1b169f8b405c61a2a83bcd1f0e25064bcf587d94) Thanks [@kumardeo](https://github.com/kumardeo)! - chore: use inline modules for `.bin` and `.txt` modules
8+
9+
- [`b8f3b00`](https://github.com/fineshopdesign/cf-wasm/commit/b8f3b0074e82e1685118f01ef35c4ca7ec94b6ab) Thanks [@kumardeo](https://github.com/kumardeo)! - refactor: explicit return type wherever possible
10+
311
## 0.3.3
412

513
### Patch Changes

packages/og/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cf-wasm/og",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": false,
55
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser.",
66
"keywords": [

packages/quickjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cf-wasm/quickjs
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [`1b169f8`](https://github.com/fineshopdesign/cf-wasm/commit/1b169f8b405c61a2a83bcd1f0e25064bcf587d94) Thanks [@kumardeo](https://github.com/kumardeo)! - chore: use inline modules for `.bin` and `.txt` modules
8+
39
## 0.2.3
410

511
### Patch Changes

packages/quickjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cf-wasm/quickjs",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": false,
55
"description": "QuickJS",
66
"keywords": [],

0 commit comments

Comments
 (0)