We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5306c73 commit c0bbe8fCopy full SHA for c0bbe8f
.changeset/config.json
@@ -7,5 +7,9 @@
7
"access": "public",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
- "ignore": ["@aws-smithy/*"]
+ "ignore": ["@aws-smithy/*"],
11
+ "privatePackages": {
12
+ "tag": false,
13
+ "version": false
14
+ }
15
}
private/smithy-rpcv2-cbor/CHANGELOG.md
private/smithy-rpcv2-cbor/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@smithy/smithy-rpcv2-cbor",
3
"description": "@smithy/smithy-rpcv2-cbor client",
4
- "version": "1.0.0",
+ "version": "1.0.0-alpha.1",
5
"scripts": {
6
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
0 commit comments