Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b67d33f

Browse files
committed
fix: tencent-scf version
1 parent 05a818f commit b67d33f

File tree

4 files changed

+36
-16
lines changed

4 files changed

+36
-16
lines changed

‎.prettierignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ build/
2020
env.js
2121
package-lock.json
2222
yarn.lock
23+
CHANGELOG.md

‎CHANGELOG.md‎

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,42 @@
22

33
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.
44

5+
### [0.1.4](https://github.com/serverless-components/tencent-flask/compare/v0.1.3...v0.1.4) (2019年12月30日)
6+
7+
8+
### Bug Fixes
9+
10+
* tencent-scf version ([897933c](https://github.com/serverless-components/tencent-flask/commit/897933c17f076c48525120a5023926fd47408826))
11+
12+
### [0.1.5](https://github.com/serverless-components/tencent-flask/compare/v0.1.3...v0.1.5) (2019年12月30日)
13+
14+
15+
### Bug Fixes
16+
17+
* tencent-scf version ([b4c596e](https://github.com/serverless-components/tencent-flask/commit/b4c596e26f1ca74c69e250ba57db5a7046817c6b))
18+
519
### [0.1.3](https://github.com/serverless-components/tencent-flask/compare/v0.1.2...v0.1.3) (2019年12月24日)
620

721
### [0.1.2](https://github.com/serverless-components/tencent-flask/compare/v0.1.1...v0.1.2) (2019年12月24日)
822

9-
1023
### Features
1124

12-
* add state for component ([38a39a2](https://github.com/serverless-components/tencent-flask/commit/38a39a29e044a196971ca276579d63d0d1565eaa))
25+
- add state for component ([38a39a2](https://github.com/serverless-components/tencent-flask/commit/38a39a29e044a196971ca276579d63d0d1565eaa))
1326

1427
### 0.1.1 (2019年12月23日)
1528

16-
1729
### Features
1830

19-
* init project ([c4135c4](https://github.com/serverless-components/tencent-flask/commit/c4135c41512d68203eca2aedd63b4be5f8960e84))
20-
* optimize inputs initial ([ad33879](https://github.com/serverless-components/tencent-flask/commit/ad33879fb81f15815789f70980857143d7427389))
21-
31+
- init project ([c4135c4](https://github.com/serverless-components/tencent-flask/commit/c4135c41512d68203eca2aedd63b4be5f8960e84))
32+
- optimize inputs initial ([ad33879](https://github.com/serverless-components/tencent-flask/commit/ad33879fb81f15815789f70980857143d7427389))
2233

2334
### Bug Fixes
2435

25-
* change test to example ([38f228e](https://github.com/serverless-components/tencent-flask/commit/38f228e7578c30f0e609955204944c0118a811c2))
36+
- change test to example ([38f228e](https://github.com/serverless-components/tencent-flask/commit/38f228e7578c30f0e609955204944c0118a811c2))
2637

2738
### 0.1.1-alpha.0 (2019年12月17日)
2839

29-
3040
### Features
3141

32-
* init project ([c4135c4](https://github.com/serverless-tencent/tencent-flask/commit/c4135c41512d68203eca2aedd63b4be5f8960e84))
33-
* optimize inputs initial ([ad33879](https://github.com/serverless-tencent/tencent-flask/commit/ad33879fb81f15815789f70980857143d7427389))
42+
- init project ([c4135c4](https://github.com/serverless-tencent/tencent-flask/commit/c4135c41512d68203eca2aedd63b4be5f8960e84))
43+
- optimize inputs initial ([ad33879](https://github.com/serverless-tencent/tencent-flask/commit/ad33879fb81f15815789f70980857143d7427389))

‎commitlint.config.js‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const Configuration = {
2+
/*
3+
* Resolve and load @commitlint/config-conventional from node_modules.
4+
* Referenced packages must be installed
5+
*/
6+
extends: ['@commitlint/config-conventional']
7+
}
8+
9+
module.exports = Configuration

‎package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@serverless/tencent-flask",
33
"description": "Tencent Cloud Flask Serverless Component",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"main": "serverless.js",
66
"publishConfig": {
77
"access": "public"
@@ -31,13 +31,13 @@
3131
}
3232
},
3333
"lint-staged": {
34-
"**/*.*": [
34+
"**/*.{js,ts,tsx}": [
3535
"eslint --fix --ext .js,.ts,.tsx .",
36-
"git add"
36+
"git add ."
3737
],
3838
"**/*.{css,html,js,json,md,yaml,yml}": [
39-
"prettier -c",
40-
"git add"
39+
"npm run prettier:fix",
40+
"git add ."
4141
]
4242
},
4343
"standard-version": {
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@serverless/core": "^1.1.1",
5050
"@serverless/tencent-apigateway": "^2.0.0",
51-
"@serverless/tencent-scf": "^2.0.1",
51+
"@serverless/tencent-scf": "^2.0.2",
5252
"@yugasun/python-requirements": "^0.1.2",
5353
"ext": "^1.4.0",
5454
"type": "^2.0.0"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /