diff --git a/.changeset/config.json b/.changeset/config.json index a60a9c3d931..98b950e0edd 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,9 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@aws-smithy/*"] + "ignore": ["@aws-smithy/*"], + "privatePackages": { + "tag": false, + "version": false + } } diff --git a/private/smithy-rpcv2-cbor/CHANGELOG.md b/private/smithy-rpcv2-cbor/CHANGELOG.md deleted file mode 100644 index bbb367949c7..00000000000 --- a/private/smithy-rpcv2-cbor/CHANGELOG.md +++ /dev/null @@ -1,26 +0,0 @@ -# @smithy/smithy-rpcv2-cbor - -## 1.0.0 - -### Patch Changes - -- Updated dependencies [cf9257e] - - @smithy/fetch-http-handler@3.2.6 - - @smithy/types@3.4.1 - - @smithy/config-resolver@3.0.7 - - @smithy/core@2.4.2 - - @smithy/hash-node@3.0.5 - - @smithy/invalid-dependency@3.0.5 - - @smithy/middleware-content-length@3.0.7 - - @smithy/middleware-retry@3.0.17 - - @smithy/middleware-serde@3.0.5 - - @smithy/middleware-stack@3.0.5 - - @smithy/node-config-provider@3.1.6 - - @smithy/node-http-handler@3.2.1 - - @smithy/protocol-http@4.1.2 - - @smithy/smithy-client@3.3.1 - - @smithy/url-parser@3.0.5 - - @smithy/util-defaults-mode-browser@3.0.17 - - @smithy/util-defaults-mode-node@3.0.17 - - @smithy/util-middleware@3.0.5 - - @smithy/util-retry@3.0.5 diff --git a/private/smithy-rpcv2-cbor/package.json b/private/smithy-rpcv2-cbor/package.json index 9f639483d56..988eacfa697 100644 --- a/private/smithy-rpcv2-cbor/package.json +++ b/private/smithy-rpcv2-cbor/package.json @@ -1,7 +1,7 @@ { "name": "@smithy/smithy-rpcv2-cbor", "description": "@smithy/smithy-rpcv2-cbor client", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json",