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 4, 2023
2 parents 35de7ba + 3bb3950 commit 75d92ba
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 8 deletions.
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.6](https://github.com/bespoke-surf/bespoke/compare/v0.2.5...v0.2.6) (2023-07-04)

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





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

**Note:** Version bump only for package bespoke
Expand Down
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<strong>
<h3 align="center">Open Source Personalized Marketing Platform.</h3></strong>
<p align="center">Combining best parts of Mailchimp, Kalvioy's automation, Substack's newsletter and Typeform for surveys.</p>
<p align="center">Combining best parts of Mailchimp, Kalviyo's automation, Substack's newsletter and Typeform for surveys.</p>
<p align="center"><a href="https://bespoke.surf">Bespoke Cloud</a> · <a href="https://bespoke-api.readme.io/reference">API Reference</a></p>

<p align="center">
Expand All @@ -30,7 +30,7 @@
<div align="center">
</div>
<p>
Bespoke's mission is to gather information about the customer and do personalized content recommendations.
Bespoke's mission is to gather information about the customer and do personalized targetting.

We gather customer data through various means, including API's, behavioral intent, surveys and integrations with platforms for data ingestion. Recommendations are delivered via Automations and Campaigns.</p>

Expand Down
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.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





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

**Note:** Version bump only for package @bespoke/web
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.5",
"version": "0.2.6",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@bespoke/common": "^0.2.5",
"@bespoke/common": "^0.2.6",
"@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.5",
"version": "0.2.6",
"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.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





## [0.2.5](https://github.com/bespoke-surf/bespoke/compare/v0.2.4...v0.2.5) (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.5",
"version": "0.2.6",
"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.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





## [0.2.5](https://github.com/bespoke-surf/bespoke/compare/v0.2.4...v0.2.5) (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.5",
"version": "0.2.6",
"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.5",
"@bespoke/common": "^0.2.6",
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@casl/ability": "^6.5.0",
Expand Down

0 comments on commit 75d92ba

Please sign in to comment.