Skip to content

Commit 630f390

Browse files
committed
v0.11.5
1 parent 8c23bd9 commit 630f390

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+265
-57
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/main
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816

examples/typescript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @examples/typescript
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816
**Note:** Version bump only for package @examples/typescript

examples/typescript/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@examples/typescript",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "src/index.ts",
55
"license": "MIT",
66
"dependencies": {
77
"@mikro-orm/sqlite": "^4.4.0",
8-
"@tensei/cli": "^0.11.4",
9-
"@tensei/cms": "^0.11.4",
10-
"@tensei/core": "^0.11.4",
11-
"@tensei/graphql": "^0.11.4",
8+
"@tensei/cli": "^0.11.5",
9+
"@tensei/cms": "^0.11.5",
10+
"@tensei/core": "^0.11.5",
11+
"@tensei/graphql": "^0.11.5",
1212
"@tensei/mde": "^0.9.7",
13-
"@tensei/media": "^0.11.4",
14-
"@tensei/social-auth": "^0.11.4"
13+
"@tensei/media": "^0.11.5",
14+
"@tensei/social-auth": "^0.11.5"
1515
},
1616
"scripts": {
1717
"example:dev": "nodemon --watch src/** --exec 'ts-node src/index.ts'",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"examples/*"
55
],
6-
"version": "0.11.4",
6+
"version": "0.11.5",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"stream": true,

packages/auth/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/auth
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

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

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/auth",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"files": [
@@ -37,7 +37,7 @@
3737
"access": "public"
3838
},
3939
"dependencies": {
40-
"@tensei/common": "^0.11.4",
40+
"@tensei/common": "^0.11.5",
4141
"@types/bcryptjs": "^2.4.2",
4242
"@types/jsonwebtoken": "^8.5.0",
4343
"bcryptjs": "^2.4.3",

packages/cashier/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/cashier
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

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

packages/cashier/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/cashier",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"types": "./build/index.d.ts",
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@tensei/common": "^0.11.4",
30+
"@tensei/common": "^0.11.5",
3131
"dayjs": "^1.8.34",
3232
"randomstring": "^1.1.5"
3333
},

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/cli
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816
**Note:** Version bump only for package @tensei/cli

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/cli",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"types": "./build/index.d.ts",
@@ -23,8 +23,8 @@
2323
"@poppinss/cliui": "^2.2.5",
2424
"@poppinss/prompts": "^1.2.3",
2525
"@poppinss/utils": "^3.2.0",
26-
"@tensei/common": "^0.11.4",
27-
"@tensei/core": "^0.11.4",
26+
"@tensei/common": "^0.11.5",
27+
"@tensei/core": "^0.11.5",
2828
"@types/change-case": "^2.3.1",
2929
"@types/commander": "^2.12.2",
3030
"@types/fs-extra": "^9.0.6",

packages/cms/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/cms
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816

packages/cms/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/cms",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"types": "./build/index.d.ts",
@@ -23,7 +23,7 @@
2323
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
2424
"@babel/preset-react": "^7.12.7",
2525
"@babel/preset-typescript": "^7.12.7",
26-
"@tensei/components": "^0.11.4",
26+
"@tensei/components": "^0.11.5",
2727
"@tensei/eui": "1.0.5",
2828
"@types/axios": "^0.14.0",
2929
"@types/classnames": "^2.2.11",
@@ -69,13 +69,13 @@
6969
"access": "public"
7070
},
7171
"dependencies": {
72-
"@tensei/core": "^0.11.4",
73-
"@tensei/mail": "^0.11.4",
72+
"@tensei/core": "^0.11.5",
73+
"@tensei/mail": "^0.11.5",
7474
"@types/csurf": "^1.11.0",
7575
"@types/express-session": "^1.17.3",
7676
"csurf": "^1.11.0",
7777
"express-session": "^1.17.1",
78-
"express-session-mikro-orm": "^0.11.4",
78+
"express-session-mikro-orm": "^0.11.5",
7979
"moment": "^2.29.1",
8080
"passport": "^0.4.1",
8181
"passport-local": "^1.0.0",

packages/common/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/common
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

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

packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/common",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"types": "./typings/index.d.ts",
@@ -27,7 +27,7 @@
2727
"test": "jest --verbose --runInBand --forceExit"
2828
},
2929
"dependencies": {
30-
"@tensei/mail": "^0.11.4",
30+
"@tensei/mail": "^0.11.5",
3131
"@types/luxon": "^1.25.0",
3232
"@types/pluralize": "^0.0.29",
3333
"change-case": "^4.1.1",

packages/components/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/components
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

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

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/components",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"files": [

packages/cookie-sessions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/cookie-sessions
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816
**Note:** Version bump only for package @tensei/cookie-sessions

packages/cookie-sessions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/cookie-sessions",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./src/index.js",
55
"license": "MIT",
66
"files": [
@@ -17,7 +17,7 @@
1717
"@types/express-session": "^1.17.3",
1818
"csurf": "^1.11.0",
1919
"express-session": "^1.17.1",
20-
"express-session-mikro-orm": "^0.11.4"
20+
"express-session-mikro-orm": "^0.11.5"
2121
},
2222
"gitHead": "92a29de45627693db340d3b4a503f52eddc2fb27"
2323
}

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/core
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816
**Note:** Version bump only for package @tensei/core

packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/core",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "./build/index.js",
55
"types": "./typings/tensei.d.ts",
66
"license": "MIT",
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"@mikro-orm/core": "^4.3.2",
2424
"@slynova/flydrive": "^1.0.3",
25-
"@tensei/auth": "^0.11.4",
26-
"@tensei/common": "^0.11.4",
27-
"@tensei/mail": "^0.11.4",
28-
"@tensei/orm": "^0.11.4",
25+
"@tensei/auth": "^0.11.5",
26+
"@tensei/common": "^0.11.5",
27+
"@tensei/mail": "^0.11.5",
28+
"@tensei/orm": "^0.11.5",
2929
"@types/bcryptjs": "^2.4.2",
3030
"@types/body-parser": "^1.19.0",
3131
"@types/classnames": "^2.2.10",

packages/create-tensei-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package create-tensei-app
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816
**Note:** Version bump only for package create-tensei-app

packages/create-tensei-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tensei-app",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"license": "MIT",
55
"main": "build/index.js",
66
"files": [

packages/express-session-mikro-orm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package express-session-mikro-orm
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

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

packages/express-session-mikro-orm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-session-mikro-orm",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"main": "build/index.js",
55
"license": "MIT",
66
"files": [

packages/field-json/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.5](https://github.com/tenseijs/tensei/compare/v0.11.4...v0.11.5) (2022-01-06)
7+
8+
**Note:** Version bump only for package @tensei/field-json
9+
10+
11+
12+
13+
614
## [0.11.4](https://github.com/tenseijs/tensei/compare/v0.11.3...v0.11.4) (2022-01-06)
715

816
**Note:** Version bump only for package @tensei/field-json

0 commit comments

Comments
 (0)