Skip to content

Commit e61aaaa

Browse files
authored
Fixing breeze (#19417)
1 parent b144fc9 commit e61aaaa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/breeze/actions/create-project/create-project.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "breeze-create-project",
55
name: "Create Project",
66
description: "Establishes a new project in breeze. [See documentation](https://www.breeze.pm/api#:~:text=Create%20a%20project)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,
@@ -15,7 +15,7 @@ export default {
1515
breeze,
1616
workspaceId: {
1717
propDefinition: [
18-
"breeze",
18+
breeze,
1919
"workspaceId",
2020
],
2121
},

components/breeze/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/breeze",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream breeze Components",
55
"main": "breeze.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)