Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Aug 10, 2023
1 parent 57d9e79 commit b28e327
Show file tree
Hide file tree
Showing 23 changed files with 39 additions and 22 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.3](https://github.com/apptension/aws-boilerplate/compare/2.0.2...2.0.3) (2023-08-10)

### Bug Fixes

- [#293](https://github.com/apptension/aws-boilerplate/issues/293) Fix different avatars of one user in the notification widget ([#375](https://github.com/apptension/aws-boilerplate/issues/375)) ([8972594](https://github.com/apptension/aws-boilerplate/commit/897259404b8a6baabd0c67d03a5c9dda3d279858))
- [#328](https://github.com/apptension/aws-boilerplate/issues/328) Fix sign-up returns validation error on installation without env variables ([#374](https://github.com/apptension/aws-boilerplate/issues/374)) ([9b65dd9](https://github.com/apptension/aws-boilerplate/commit/9b65dd9907a0ddc5b1c35734f04f635400979646))
- [#353](https://github.com/apptension/aws-boilerplate/issues/353) Fix missing logo in emails ([#366](https://github.com/apptension/aws-boilerplate/issues/366)) ([a8406e3](https://github.com/apptension/aws-boilerplate/commit/a8406e3adb4523c65f8d5bdcea6fbf8b33974855))
- [#362](https://github.com/apptension/aws-boilerplate/issues/362) Update python runtime version in workers to 3.11 ([#369](https://github.com/apptension/aws-boilerplate/issues/369)) ([6a74062](https://github.com/apptension/aws-boilerplate/commit/6a74062a8a23c0c5729bf5c1d3e7d7dc45e5c6f1))
- `extract-intl` script not working as expected ([#339](https://github.com/apptension/aws-boilerplate/issues/339)) ([e1d8479](https://github.com/apptension/aws-boilerplate/commit/e1d847943044c74b89ee166b2228f0532d3e2937))
- Allow running nx run webapp:graphql:download-schema if the contentful env vars are not set ([#354](https://github.com/apptension/aws-boilerplate/issues/354)) ([3347aa1](https://github.com/apptension/aws-boilerplate/commit/3347aa1cc739802a3eacc2f1bada9b9ff73a6816))
- Clear cached cursors if current page end cursor is in cached… ([#368](https://github.com/apptension/aws-boilerplate/issues/368)) ([ad8382b](https://github.com/apptension/aws-boilerplate/commit/ad8382b900a43cb79347169405bcb305b15f1ad3)), closes [#365](https://github.com/apptension/aws-boilerplate/issues/365)
- Fix documentation error for form-with-mutation.mdx ([#355](https://github.com/apptension/aws-boilerplate/issues/355)) ([cae7fd8](https://github.com/apptension/aws-boilerplate/commit/cae7fd809e13ae09250d8c69895947e7e7db7285))
- Fix download-graphql-schema.sh in webapp-api-client and webapp-contentful ([#350](https://github.com/apptension/aws-boilerplate/issues/350)) ([3a8fab6](https://github.com/apptension/aws-boilerplate/commit/3a8fab6d52719902157f20c7f0a3085ecf8ef26c))
- refetch crud item after add mutation ([#361](https://github.com/apptension/aws-boilerplate/issues/361)) ([f0c1131](https://github.com/apptension/aws-boilerplate/commit/f0c11317f8a04e9f6283cf32efb5356a0d06f93a)), closes [#351](https://github.com/apptension/aws-boilerplate/issues/351)
- Remove unused e2e-tests container from docker-compose.yml ([#376](https://github.com/apptension/aws-boilerplate/issues/376)) ([57d9e79](https://github.com/apptension/aws-boilerplate/commit/57d9e793ae40cd0b3b895ef050e6bc4aa0a3d227))
- Use local nx installation by running it through pnpm in all scripts and make rules ([#352](https://github.com/apptension/aws-boilerplate/issues/352)) ([e910640](https://github.com/apptension/aws-boilerplate/commit/e9106400cfdb5556ece808422fa41a857603d223))

### [2.0.2](https://github.com/apptension/aws-boilerplate/compare/2.0.1...2.0.2) (2023-07-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sb",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/backend",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {
"cdk:deploy:api": "cdk deploy *ApiStack",
"diff:api": "cdk diff *ApiStack",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentful",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"license": "UNLICENSED",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/infra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/infra-core",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"build": "tsc --project tsconfig.lib.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/infra-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/infra-functions",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "handler.js",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/infra-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/infra-shared",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"bootstrap": "cdk deploy sb-bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/core",
"version": "2.0.2",
"version": "2.0.3",
"devDependencies": {
"env-cmd": "^10.1.0",
"envalid": "^7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"docusaurus": "nx exec -- docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/local-ws-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local-ws-server",
"version": "2.0.2",
"version": "2.0.3",
"description": "WebSocket Server for local development",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/status-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "status-dashboard",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"deploy": "cdk deploy *StatusDashboardStack",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/tools",
"version": "2.0.2",
"version": "2.0.3",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-api-client",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-contentful",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-core",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-crud-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-crud-demo",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-documents",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-emails/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-emails",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"build": "pnpm nx run build-for-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-finances/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-finances",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-generative-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-generative-ai",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-notifications",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"build": "pnpm nx run build-with-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workers",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b28e327

Please sign in to comment.