Skip to content

Commit ca3c0e0

Browse files
committed
Release v0.9.1
1 parent 6d64daf commit ca3c0e0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automatisch/backend",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "See LICENSE file",
55
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"prebuild": "rm -rf ./dist"
2323
},
2424
"dependencies": {
25-
"@automatisch/web": "^0.9.0",
25+
"@automatisch/web": "^0.9.1",
2626
"@bull-board/express": "^3.10.1",
2727
"@casl/ability": "^6.5.0",
2828
"@graphql-tools/graphql-file-loader": "^7.3.4",
@@ -110,7 +110,7 @@
110110
"url": "https://github.com/automatisch/automatisch/issues"
111111
},
112112
"devDependencies": {
113-
"@automatisch/types": "^0.9.0",
113+
"@automatisch/types": "^0.9.1",
114114
"@types/bcrypt": "^5.0.0",
115115
"@types/bull": "^3.15.8",
116116
"@types/cors": "^2.8.12",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automatisch/cli",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "See LICENSE file",
55
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
66
"contributors": [
@@ -33,7 +33,7 @@
3333
"version": "oclif readme && git add README.md"
3434
},
3535
"dependencies": {
36-
"@automatisch/backend": "^0.9.0",
36+
"@automatisch/backend": "^0.9.1",
3737
"@oclif/core": "^1",
3838
"@oclif/plugin-help": "^5",
3939
"@oclif/plugin-plugins": "^2.0.1",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automatisch/docs",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "See LICENSE file",
55
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
66
"private": true,

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automatisch/e2e-tests",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "See LICENSE file",
55
"private": true,
66
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automatisch/types",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "See LICENSE file",
55
"description": "Type definitions for automatisch",
66
"homepage": "https://github.com/automatisch/automatisch",

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@automatisch/web",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "See LICENSE file",
55
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
66
"dependencies": {
77
"@apollo/client": "^3.6.9",
8-
"@automatisch/types": "^0.9.0",
8+
"@automatisch/types": "^0.9.1",
99
"@casl/ability": "^6.5.0",
1010
"@casl/react": "^3.1.0",
1111
"@emotion/react": "^11.4.1",

0 commit comments

Comments
 (0)