Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Feb 5, 2021
1 parent bbe62eb commit 8dce10b
Show file tree
Hide file tree
Showing 44 changed files with 238 additions and 38 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)


### Bug Fixes

* **core:** redesign welcome screens on home and dashboard ([b9ccae7](https://github.com/tenseijs/tensei/commit/b9ccae73c293e2d980a798eb67ca5b131ae098f8))
* **tensei:** several tiny bug fixes for a better release ([1242abb](https://github.com/tenseijs/tensei/commit/1242abb2aecbd5f784c1f4304435ee43d5b46dd0))





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
11 changes: 11 additions & 0 deletions examples/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)


### Bug Fixes

* **tensei:** several tiny bug fixes for a better release ([1242abb](https://github.com/tenseijs/tensei/commit/1242abb2aecbd5f784c1f4304435ee43d5b46dd0))





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/blog",
"version": "0.5.12",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package @examples/next





# [0.5.0](https://github.com/tenseijs/tensei/compare/v0.4.4...v0.5.0) (2020-12-17)

**Note:** Version bump only for package @examples/next
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next",
"version": "0.5.0",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"examples/*"
],
"version": "0.5.12",
"version": "0.6.0",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package @tensei/auth





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/auth",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@tensei/common": "^0.5.12",
"@tensei/common": "^0.6.0",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.0",
"bcryptjs": "^2.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/cashier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package @tensei/cashier





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)

**Note:** Version bump only for package @tensei/cashier
Expand Down
4 changes: 2 additions & 2 deletions packages/cashier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/cashier",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"types": "./build/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@tensei/common": "^0.5.12",
"@tensei/common": "^0.6.0",
"dayjs": "^1.8.34",
"randomstring": "^1.1.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)


### Bug Fixes

* **tensei:** several tiny bug fixes for a better release ([1242abb](https://github.com/tenseijs/tensei/commit/1242abb2aecbd5f784c1f4304435ee43d5b46dd0))





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)

**Note:** Version bump only for package @tensei/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/cli",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"types": "./build/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)


### Bug Fixes

* **core:** redesign welcome screens on home and dashboard ([b9ccae7](https://github.com/tenseijs/tensei/commit/b9ccae73c293e2d980a798eb67ca5b131ae098f8))
* **tensei:** several tiny bug fixes for a better release ([1242abb](https://github.com/tenseijs/tensei/commit/1242abb2aecbd5f784c1f4304435ee43d5b46dd0))





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/cms",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"types": "./build/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.7.2",
"@tensei/components": "^0.5.12",
"@tensei/components": "^0.6.0",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.11",
"@types/qs": "^6.9.5",
Expand Down Expand Up @@ -74,11 +74,11 @@
"access": "public"
},
"dependencies": {
"@tensei/mail": "^0.5.11",
"@tensei/mail": "^0.6.0",
"@types/csurf": "^1.11.0",
"@types/express-session": "^1.17.3",
"csurf": "^1.11.0",
"express-session": "^1.17.1",
"express-session-mikro-orm": "^0.5.8"
"express-session-mikro-orm": "^0.6.0"
}
}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package @tensei/common





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/common",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"types": "./typings/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"test": "jest --verbose --runInBand --forceExit"
},
"dependencies": {
"@tensei/mail": "^0.5.11",
"@tensei/mail": "^0.6.0",
"@types/luxon": "^1.25.0",
"@types/pluralize": "^0.0.29",
"@types/signale": "^1.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package @tensei/components





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/components",
"version": "0.5.12",
"version": "0.6.0",
"main": "lib/index.js",
"license": "MIT",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)


### Bug Fixes

* **core:** redesign welcome screens on home and dashboard ([b9ccae7](https://github.com/tenseijs/tensei/commit/b9ccae73c293e2d980a798eb67ca5b131ae098f8))
* **tensei:** several tiny bug fixes for a better release ([1242abb](https://github.com/tenseijs/tensei/commit/1242abb2aecbd5f784c1f4304435ee43d5b46dd0))





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/core",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"types": "./typings/tensei.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@mikro-orm/core": "^4.3.2",
"@slynova/flydrive": "^1.0.3",
"@tensei/auth": "^0.5.12",
"@tensei/common": "^0.5.12",
"@tensei/mail": "^0.5.11",
"@tensei/auth": "^0.6.0",
"@tensei/common": "^0.6.0",
"@tensei/mail": "^0.6.0",
"@types/cookie-parser": "^1.4.2",
"@types/pino": "^6.3.4",
"@types/signale": "^1.4.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-tensei-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)


### Bug Fixes

* **tensei:** several tiny bug fixes for a better release ([1242abb](https://github.com/tenseijs/tensei/commit/1242abb2aecbd5f784c1f4304435ee43d5b46dd0))





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-tensei-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tensei-app",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"types": "./build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package @tensei/docs





## [0.5.12](https://github.com/tenseijs/tensei/compare/v0.5.11...v0.5.12) (2021-02-04)

**Note:** Version bump only for package @tensei/docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensei/docs",
"version": "0.5.12",
"version": "0.6.0",
"main": "./build/index.js",
"license": "MIT",
"types": "./build/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"test": "jest --verbose --runInBand --forceExit"
},
"dependencies": {
"@tensei/common": "^0.5.12",
"@tensei/common": "^0.6.0",
"swagger-ui-express": "^4.1.5"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/express-session-mikro-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/tenseijs/tensei/compare/v0.5.12...v0.6.0) (2021-02-05)

**Note:** Version bump only for package express-session-mikro-orm





## [0.5.8](https://github.com/tenseijs/tensei/compare/v0.5.7...v0.5.8) (2021-01-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/express-session-mikro-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-session-mikro-orm",
"version": "0.5.8",
"version": "0.6.0",
"main": "build/index.js",
"license": "MIT",
"files": [
Expand Down
Loading

0 comments on commit 8dce10b

Please sign in to comment.