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

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zifahm committed Jul 5, 2023
1 parent 434dffe commit def1891
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 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.9](https://github.com/bespoke-surf/bespoke/compare/v0.2.8...v0.2.9) (2023-07-05)

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





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

**Note:** Version bump only for package bespoke
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.9](https://github.com/bespoke-surf/bespoke/compare/v0.2.8...v0.2.9) (2023-07-05)

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





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

**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.8",
"version": "0.2.9",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@bespoke/common": "^0.2.8",
"@bespoke/common": "^0.2.9",
"@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.8",
"version": "0.2.9",
"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.9](https://github.com/bespoke-surf/bespoke/compare/v0.2.8...v0.2.9) (2023-07-05)

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





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

**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.8",
"version": "0.2.9",
"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.9](https://github.com/bespoke-surf/bespoke/compare/v0.2.8...v0.2.9) (2023-07-05)

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





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

**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.8",
"version": "0.2.9",
"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.8",
"@bespoke/common": "^0.2.9",
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@casl/ability": "^6.5.0",
Expand Down

0 comments on commit def1891

Please sign in to comment.