Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Sep 20, 2024
1 parent 3e89b15 commit 3fd7b7a
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 22 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [4.1.0](https://github.com/apptension/saas-boilerplate/compare/4.0.0...4.1.0) (2024-09-20)

### Features

- [#611](https://github.com/apptension/saas-boilerplate/issues/611) Remove AWS CodeCommit from stack ([#619](https://github.com/apptension/saas-boilerplate/issues/619)) ([751bb99](https://github.com/apptension/saas-boilerplate/commit/751bb99a9e7fc6111130991d1775e5142004863e))

### Bug Fixes

- [#601](https://github.com/apptension/saas-boilerplate/issues/601) Fix copy inconsistency ([#609](https://github.com/apptension/saas-boilerplate/issues/609)) ([d34eab4](https://github.com/apptension/saas-boilerplate/commit/d34eab413f3be03ceb6ac7843b7c3c363562b282))
- [#604](https://github.com/apptension/saas-boilerplate/issues/604) Fix user export ([#606](https://github.com/apptension/saas-boilerplate/issues/606)) ([8725584](https://github.com/apptension/saas-boilerplate/commit/8725584e0cb9dcf9b8255b597a5c72a1f1096bdc))
- Change `docker-compose` calls to `docker compose` ([#613](https://github.com/apptension/saas-boilerplate/issues/613)) ([26e3cf5](https://github.com/apptension/saas-boilerplate/commit/26e3cf558a1b58514dd29cab18ed6be0c7a0d155))
- Fix invalid docs formatting ([#614](https://github.com/apptension/saas-boilerplate/issues/614)) ([cf0e826](https://github.com/apptension/saas-boilerplate/commit/cf0e8262398d8f26509d413217c72a4c694c8907))

## [4.0.0](https://github.com/apptension/saas-boilerplate/compare/3.0.1...4.0.0) (2024-07-11)

### ⚠ BREAKING CHANGES
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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"scripts": {
"lint:js": "eslint ."
},
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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"type": "commonjs",
"scripts": {
"build": "tsc --project tsconfig.lib.json"
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": "4.0.0",
"version": "4.1.0",
"type": "commonjs",
"scripts": {
"build": "tsc --project tsconfig.lib.json"
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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"private": true,
"scripts": {
"docusaurus": "nx exec -- docusaurus",
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": "4.0.0",
"version": "4.1.0",
"private": true,
"scripts": {},
"dependencies": {
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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-tenants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb/webapp-tenants",
"version": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3fd7b7a

Please sign in to comment.