Skip to content

fix/versioning #1488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .changeset/light-shirts-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
"@smithy/service-client-documentation-generator": major
"@smithy/eventstream-serde-universal": major
"@smithy/chunked-blob-reader-native": major
"@smithy/util-defaults-mode-browser": major
"@smithy/eventstream-serde-browser": major
"@smithy/credential-provider-imds": major
"@smithy/util-defaults-mode-node": major
"@smithy/eventstream-serde-node": major
"@smithy/middleware-compression": major
"@smithy/shared-ini-file-loader": major
"@smithy/util-body-length-node": major
"@smithy/node-config-provider": major
"@smithy/util-config-provider": major
"@smithy/middleware-endpoint": major
"@smithy/util-stream-browser": major
"@smithy/fetch-http-handler": major
"@smithy/eventstream-codec": major
"@smithy/hash-blob-browser": major
"@smithy/node-http-handler": major
"@smithy/hash-stream-node": major
"@smithy/middleware-retry": major
"@smithy/util-buffer-from": major
"@smithy/util-stream-node": major
"@smithy/config-resolver": major
"@smithy/util-middleware": major
"@smithy/util-endpoints": major
"@smithy/smithy-client": major
"@smithy/signature-v4": major
"@smithy/util-base64": major
"@smithy/util-stream": major
"@smithy/util-retry": major
"@smithy/hash-node": major
"@smithy/util-utf8": major
"@smithy/md5-js": major
"@smithy/core": major
"@smithy/abort-controller": major
"@smithy/chunked-blob-reader": major
"@smithy/eventstream-serde-config-resolver": major
"@smithy/invalid-dependency": major
"@smithy/is-array-buffer": major
"@smithy/middleware-apply-body-checksum": major
"@smithy/middleware-content-length": major
"@smithy/middleware-serde": major
"@smithy/middleware-stack": major
"@smithy/property-provider": major
"@smithy/protocol-http": major
"@smithy/querystring-builder": major
"@smithy/querystring-parser": major
"@smithy/service-error-classification": major
"@smithy/types": major
"@smithy/url-parser": major
"@smithy/util-body-length-browser": major
"@smithy/util-hex-encoding": major
"@smithy/util-uri-escape": major
"@smithy/util-waiter": major
"@smithy/experimental-identity-and-auth": patch
---

major version bump for dropping node16 support
7 changes: 0 additions & 7 deletions packages/chunked-blob-reader-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Change Log

## 3.0.2

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]

## 3.0.1

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/chunked-blob-reader-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/chunked-blob-reader-native",
"version": "3.0.2",
"version": "3.0.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline chunked-blob-reader-native",
Expand Down Expand Up @@ -53,5 +53,8 @@
},
"publishConfig": {
"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}
3 changes: 3 additions & 0 deletions packages/chunked-blob-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"publishConfig": {
"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}
9 changes: 0 additions & 9 deletions packages/config-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Change Log

## 3.0.14

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]
- @smithy/[email protected]
- @smithy/[email protected]

## 3.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/config-resolver",
"version": "3.0.14",
"version": "3.0.13",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline config-resolver",
Expand Down
13 changes: 0 additions & 13 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Change Log

## 3.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]
- @smithy/[email protected]
- @smithy/[email protected]

## 2.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/core",
"version": "3.0.0",
"version": "2.5.7",
"scripts": {
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline core",
Expand Down
11 changes: 0 additions & 11 deletions packages/credential-provider-imds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]

## 3.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-imds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/credential-provider-imds",
"version": "4.0.0",
"version": "3.2.8",
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
6 changes: 0 additions & 6 deletions packages/eventstream-codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

## 3.1.10

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/eventstream-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/eventstream-codec",
"version": "4.0.0",
"version": "3.1.10",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline eventstream-codec",
Expand Down Expand Up @@ -57,5 +57,8 @@
},
"publishConfig": {
"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}
7 changes: 0 additions & 7 deletions packages/eventstream-serde-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Change Log

## 3.0.15

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]

## 3.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/eventstream-serde-browser",
"version": "3.0.15",
"version": "3.0.14",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline eventstream-serde-browser",
Expand Down
11 changes: 0 additions & 11 deletions packages/eventstream-serde-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]

## 3.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/eventstream-serde-node",
"version": "4.0.0",
"version": "3.0.13",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline eventstream-serde-node",
Expand Down
11 changes: 0 additions & 11 deletions packages/eventstream-serde-universal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]

## 3.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/eventstream-serde-universal",
"version": "4.0.0",
"version": "3.0.13",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline eventstream-serde-universal",
Expand Down
10 changes: 0 additions & 10 deletions packages/experimental-identity-and-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Change Log

## 0.3.37

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]
- @smithy/[email protected]
- @smithy/[email protected]
- @smithy/[email protected]

## 0.3.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-identity-and-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/experimental-identity-and-auth",
"version": "0.3.37",
"version": "0.3.36",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline experimental-identity-and-auth",
Expand Down
7 changes: 0 additions & 7 deletions packages/fetch-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Change Log

## 4.1.4

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]

## 4.1.3

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/fetch-http-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/fetch-http-handler",
"version": "4.1.4",
"version": "4.1.3",
"description": "Provides a way to make requests",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
Expand Down Expand Up @@ -61,5 +61,8 @@
},
"publishConfig": {
"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}
6 changes: 0 additions & 6 deletions packages/hash-blob-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Change Log

## 3.1.11

### Patch Changes

- @smithy/[email protected]

## 3.1.10

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/hash-blob-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/hash-blob-browser",
"version": "3.1.11",
"version": "3.1.10",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline hash-blob-browser",
Expand Down Expand Up @@ -62,5 +62,8 @@
},
"publishConfig": {
"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}
12 changes: 0 additions & 12 deletions packages/hash-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/[email protected]
- @smithy/[email protected]

## 3.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hash-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/hash-node",
"version": "4.0.0",
"version": "3.0.11",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline hash-node",
Expand Down
10 changes: 0 additions & 10 deletions packages/hash-stream-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- @smithy/[email protected]

## 3.1.10

### Patch Changes
Expand Down
Loading
Loading