Skip to content

Commit c78beda

Browse files
committed
chore: release packages (#1158)
Synced from sferarc/pgbeam@d5c129f
1 parent cd90c9f commit c78beda

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pgbeam/pulumi
22

3+
## 0.1.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [642b681]
8+
- pgbeam@0.3.9
9+
310
## 0.1.18
411

512
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgbeam/pulumi",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "Pulumi provider for PgBeam — manage projects, databases, replicas, domains, and cache rules as infrastructure",
55
"type": "module",
66
"exports": {
@@ -40,7 +40,7 @@
4040
"prepublishOnly": "pnpm build"
4141
},
4242
"dependencies": {
43-
"pgbeam": "^0.3.8"
43+
"pgbeam": "^0.3.9"
4444
},
4545
"peerDependencies": {
4646
"@pulumi/pulumi": "catalog:peers"

0 commit comments

Comments
 (0)