Skip to content

Commit

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

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.4.0](https://github.com/apptension/aws-boilerplate/compare/2.3.0...2.4.0) (2023-11-24)

### Features

- Add a waiting mechanism to `saas up` CLI command to wait for backend to start before starting web app dev server ([#420](https://github.com/apptension/aws-boilerplate/issues/420)) ([2c542ac](https://github.com/apptension/aws-boilerplate/commit/2c542ac8c31ec8e3f44e85fe8219dad351eadec2))
- Refactor pull through cache usage and add docker mirror to AWS for segment/chamber image ([#414](https://github.com/apptension/aws-boilerplate/issues/414)) ([f530506](https://github.com/apptension/aws-boilerplate/commit/f530506afb74726fea74b69c2d8f85d3280fa0c7))

### Bug Fixes

- Add chmod +x for the runtime scripts in backend Dockerfile ([#432](https://github.com/apptension/aws-boilerplate/issues/432)) ([2298b90](https://github.com/apptension/aws-boilerplate/commit/2298b90c7a6cfba2b0e8feedcd527748184c78c8))
- App deployment from local repository ([#431](https://github.com/apptension/aws-boilerplate/issues/431)) ([cf292bd](https://github.com/apptension/aws-boilerplate/commit/cf292bd6964f645417f3b6085241847044688f97))
- HMR not working for the components outside the webapp directory ([#434](https://github.com/apptension/aws-boilerplate/issues/434)) ([9791d58](https://github.com/apptension/aws-boilerplate/commit/9791d58f2eeaf23cf3aa608d3ace22b84c78ef2c))
- Invalid logo version ([#436](https://github.com/apptension/aws-boilerplate/issues/436)) ([f0044d4](https://github.com/apptension/aws-boilerplate/commit/f0044d480687e43debed8d0630b5691202abda37))
- Prevent API stack from throwing error during deployment when user does not define all domains. ([#421](https://github.com/apptension/aws-boilerplate/issues/421)) ([b6ade66](https://github.com/apptension/aws-boilerplate/commit/b6ade66076cd15f7ec791447c7bd5cf488250bd7))
- Websocket connection error on AWS env ([#435](https://github.com/apptension/aws-boilerplate/issues/435)) ([28abdcc](https://github.com/apptension/aws-boilerplate/commit/28abdcca906d022f2f443b8ff73dc796ae7bd601))

## [2.3.0](https://github.com/apptension/saas-boilerplate/compare/2.2.2...2.3.0) (2023-10-06)

### 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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"type": "commonjs",
"scripts": {
"bootstrap": "cdk -a \"ts-node --project tsconfig.lib.json -r tsconfig-paths/register src/bootstrap.ts\" deploy sb-bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/cli",
"version": "2.3.0",
"version": "2.4.0",
"description": "SaaS Boilerplate CLI",
"author": "Patryk Ziemkowski [email protected]",
"bin": {
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.3.0",
"version": "2.4.0",
"devDependencies": {
"dotenv": "^16.3.1",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"type": "commonjs",
"scripts": {
"test": "jest",
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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"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.3.0",
"version": "2.4.0",
"private": true,
"scripts": {
"extract-intl": "formatjs extract 'src/**/!(*.d).(js|jsx|ts|tsx)' '../webapp-libs/*/src/**/!(*.d).(js|jsx|ts|tsx)' --id-interpolation-pattern '[sha512:contenthash:base64:6]' --out-file ../webapp-libs/webapp-core/src/translations/en.json --ignore src/tests/mocks/** --ignore ../webapp-libs/*src/tests/mocks/**",
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.3.0",
"version": "2.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cb12715

Please sign in to comment.