Skip to content

Commit 9b35331

Browse files
chore: version packages
1 parent a85f92c commit 9b35331

File tree

9 files changed

+43
-18
lines changed

9 files changed

+43
-18
lines changed

.changeset/flat-boxes-run.md

-9
This file was deleted.

packages/create-twilio-function/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.4.7
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
10+
11+
312
## 3.4.6
413

514
### Patch Changes

packages/create-twilio-function/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twilio-function",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
55
"bin": "./bin/create-twilio-function",
66
"main": "./src/create-twilio-function.js",
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@twilio/runtime-handler": "^2.0.0",
27+
"@twilio/runtime-handler": "^2.0.3",
2828
"nock": "^11.3.4"
2929
},
3030
"dependencies": {
@@ -36,7 +36,7 @@
3636
"pkg-install": "^1.0.0",
3737
"rimraf": "^2.6.3",
3838
"terminal-link": "^2.0.0",
39-
"twilio-run": "^4.0.0",
39+
"twilio-run": "^4.0.3",
4040
"window-size": "^1.1.1",
4141
"wrap-ansi": "^7.0.0",
4242
"yargs": "^17.2.1"

packages/runtime-handler/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
10+
- @twilio-labs/serverless-runtime-types@4.0.1
11+
312
## 2.0.2
413

514
### Patch Changes

packages/runtime-handler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/runtime-handler",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Stub runtime for Twilio Functions",
55
"keywords": [
66
"twilio",
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
5959
},
6060
"dependencies": {
61-
"@twilio-labs/serverless-runtime-types": "^4.0.0",
61+
"@twilio-labs/serverless-runtime-types": "^4.0.1",
6262
"@types/express": "4.17.21",
6363
"chalk": "^4.1.1",
6464
"common-tags": "^1.8.0",

packages/serverless-runtime-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
310
## 4.0.0
411

512
### Major Changes

packages/serverless-runtime-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/serverless-runtime-types",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/twilio-run/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
10+
- @twilio-labs/serverless-runtime-types@4.0.1
11+
312
## 4.0.2
413

514
### Patch Changes

packages/twilio-run/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-run",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"bin": {
55
"twilio-functions": "./bin/twilio-run.js",
66
"twilio-run": "./bin/twilio-run.js",
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"dependencies": {
3737
"@twilio-labs/serverless-api": "^5.5.2",
38-
"@twilio-labs/serverless-runtime-types": "4.0.0",
38+
"@twilio-labs/serverless-runtime-types": "4.0.1",
3939
"@types/express": "4.17.21",
4040
"@types/inquirer": "^6.0.3",
4141
"@types/is-ci": "^2.0.0",
@@ -86,7 +86,7 @@
8686
"ngrok": "^3.3.0"
8787
},
8888
"devDependencies": {
89-
"@twilio/runtime-handler": "^2.0.2",
89+
"@twilio/runtime-handler": "^2.0.3",
9090
"@types/cheerio": "^0.22.12",
9191
"@types/common-tags": "^1.8.0",
9292
"@types/debug": "^4.1.4",

0 commit comments

Comments
 (0)