Skip to content

Commit

Permalink
Version Packages (#516)
Browse files Browse the repository at this point in the history
* chore(@twilio-labs/plugin-serverless): version update in readme

* chore: version packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 9, 2024
1 parent 8dee2e8 commit 4ef7c69
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-hairs-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-goats-help.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/plugin-serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.8

### Patch Changes

- [#517](https://github.com/twilio-labs/serverless-toolkit/pull/517) [`8dee2e88a5e4de0201f1ae99a7f7cb73bea3e0b0`](https://github.com/twilio-labs/serverless-toolkit/commit/8dee2e88a5e4de0201f1ae99a7f7cb73bea3e0b0) Thanks [@victoray](https://github.com/victoray)! - Change default concurrency limit from 50 to 10

- Updated dependencies [[`cdf9e3a1fced910acc63cabb41920c96cd81670c`](https://github.com/twilio-labs/serverless-toolkit/commit/cdf9e3a1fced910acc63cabb41920c96cd81670c)]:
- [email protected]

## 3.1.7

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/plugin-serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ DESCRIPTION
Deploys existing functions and assets to Twilio
```

_See code: [src/commands/serverless/deploy.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/deploy.js)_
_See code: [src/commands/serverless/deploy.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/deploy.js)_

## `twilio serverless:dev [DIR]`

Expand Down Expand Up @@ -248,7 +248,7 @@ DESCRIPTION
Retrieves the value of a specific environment variable
```

_See code: [src/commands/serverless/env/get.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/env/get.js)_
_See code: [src/commands/serverless/env/get.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/env/get.js)_

## `twilio serverless:env:import`

Expand Down Expand Up @@ -286,7 +286,7 @@ DESCRIPTION
Takes a .env file and uploads all environment variables to a given environment
```

_See code: [src/commands/serverless/env/import.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/env/import.js)_
_See code: [src/commands/serverless/env/import.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/env/import.js)_

## `twilio serverless:env:list`

Expand Down Expand Up @@ -326,7 +326,7 @@ DESCRIPTION
Lists all environment variables for a given environment
```

_See code: [src/commands/serverless/env/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/env/list.js)_
_See code: [src/commands/serverless/env/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/env/list.js)_

## `twilio serverless:env:set`

Expand Down Expand Up @@ -366,7 +366,7 @@ DESCRIPTION
Sets an environment variable with a given key and value
```

_See code: [src/commands/serverless/env/set.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/env/set.js)_
_See code: [src/commands/serverless/env/set.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/env/set.js)_

## `twilio serverless:env:unset`

Expand Down Expand Up @@ -405,7 +405,7 @@ DESCRIPTION
Removes an environment variable for a given key
```

_See code: [src/commands/serverless/env/unset.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/env/unset.js)_
_See code: [src/commands/serverless/env/unset.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/env/unset.js)_

## `twilio serverless:init NAME`

Expand Down Expand Up @@ -438,7 +438,7 @@ DESCRIPTION
Creates a new Twilio Function project
```

_See code: [src/commands/serverless/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/init.js)_
_See code: [src/commands/serverless/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/init.js)_

## `twilio serverless:list [TYPES]`

Expand Down Expand Up @@ -480,7 +480,7 @@ DESCRIPTION
List existing services, environments, variables, deployments for your Twilio Serverless Account
```

_See code: [src/commands/serverless/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/list.js)_
_See code: [src/commands/serverless/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/list.js)_

## `twilio serverless:list-templates`

Expand All @@ -497,7 +497,7 @@ DESCRIPTION
Lists the available Twilio Function templates
```

_See code: [src/commands/serverless/list-templates.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/list-templates.js)_
_See code: [src/commands/serverless/list-templates.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/list-templates.js)_

## `twilio serverless:logs`

Expand Down Expand Up @@ -537,7 +537,7 @@ DESCRIPTION
Print logs from your Twilio Serverless project
```

_See code: [src/commands/serverless/logs.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/logs.js)_
_See code: [src/commands/serverless/logs.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/logs.js)_

## `twilio serverless:new [NAMESPACE]`

Expand All @@ -561,7 +561,7 @@ DESCRIPTION
Creates a new Twilio Function based on an existing template
```

_See code: [src/commands/serverless/new.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/new.js)_
_See code: [src/commands/serverless/new.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/new.js)_

## `twilio serverless:promote`

Expand Down Expand Up @@ -611,7 +611,7 @@ ALIASES
$ twilio serverless:activate
```

_See code: [src/commands/serverless/promote.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/promote.js)_
_See code: [src/commands/serverless/promote.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/promote.js)_

## `twilio serverless:run [DIR]`

Expand Down Expand Up @@ -697,7 +697,7 @@ ALIASES
$ twilio serverless:run
```

_See code: [src/commands/serverless/start.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.7/src/commands/serverless/start.js)_
_See code: [src/commands/serverless/start.js](https://github.com/twilio-labs/serverless-toolkit/blob/v3.1.8/src/commands/serverless/start.js)_
<!-- commandsstop -->

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twilio-labs/plugin-serverless",
"description": "Develop and deploy Twilio Serverless Functions",
"version": "3.1.7",
"version": "3.1.8",
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"contributors": [
"Dominik Kundel <[email protected]>"
Expand All @@ -13,7 +13,7 @@
"create-twilio-function": "^3.4.5",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"twilio-run": "^4.0.1"
"twilio-run": "^4.0.2"
},
"devDependencies": {
"@oclif/plugin-help": "^5.1.12",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.2

### Patch Changes

- [#487](https://github.com/twilio-labs/serverless-toolkit/pull/487) [`cdf9e3a1fced910acc63cabb41920c96cd81670c`](https://github.com/twilio-labs/serverless-toolkit/commit/cdf9e3a1fced910acc63cabb41920c96cd81670c) Thanks [@stevennic-twilio](https://github.com/stevennic-twilio)! - Fix sync.services deprecation warning

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/runtime-handler",
"version": "2.0.1",
"version": "2.0.2",
"description": "Stub runtime for Twilio Functions",
"keywords": [
"twilio",
Expand Down
6 changes: 6 additions & 0 deletions packages/serverless-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.5.2

### Patch Changes

- [#517](https://github.com/twilio-labs/serverless-toolkit/pull/517) [`8dee2e88a5e4de0201f1ae99a7f7cb73bea3e0b0`](https://github.com/twilio-labs/serverless-toolkit/commit/8dee2e88a5e4de0201f1ae99a7f7cb73bea3e0b0) Thanks [@victoray](https://github.com/victoray)! - Change default concurrency limit from 50 to 10

## 5.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/serverless-api",
"version": "5.5.1",
"version": "5.5.2",
"description": "API-wrapper for the Twilio Serverless API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/twilio-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.2

### Patch Changes

- [#487](https://github.com/twilio-labs/serverless-toolkit/pull/487) [`cdf9e3a1fced910acc63cabb41920c96cd81670c`](https://github.com/twilio-labs/serverless-toolkit/commit/cdf9e3a1fced910acc63cabb41920c96cd81670c) Thanks [@stevennic-twilio](https://github.com/stevennic-twilio)! - Fix sync.services deprecation warning

- Updated dependencies [[`8dee2e88a5e4de0201f1ae99a7f7cb73bea3e0b0`](https://github.com/twilio-labs/serverless-toolkit/commit/8dee2e88a5e4de0201f1ae99a7f7cb73bea3e0b0)]:
- @twilio-labs/serverless-api@5.5.2

## 4.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/twilio-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-run",
"version": "4.0.1",
"version": "4.0.2",
"bin": {
"twilio-functions": "./bin/twilio-run.js",
"twilio-run": "./bin/twilio-run.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"license": "MIT",
"dependencies": {
"@twilio-labs/serverless-api": "^5.5.1",
"@twilio-labs/serverless-api": "^5.5.2",
"@twilio-labs/serverless-runtime-types": "4.0.0",
"@types/express": "4.17.7",
"@types/inquirer": "^6.0.3",
Expand Down Expand Up @@ -86,7 +86,7 @@
"ngrok": "^3.3.0"
},
"devDependencies": {
"@twilio/runtime-handler": "^2.0.1",
"@twilio/runtime-handler": "^2.0.2",
"@types/cheerio": "^0.22.12",
"@types/common-tags": "^1.8.0",
"@types/debug": "^4.1.4",
Expand Down

0 comments on commit 4ef7c69

Please sign in to comment.