Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
v1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 25, 2020
1 parent c687339 commit dde62bf
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.17.3",
"version": "1.17.4",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/react-saasify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-saasify",
"version": "1.17.3",
"version": "1.17.4",
"description": "React components for Saasify web clients.",
"author": "Saasify <dev@saasify.sh>",
"repository": "saasify-sh/saasify",
Expand Down Expand Up @@ -69,7 +69,7 @@
"react-syntax-highlighter": "^11.0.2",
"saasify-client": "^1.16.8",
"saasify-codegen": "^1.16.0",
"saasify-faas-sdk": "^1.17.3",
"saasify-faas-sdk": "^1.17.4",
"titleize": "^2.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/saasify-bulk-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saasify-bulk-deploy",
"version": "1.17.2",
"version": "1.17.4",
"description": "Bulk deployment utility for Saasify.",
"author": "Saasify <dev@saasify.sh>",
"repository": "saasify-sh/saasify",
Expand Down Expand Up @@ -39,7 +39,7 @@
"parse-json": "^5.0.0",
"pify": "^4.0.1",
"pluralize": "^8.0.0",
"saasify": "^1.17.2",
"saasify": "^1.17.4",
"semver": "^6.3.0",
"tempy": "^0.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/saasify-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saasify",
"version": "1.17.2",
"version": "1.17.4",
"description": "Developer CLI for Saasify. Saasify is the easiest way to launch your own SaaS.",
"main": "index.js",
"author": "Saasify <dev@saasify.sh>",
Expand Down
2 changes: 1 addition & 1 deletion packages/saasify-faas-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saasify-faas-sdk",
"version": "1.17.3",
"version": "1.17.4",
"description": "HTTP client for invoking Saasify FaaS.",
"main": "index.js",
"author": "Saasify <dev@saasify.sh>",
Expand Down
4 changes: 2 additions & 2 deletions packages/saasify-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saasify-sdk",
"version": "1.17.3",
"version": "1.17.4",
"description": "Client-side iframe embedding SDK for Saasify.",
"main": "index.js",
"author": "Saasify <dev@saasify.sh>",
Expand All @@ -22,7 +22,7 @@
"test": "ava -v"
},
"dependencies": {
"saasify-faas-sdk": "^1.17.3"
"saasify-faas-sdk": "^1.17.4"
},
"devDependencies": {
"ava": "^3.5.0"
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saasify-platform",
"version": "1.17.3",
"version": "1.17.4",
"private": true,
"description": "Saasify marketplace and platform website.",
"author": "Saasify <dev@saasify.sh>",
Expand Down Expand Up @@ -51,7 +51,7 @@
"react-hotkeys": "^2.0.0",
"react-motion": "^0.5.2",
"react-router-dom": "^5.1.2",
"react-saasify": "^1.17.3",
"react-saasify": "^1.17.4",
"react-sizeme": "^2.6.12",
"react-svg-morph": "^0.2.1",
"react-swipeable": "^5.5.1"
Expand Down

1 comment on commit dde62bf

@vercel
Copy link

@vercel vercel bot commented on dde62bf Mar 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.