Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 2, 2024
1 parent 4665d3f commit a084d2e
Show file tree
Hide file tree
Showing 24 changed files with 42 additions and 23 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

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

### Features

- add redirection to previous page after login ([#560](https://github.com/apptension/saas-boilerplate/issues/560)) ([423afdc](https://github.com/apptension/saas-boilerplate/commit/423afdc385e46e82eb05fcd50f630b4af67e4c53))

### Bug Fixes

- [#443](https://github.com/apptension/saas-boilerplate/issues/443) Fix pagination issues ([#577](https://github.com/apptension/saas-boilerplate/issues/577)) ([e1963fd](https://github.com/apptension/saas-boilerplate/commit/e1963fd1eed89176065ee8e420e9509f30aa957c))
- [#587](https://github.com/apptension/saas-boilerplate/issues/587) Fix CLI telemetry opt-out ([#589](https://github.com/apptension/saas-boilerplate/issues/589)) ([29675d9](https://github.com/apptension/saas-boilerplate/commit/29675d9c6ced954f6939171ff3ce4053d9d9e69e))
- docker volume recreate ([#576](https://github.com/apptension/saas-boilerplate/issues/576)) ([80110fe](https://github.com/apptension/saas-boilerplate/commit/80110fe7fb8be58abf525906bdda3d72d11407e5))

### Dependencies

- [#568](https://github.com/apptension/saas-boilerplate/issues/568) Update Postgres version to 16.1 ([#573](https://github.com/apptension/saas-boilerplate/issues/573)) ([04c6757](https://github.com/apptension/saas-boilerplate/commit/04c6757aad304a0829397293cec573e6a34677f4))
- Update eslint to 9.3.0 ([#578](https://github.com/apptension/saas-boilerplate/issues/578)) ([b610ad3](https://github.com/apptension/saas-boilerplate/commit/b610ad3aaf7ec219adf2ad895947b39d1ccf0d4e))
- Update webapp package ([#583](https://github.com/apptension/saas-boilerplate/issues/583)) ([bd60f8d](https://github.com/apptension/saas-boilerplate/commit/bd60f8dc505437830dfc62d05bff59cbc0de9557))
- Upgrade django to version 5 ([#582](https://github.com/apptension/saas-boilerplate/issues/582)) ([4665d3f](https://github.com/apptension/saas-boilerplate/commit/4665d3fcc53590869bb9fca47f6fd95cf3341ada))

## [3.0.0](https://github.com/apptension/saas-boilerplate/compare/2.6.1...3.0.0) (2024-05-22)

### ⚠ 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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"description": "SaaS Boilerplate CLI",
"author": "Patryk Ziemkowski pziemkowski@apptension.com",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a084d2e

Please sign in to comment.