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 cf6ba59 + 4882c7c commit 35de7ba
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: 🐛 Bug Report
description: Something is wrong with Besppoke.
labels:
- "bug:unverified"
body:
- type: markdown
attributes:
value: |
Thank you for helping to improve Bespoke!
- type: input
attributes:
label: What version of Bespoke are you using?
Expand Down
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
👋 Hey, thanks for your interest in contributing to Bespoke!
If this is a simple docs change, go ahead and delete all this.
**Please ask first before starting work on any significant new features.**
It's never a fun experience to have your pull request declined after investing a
lot of time and effort into a new feature. To avoid this from happening, we
request that contributors create a
[Feature Request discussion](https://github.com/bespoke-surf/bespoke/discussions/categories/ideas)
to first discuss any significant new features.
https://github.com/remix-run/remix/blob/main/CONTRIBUTING.md
Please fill in or delete each item below:
-->

Closes: #

- [ ] Docs
- [ ] Tests

Testing Strategy:

<!--
Please explain how you tested this. For example:
> This test covers this code: <link to test>
-->
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.5](https://github.com/bespoke-surf/bespoke/compare/v0.2.4...v0.2.5) (2023-07-04)

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





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

**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.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





## [0.2.4](https://github.com/bespoke-surf/bespoke/compare/v0.2.3...v0.2.4) (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.4",
"version": "0.2.5",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@bespoke/common": "^0.2.4",
"@bespoke/common": "^0.2.5",
"@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.4",
"version": "0.2.5",
"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.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





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





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

0 comments on commit 35de7ba

Please sign in to comment.