Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 12, 2023
1 parent ac4c6cc commit b00282f
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 22 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.0.1](https://github.com/apptension/aws-boilerplate/compare/2.0.0...2.0.1) (2023-07-12)

### Features

- Adjust email look ([#317](https://github.com/apptension/aws-boilerplate/issues/317)) ([caeec56](https://github.com/apptension/aws-boilerplate/commit/caeec564dd60b6d5402e2c77e1b39c8d7515bd61))
- Community links ([#315](https://github.com/apptension/aws-boilerplate/issues/315)) ([63e4156](https://github.com/apptension/aws-boilerplate/commit/63e41561f485cf3da91bd285280058fad8a2f6a0))
- Update GitHub issue templates ([#316](https://github.com/apptension/aws-boilerplate/issues/316)) ([d40e0bd](https://github.com/apptension/aws-boilerplate/commit/d40e0bd929d49d122517a10f3ae6457dc845d8a1))
- Update logo / favicon / icon ([#324](https://github.com/apptension/aws-boilerplate/issues/324)) ([fd02db0](https://github.com/apptension/aws-boilerplate/commit/fd02db0f646cfc7dcb812e612a26b14229fc5ead))

### Bug Fixes

- [#309](https://github.com/apptension/aws-boilerplate/issues/309) Fix invalid version bump skipping main package.json file ([#312](https://github.com/apptension/aws-boilerplate/issues/312)) ([8149af3](https://github.com/apptension/aws-boilerplate/commit/8149af39f31737c634bf3c6c5776bdfc43a3d003))
- [docs] Fix invalid link color ([#336](https://github.com/apptension/aws-boilerplate/issues/336)) ([15241e2](https://github.com/apptension/aws-boilerplate/commit/15241e2c78f5a86a0b28d8807950f2a6b65d2cca))
- Change image ([#326](https://github.com/apptension/aws-boilerplate/issues/326)) ([53a4ac7](https://github.com/apptension/aws-boilerplate/commit/53a4ac77aab43f08b09ddd89e40ee684be5cf775))
- Fix invalid links in webapp manifest.json ([#329](https://github.com/apptension/aws-boilerplate/issues/329)) ([e04de31](https://github.com/apptension/aws-boilerplate/commit/e04de31f1fb2fc2bff9ce4ac778209092cdbc7e3))
- Fix invalid version bump skipping some package.json files ([#337](https://github.com/apptension/aws-boilerplate/issues/337)) ([ac4c6cc](https://github.com/apptension/aws-boilerplate/commit/ac4c6cc9ac35ecb995acac4ae43695fb78741498))
- Go back button in subscriptions page ([#327](https://github.com/apptension/aws-boilerplate/issues/327)) ([c85b239](https://github.com/apptension/aws-boilerplate/commit/c85b23921d698769001a0b1c1c3707d0fb272035))
- lack of space in payments ([#313](https://github.com/apptension/aws-boilerplate/issues/313)) ([383673d](https://github.com/apptension/aws-boilerplate/commit/383673d5c01ef85874a0e09e71a53e5449ef9431)), closes [#303](https://github.com/apptension/aws-boilerplate/issues/303) [#303](https://github.com/apptension/aws-boilerplate/issues/303)
- Replace Gtag with GTM in docs ([#325](https://github.com/apptension/aws-boilerplate/issues/325)) ([51828d3](https://github.com/apptension/aws-boilerplate/commit/51828d36bce2cdda74c7f61e3392eb21dbe5a8cf))
- Update contentful package npm dependencies ([#322](https://github.com/apptension/aws-boilerplate/issues/322)) ([f23cb9d](https://github.com/apptension/aws-boilerplate/commit/f23cb9dea32c8cb499ec1ba331cc820f566f55cf))

## [2.0.0](https://github.com/apptension/aws-boilerplate/compare/2.0.0-alpha.1...2.0.0) (2023-06-30)

### ⚠ 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": "2.0.0",
"version": "2.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": "1.0.0",
"version": "2.0.1",
"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.0.0",
"version": "2.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": "0.0.1",
"version": "2.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": "1.0.0",
"version": "2.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": "0.0.1",
"version": "2.0.1",
"type": "commonjs",
"scripts": {
"bootstrap": "cdk deploy sb-bootstrap",
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": "0.0.0",
"version": "2.0.1",
"devDependencies": {
"env-cmd": "^10.1.0",
"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.0.0",
"version": "2.0.1",
"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.0.0",
"version": "2.0.1",
"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.0.0",
"version": "2.0.1",
"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.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.0.1",
"type": "commonjs",
"scripts": {
"build": "pnpm nx run build-for-env",
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.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.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": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"build": "pnpm nx run build-with-env",
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.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b00282f

Please sign in to comment.