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

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zifahm committed Jul 3, 2023
1 parent 7a56c7f commit e8f8d9f
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/bespoke-surf/bespoke/compare/v0.2.0...v0.2.1) (2023-07-03)


### Bug Fixes

* **server:** subscription rewards and templates seed ([409a683](https://github.com/bespoke-surf/bespoke/commit/409a683e37bdc35b420551849cb8fa9adf449155))





# [0.2.0](https://github.com/bespoke-surf/bespoke/compare/v0.1.0...v0.2.0) (2023-07-02)


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.1](https://github.com/bespoke-surf/bespoke/compare/v0.2.0...v0.2.1) (2023-07-03)

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





# [0.2.0](https://github.com/bespoke-surf/bespoke/compare/v0.1.0...v0.2.0) (2023-07-02)


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.0",
"version": "0.2.1",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@bespoke/common": "^0.2.0",
"@bespoke/common": "^0.2.1",
"@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.0",
"version": "0.2.1",
"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.1](https://github.com/bespoke-surf/bespoke/compare/v0.2.0...v0.2.1) (2023-07-03)

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





# [0.2.0](https://github.com/bespoke-surf/bespoke/compare/v0.1.0...v0.2.0) (2023-07-02)

**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.0",
"version": "0.2.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/bespoke-surf/bespoke/compare/v0.2.0...v0.2.1) (2023-07-03)


### Bug Fixes

* **server:** subscription rewards and templates seed ([409a683](https://github.com/bespoke-surf/bespoke/commit/409a683e37bdc35b420551849cb8fa9adf449155))





# [0.2.0](https://github.com/bespoke-surf/bespoke/compare/v0.1.0...v0.2.0) (2023-07-02)


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.0",
"version": "0.2.1",
"private": true,
"scripts": {
"prebuild": "rimraf dist",
Expand All @@ -26,7 +26,7 @@
"@apollo/server": "^4.7.5",
"@aws-sdk/client-ses": "^3.363.0",
"@aws-sdk/credential-provider-node": "^3.363.0",
"@bespoke/common": "^0.2.0",
"@bespoke/common": "^0.2.1",
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@casl/ability": "^6.5.0",
Expand Down

0 comments on commit e8f8d9f

Please sign in to comment.