Skip to content

Commit

Permalink
chore(release): 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Feb 9, 2024
1 parent 797e0f8 commit 33a6d05
Show file tree
Hide file tree
Showing 24 changed files with 35 additions and 23 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2](https://github.com/apptension/aws-boilerplate/compare/2.4.1...2.4.2) (2024-02-09)

### Features

- [#196](https://github.com/apptension/aws-boilerplate/issues/196) Migrate polling AWS CodePipeline to use event-based change detection ([#473](https://github.com/apptension/aws-boilerplate/issues/473)) ([4c8ccc5](https://github.com/apptension/aws-boilerplate/commit/4c8ccc5b679d0c970a67d6e0b92414b1bef83251))

### Bug Fixes

- Freeze awscli version to 1.32.24 in backend Dockerfile ([#455](https://github.com/apptension/aws-boilerplate/issues/455)) ([54b7a25](https://github.com/apptension/aws-boilerplate/commit/54b7a25bc52c553ef7273823ef1cbc871ccf30d1))
- Precommit hook failing on initial commit without NX graph generated ([#456](https://github.com/apptension/aws-boilerplate/issues/456)) ([9bad656](https://github.com/apptension/aws-boilerplate/commit/9bad65612c30d7fd68d3c67f4e7070d46ee5c41b))
- saas backed secrets command unknown --entrypoint flag ([#452](https://github.com/apptension/aws-boilerplate/issues/452)) ([0b62d6f](https://github.com/apptension/aws-boilerplate/commit/0b62d6ffe0b87dbc5a06bf6ef2cfbde82e4accbb))

### [2.4.1](https://github.com/apptension/aws-boilerplate/compare/2.4.0...2.4.1) (2023-12-05)

### Bug Fixes
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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 33a6d05

Please sign in to comment.