Skip to content

Commit 7ce410b

Browse files
committed
v0.8.9
1 parent 8a90966 commit 7ce410b

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

+269
-61
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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/main
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
715

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

examples/blog/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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @examples/blog
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
715

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

examples/blog/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@examples/blog",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
77
"@mikro-orm/sqlite": "^4.4.0",
8-
"@tensei/cms": "^0.8.8",
9-
"@tensei/core": "^0.8.8",
10-
"@tensei/graphql": "^0.8.8",
11-
"@tensei/mde": "^0.8.8",
12-
"@tensei/media": "^0.8.8",
13-
"@tensei/social-auth": "^0.8.8",
8+
"@tensei/cms": "^0.8.9",
9+
"@tensei/core": "^0.8.9",
10+
"@tensei/graphql": "^0.8.9",
11+
"@tensei/mde": "^0.8.9",
12+
"@tensei/media": "^0.8.9",
13+
"@tensei/social-auth": "^0.8.9",
1414
"marked": "^2.0.1"
1515
},
1616
"scripts": {

examples/nuxt/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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @examples/nuxt
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
715

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

examples/nuxt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@examples/nuxt",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@tensei/core": "^0.8.8",
8-
"@tensei/nuxt": "^0.8.8"
7+
"@tensei/core": "^0.8.9",
8+
"@tensei/nuxt": "^0.8.9"
99
},
1010
"scripts": {
1111
"example:dev": "nodemon --watch node_modules/ index.js"

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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @examples/typescript
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
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,16 +1,16 @@
11
{
22
"name": "@examples/typescript",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
77
"@mikro-orm/sqlite": "^4.4.0",
8-
"@tensei/cms": "^0.8.8",
9-
"@tensei/core": "^0.8.8",
10-
"@tensei/graphql": "^0.8.8",
11-
"@tensei/mde": "^0.8.8",
12-
"@tensei/media": "^0.8.8",
13-
"@tensei/social-auth": "^0.8.8"
8+
"@tensei/cms": "^0.8.9",
9+
"@tensei/core": "^0.8.9",
10+
"@tensei/graphql": "^0.8.9",
11+
"@tensei/mde": "^0.8.9",
12+
"@tensei/media": "^0.8.9",
13+
"@tensei/social-auth": "^0.8.9"
1414
},
1515
"scripts": {
1616
"example:dev": "nodemon --ext --watch ../../node_modules/ --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.8.8",
6+
"version": "0.8.9",
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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/auth
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
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.8.8",
3+
"version": "0.8.9",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"files": [
@@ -37,7 +37,7 @@
3737
"access": "public"
3838
},
3939
"dependencies": {
40-
"@tensei/common": "^0.8.8",
40+
"@tensei/common": "^0.8.9",
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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/cashier
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
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.8.8",
3+
"version": "0.8.9",
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.8.8",
30+
"@tensei/common": "^0.8.9",
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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/cli
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
715

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

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/cli",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"types": "./build/index.d.ts",

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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/cms
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
715

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

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.8.8",
3+
"version": "0.8.9",
44
"main": "./build/index.js",
55
"license": "MIT",
66
"types": "./build/index.d.ts",
@@ -27,8 +27,8 @@
2727
"@tailwindcss/forms": "^0.2.1",
2828
"@tailwindcss/typography": "^0.3.1",
2929
"@tailwindcss/ui": "^0.7.2",
30-
"@tensei/components": "^0.8.8",
31-
"@tensei/core": "^0.8.8",
30+
"@tensei/components": "^0.8.9",
31+
"@tensei/core": "^0.8.9",
3232
"@types/axios": "^0.14.0",
3333
"@types/classnames": "^2.2.11",
3434
"@types/qs": "^6.9.5",
@@ -75,13 +75,13 @@
7575
"access": "public"
7676
},
7777
"dependencies": {
78-
"@tensei/mail": "^0.8.8",
78+
"@tensei/mail": "^0.8.9",
7979
"@tensei/react-icons": "^1.0.2",
8080
"@types/csurf": "^1.11.0",
8181
"@types/express-session": "^1.17.3",
8282
"csurf": "^1.11.0",
8383
"express-session": "^1.17.1",
84-
"express-session-mikro-orm": "^0.8.8"
84+
"express-session-mikro-orm": "^0.8.9"
8585
},
8686
"gitHead": "5f6d71bf6b43eb8543b92db59bddc5535202b590"
8787
}

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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/common
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
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.8.8",
3+
"version": "0.8.9",
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.8.8",
30+
"@tensei/mail": "^0.8.9",
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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/components
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
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.8.8",
3+
"version": "0.8.9",
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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/cookie-sessions
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
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.8.8",
3+
"version": "0.8.9",
44
"main": "./src/index.js",
55
"license": "MIT",
66
"files": [
@@ -13,7 +13,7 @@
1313
"@types/express-session": "^1.17.3",
1414
"csurf": "^1.11.0",
1515
"express-session": "^1.17.1",
16-
"express-session-mikro-orm": "^0.8.8"
16+
"express-session-mikro-orm": "^0.8.9"
1717
},
1818
"gitHead": "5f6d71bf6b43eb8543b92db59bddc5535202b590"
1919
}

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.8.9](https://github.com/tenseijs/tensei/compare/v0.8.8...v0.8.9) (2021-06-26)
7+
8+
**Note:** Version bump only for package @tensei/core
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/tenseijs/tensei/compare/v0.8.7...v0.8.8) (2021-06-26)
715

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

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensei/core",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"main": "./build/index.js",
55
"types": "./typings/tensei.d.ts",
66
"license": "MIT",
@@ -33,9 +33,9 @@
3333
"dependencies": {
3434
"@mikro-orm/core": "^4.3.2",
3535
"@slynova/flydrive": "^1.0.3",
36-
"@tensei/auth": "^0.8.8",
37-
"@tensei/common": "^0.8.8",
38-
"@tensei/mail": "^0.8.8",
36+
"@tensei/auth": "^0.8.9",
37+
"@tensei/common": "^0.8.9",
38+
"@tensei/mail": "^0.8.9",
3939
"@types/cookie-parser": "^1.4.2",
4040
"@types/pino": "^6.3.4",
4141
"@types/signale": "^1.4.1",

0 commit comments

Comments
 (0)