Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zifahm committed Jul 5, 2023
2 parents 75d92ba + d9e1930 commit 1ac5b85
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 148 deletions.
115 changes: 0 additions & 115 deletions BUSINESS_LICENSE.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/bespoke-surf/bespoke/compare/v0.2.6...v0.2.7) (2023-07-05)

**Note:** Version bump only for package bespoke





## [0.2.6](https://github.com/bespoke-surf/bespoke/compare/v0.2.5...v0.2.6) (2023-07-04)

**Note:** Version bump only for package bespoke
Expand Down
9 changes: 0 additions & 9 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
> Please look at BUSINESS_LICENCE for the usage of the software when the
> environment variable used to run the software is set to "false" for OPEN_SOURCE
**This license only affects the usage of the software if the environment
variable used to run the software is set to "true" for "OPEN_SOURCE"**

MIT License

Copyright (c) 2023 Bespoke
Expand All @@ -25,6 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Additionally, this license only affects the usage of the software if the environment
variable used to run the software is set to "true" for "OPEN_SOURCE".
31 changes: 18 additions & 13 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,26 @@ We gather customer data through various means, including API's, behavioral inten

> For full feature breakdown see Bespoke Cloud [Pricing Page](https://bespoke.surf/pricing)
## Documentation
## Documentation & Links

- [API Reference](https://bespoke-api.readme.io/reference/introduction-to-bespoke) for Bespoke REST API
- Details about Bespoke's [Suppression](https://bespoke-api.readme.io/reference/supression-hit-tier) process

## Quick Links

- 🆘 Join
- Join
[Discord](https://discord.gg/h8gekTtq)
to talk to devs
- 💡 Suggest
- Suggest
[Feature and Integration Requests](https://feedback.bespoke.surf).
- 🐛 Open a [GitHub issue](https://github.com/bespoke-surf/bespoke/issues) to
- Open a [GitHub issue](https://github.com/bespoke-surf/bespoke/issues) to
report a bug.

## OpenAPI and Postman

Experience seamless integration with Bespoke's OpenAPI and Postman. Explore our latest OpenAPI specification.

For quick and convenient interaction with our APIs, import the [OpenAPI spec](https://github.com/bespoke-surf/openapi/tree/main) into your preferred API tool, such as Postman. This will enable you to immediately begin working with our new APIs.

To further simplify your workflow, we have created a dedicated [Postman Workspace](https://www.postman.com/bespoke-surf/workspace/bespoke-developers). By visiting our Postman Workspace, you will have access to our latest collection of requests, along with the comprehensive API definitions.

## Developing Bespoke

1. Clone this repository
Expand Down Expand Up @@ -185,6 +190,10 @@ We need to create a new configuration set and add the SNS subscription as the de
For the `SES_SENDING_RATE` env variable, you can get the value from the SES dashboard.
### OPEN_SOURCE=true
To get unlimited contacts and to send emails with no restriction and to create unlimited signup-forms, please set `OPEN_SOURCE=true`
### Unlayer Project Id & Unlayer Secret
Let's setup [Unlayer](https://unlayer.com/embed) for Signup-Forms and Email templates to work
Expand Down Expand Up @@ -218,10 +227,6 @@ If you have any questions about Bespoke, would like to discuss a bug report, or
Bespoke engineers are checking this regularly.
### License
Bespoke is [MIT licensed](https://github.com/bespoke-surf/bespoke/blob/main/LICENSE.md) for env variabe `OPEN_SOURCE=true`
Bespoke Cloud is [Business Source Licenced](https://github.com/bespoke-surf/bespoke/blob/main/BUSINESS_LICENSE.md) for env variable `OPEN_SOURCE=false`
## License
⚠️ You will be violating our [Business Source Licence](https://github.com/bespoke-surf/bespoke/blob/main/BUSINESS_LICENSE.md) if you have the environment variable `OPEN_SOURCE=false`
Bespoke is [MIT licensed](https://github.com/bespoke-surf/bespoke/blob/main/LICENSE.md)
8 changes: 8 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/bespoke-surf/bespoke/compare/v0.2.6...v0.2.7) (2023-07-05)

**Note:** Version bump only for package @bespoke/web





## [0.2.6](https://github.com/bespoke-surf/bespoke/compare/v0.2.5...v0.2.6) (2023-07-04)

**Note:** Version bump only for package @bespoke/web
Expand Down
8 changes: 4 additions & 4 deletions apps/web/app/routes/index/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export default function LandingPage() {
href: "/signup",
}}
secondaryAction={{
label: "Github",
accessibilityLabel: "Github",
href: "https://github.com/bespoke-surf/bespoke",
label: "Guide",
accessibilityLabel: "Guide",
href: "https://github.com/bespoke-surf/bespoke#deploying-bespoke",
}}
/>
)}
Expand All @@ -48,7 +48,7 @@ export default function LandingPage() {
title="Personalization Frontier"
primaryAction={{
label: "Github",
accessibilityLabel: "Pricing",
accessibilityLabel: "Github",
href: "https://github.com/bespoke-surf/bespoke",
target: "blank",
}}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/routes/pricing/FreePlan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const FreePlanHosted = () => {
<Box />
<Button
text="Self Host Guide"
href=""
href="https://github.com/bespoke-surf/bespoke#deploying-bespoke"
role="link"
size="lg"
color="blue"
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bespoke/web",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@bespoke/common": "^0.2.6",
"@bespoke/common": "^0.2.7",
"@clayui/css": "^3.99.0",
"@clayui/slider": "^3.96.0",
"@lexical/code": "^0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"apps": [
"*"
],
"version": "0.2.6",
"version": "0.2.7",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/bespoke-surf/bespoke/compare/v0.2.6...v0.2.7) (2023-07-05)

**Note:** Version bump only for package @bespoke/common





## [0.2.6](https://github.com/bespoke-surf/bespoke/compare/v0.2.5...v0.2.6) (2023-07-04)

**Note:** Version bump only for package @bespoke/common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bespoke/common",
"version": "0.2.6",
"version": "0.2.7",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/bespoke-surf/bespoke/compare/v0.2.6...v0.2.7) (2023-07-05)

**Note:** Version bump only for package @bespoke/server





## [0.2.6](https://github.com/bespoke-surf/bespoke/compare/v0.2.5...v0.2.6) (2023-07-04)

**Note:** Version bump only for package @bespoke/server
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bespoke/server",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@apollo/utils.keyvadapter": "^3.0.0",
"@aws-sdk/client-ses": "^3.363.0",
"@aws-sdk/credential-provider-node": "^3.363.0",
"@bespoke/common": "^0.2.6",
"@bespoke/common": "^0.2.7",
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@casl/ability": "^6.5.0",
Expand Down

0 comments on commit 1ac5b85

Please sign in to comment.