Skip to content

Commit

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

* 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 Mar 21, 2024
1 parent 21418aa commit 4432c02
Show file tree
Hide file tree
Showing 14 changed files with 287 additions and 248 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-donkeys-matter.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-pugs-battle.md

This file was deleted.

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

## 3.4.5

### Patch Changes

- [#510](https://github.com/twilio-labs/serverless-toolkit/pull/510) [`feb9686fa6bfa5b49e634e414ff56a61c61cbe89`](https://github.com/twilio-labs/serverless-toolkit/commit/feb9686fa6bfa5b49e634e414ff56a61c61cbe89) Thanks [@makserik](https://github.com/makserik)! - FRIDGE-814 fix chalk

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

## 3.4.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-twilio-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-twilio-function",
"version": "3.4.4",
"version": "3.4.5",
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
"bin": "./bin/create-twilio-function",
"main": "./src/create-twilio-function.js",
Expand All @@ -24,7 +24,7 @@
},
"license": "MIT",
"devDependencies": {
"@twilio/runtime-handler": "^1.3.0",
"@twilio/runtime-handler": "^2.0.0",
"nock": "^11.3.4"
},
"dependencies": {
Expand All @@ -36,7 +36,7 @@
"pkg-install": "^1.0.0",
"rimraf": "^2.6.3",
"terminal-link": "^2.0.0",
"twilio-run": "^3.5.4",
"twilio-run": "^4.0.0",
"window-size": "^1.1.1",
"wrap-ansi": "^7.0.0",
"yargs": "^17.2.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/plugin-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ FLAGS
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
-o=(columns|json|tsv|none) [default: columns] Format of command output.
-p, --profile=<value> Shorthand identifier for your profile.
--properties=<value> [default: service_sid, sid, domain_name] The asset service environment properties you
--properties=<value> [default: service_sid, sid, domain_name] The asset service environment properties you
would like to display (JSON output always shows all properties).
--service-name=<value> A unique name for your asset service. May only contain alphanumeric characters and
--service-name=<value> A unique name for your asset service. May only contain alphanumeric characters and
hyphens.
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
DESCRIPTION
Create a new assets service to use as a bucket
Expand All @@ -88,9 +88,9 @@ FLAGS
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
-o=(columns|json|tsv|none) [default: columns] Format of command output.
-p, --profile=<value> Shorthand identifier for your profile.
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
(JSON output always shows all properties).
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
DESCRIPTION
List all the assets in the service
Expand All @@ -114,10 +114,10 @@ FLAGS
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
-o=(columns|json|tsv|none) [default: columns] Format of command output.
-p, --profile=<value> Shorthand identifier for your profile.
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
(JSON output always shows all properties).
--protected Sets the uploaded asset's visibility to 'protected'
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
--protected Sets the uploaded asset's visibility to 'protected'
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
DESCRIPTION
Upload a new asset to the Assets service
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.1.6

### Patch Changes

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

## 3.1.5

### Patch Changes
Expand Down
Loading

0 comments on commit 4432c02

Please sign in to comment.