Skip to content

Commit 8c06477

Browse files
Version Packages (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a7e132 commit 8c06477

14 files changed

+55
-19
lines changed

.changeset/thick-actors-prove.md

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

pkgs/cli/CHANGELOG.md

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

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3a7e132: Do not build edge-worker for npm
8+
- Updated dependencies [3a7e132]
9+
- @pgflow/core@0.1.18
10+
311
## 0.1.17
412

513
### Patch Changes

pkgs/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgflow",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"type": "module",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

pkgs/core/CHANGELOG.md

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

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3a7e132: Do not build edge-worker for npm
8+
- Updated dependencies [3a7e132]
9+
- @pgflow/dsl@0.1.18
10+
311
## 0.1.17
412

513
### Patch Changes

pkgs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/core",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"license": "AGPL-3.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/dsl/CHANGELOG.md

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

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3a7e132: Do not build edge-worker for npm
8+
39
## 0.1.17
410

511
### Patch Changes

pkgs/dsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/dsl",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

pkgs/edge-worker/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pgflow/edge-worker
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3a7e132: Do not build edge-worker for npm
8+
- Updated dependencies [3a7e132]
9+
- @pgflow/core@0.1.18
10+
- @pgflow/dsl@0.1.18
11+
312
## 0.1.17
413

514
### Patch Changes

pkgs/edge-worker/jsr.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pgflow/edge-worker",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"license": "AGPL-3.0",
55
"exports": "./src/index.ts",
66
"imports": {
77
"@henrygd/queue": "jsr:@henrygd/queue@^1.0.7",
88
"postgres": "npm:postgres@3.4.5",
9-
"@pgflow/core": "npm:@pgflow/core@0.1.17",
10-
"@pgflow/dsl": "npm:@pgflow/dsl@0.1.17"
9+
"@pgflow/core": "npm:@pgflow/core@0.1.18",
10+
"@pgflow/dsl": "npm:@pgflow/dsl@0.1.18"
1111
},
1212
"publish": {
1313
"include": [

pkgs/edge-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/edge-worker",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"license": "AGPL-3.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/example-flows/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pgflow/example-flows
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3a7e132: Do not build edge-worker for npm
8+
- Updated dependencies [3a7e132]
9+
- @pgflow/core@0.1.18
10+
- @pgflow/dsl@0.1.18
11+
312
## 0.1.17
413

514
### Patch Changes

pkgs/example-flows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/example-flows",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"dependencies": {
55
"@pgflow/core": "workspace:*",
66
"@pgflow/dsl": "workspace:*"

pkgs/website/CHANGELOG.md

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

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3a7e132: Do not build edge-worker for npm
8+
39
## 0.1.17
410

511
### Patch Changes

pkgs/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pgflow/website",
33
"type": "module",
4-
"version": "0.1.17",
4+
"version": "0.1.18",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)