Skip to content

Commit

Permalink
Update semver and changelog publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyrickay committed Aug 19, 2022
1 parent be523bb commit 924c23b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/dev-phone-services",
"version": "1.1.0-beta",
"version": "1.0.0-beta.1",
"description": "A monorepo for the various components of the Twilio Dev Phone",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-phone-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/dev-phone-ui",
"version": "1.1.0-beta",
"version": "1.0.0-beta.1",
"description": "A react-based UI for the Twilio CLI softphone plugin",
"main": "dist/index.html",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dev-phone/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@twilio-labs/plugin-dev-phone",
"description": "Twilio Dev Phone",
"version": "1.1.0-beta",
"version": "1.0.0-beta.1",
"author": "Twilio @twilio",
"bugs": {
"url": "https://github.com/twilio-labs/dev-phone/issues"
},
"dependencies": {
"@oclif/command": "^1.5.20",
"@oclif/config": "^1.15.1",
"@twilio-labs/dev-phone-ui": "^1.0.0",
"@twilio-labs/dev-phone-ui": "^1.0.0-beta.1",
"@twilio-labs/serverless-api": "^5.4.0",
"@twilio/cli-core": "^6.0.0",
"express": "^4.17.1",
Expand Down

0 comments on commit 924c23b

Please sign in to comment.