Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Mar 1, 2024
1 parent 6d5c784 commit 6a5d56e
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.5.0](https://github.com/apptension/aws-boilerplate/compare/2.4.2...2.5.0) (2024-03-01)

### Features

- [#479](https://github.com/apptension/aws-boilerplate/issues/479) Introduce CI mode ([#482](https://github.com/apptension/aws-boilerplate/issues/482)) ([d4d5d04](https://github.com/apptension/aws-boilerplate/commit/d4d5d042dd848d97a2bd385afdaf8d24ae83b23b))

### Bug Fixes

- [#449](https://github.com/apptension/aws-boilerplate/issues/449) Ensure that docker volume is created when running docs locally ([#487](https://github.com/apptension/aws-boilerplate/issues/487)) ([224d936](https://github.com/apptension/aws-boilerplate/commit/224d9366f4ccd5e0c08d689235d0ef6601d9cc53))
- [#458](https://github.com/apptension/aws-boilerplate/issues/458) Fix sending emails on local env and replace Mailcatcher image ([#476](https://github.com/apptension/aws-boilerplate/issues/476)) ([dc6a710](https://github.com/apptension/aws-boilerplate/commit/dc6a7107c26b0bd92863e9976753ae6003068ee7))
- [#458](https://github.com/apptension/aws-boilerplate/issues/458) Workers docker issues ([#484](https://github.com/apptension/aws-boilerplate/issues/484)) ([652bd40](https://github.com/apptension/aws-boilerplate/commit/652bd409bb20c6cef5660126639c1d1e6a65699f))
- [#478](https://github.com/apptension/aws-boilerplate/issues/478) Fix CI pipeline failing on version upload step when tools are disabled (status dashboard stack is not deployed) ([#481](https://github.com/apptension/aws-boilerplate/issues/481)) ([d50c53b](https://github.com/apptension/aws-boilerplate/commit/d50c53bb913e89acb1b3e7b5d140d034bd81d51d))
- [#489](https://github.com/apptension/aws-boilerplate/issues/489) Fix missing envs in the emails, adjust env docs ([#490](https://github.com/apptension/aws-boilerplate/issues/490)) ([6d5c784](https://github.com/apptension/aws-boilerplate/commit/6d5c7843b80a6f3bd3fe0ee820123847c354704b))
- Change SonarCloud exclusions configuration ([#486](https://github.com/apptension/aws-boilerplate/issues/486)) ([900e086](https://github.com/apptension/aws-boilerplate/commit/900e086123343ba480b58d08ebf04c06d2e3daf6))
- Prevent NX from loading .env files when running CLI scripts. ([#477](https://github.com/apptension/aws-boilerplate/issues/477)) ([db0a868](https://github.com/apptension/aws-boilerplate/commit/db0a868605f181f7ec858f652fc82add88569a07))

### [2.4.2](https://github.com/apptension/aws-boilerplate/compare/2.4.1...2.4.2) (2024-02-09)

### 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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.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.4.2",
"version": "2.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6a5d56e

Please sign in to comment.