Skip to content

Commit 4c6f731

Browse files
committed
Revert "v5.0.0"
This reverts commit 8292ddb.
1 parent 8292ddb commit 4c6f731

63 files changed

Lines changed: 61 additions & 445 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [5.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
7-
8-
### Bug Fixes
9-
10-
- add repository fields and enable npm provenance for Sigstore OIDC publishing ([0105088](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/010508876ff489c548261303a98b04bd7dc97e74))
11-
- **ci:** fix VERSION_BUMP scoping and remove unused NPM token from publish job ([#1653](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1653)) ([6fd56ea](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/6fd56ea4ac135bf7b28faa935b5cd20412ffd4bc))
12-
- **ci:** force pull in publish step ([#1639](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1639)) ([6b74c8c](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/6b74c8cd573290f33ea0142ea3e5da68005e0468))
13-
- **ci:** npm otp fix for publish ([#1641](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1641)) ([fcaf49f](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/fcaf49f31821f8453f8ad34e9766efd39084c5ca))
14-
- **ci:** npm token for publish ([#1640](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1640)) ([953ae60](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/953ae609cd19e4bf508613bb06bac8ed3574f784))
15-
- mitigate dependency issues — remove deprecated packages ([#1654](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1654)) ([d795278](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/d795278bfc6f9d023545f0b36bef701ba5387081))
16-
- Removes the internal added prefix from custom encryption context before creating the branch key material node object ([#1650](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1650)) ([9907b1b](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/9907b1ba70233edf96ce56eb0e8eb094b93c517f))
17-
18-
- feat!: Drop IE11 support (#1651) ([f11b277](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/f11b277b802180e89532ff83bced7440e42247e0)), closes [#1651](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1651)
19-
20-
### Features
21-
22-
- Adds create and version branch key functionality ([#1652](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1652)) ([6fab564](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/6fab56475d4d2521bca859a66f7ce759aad7ba44)), closes [#1642](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1642)
23-
24-
### Reverts
25-
26-
- Revert "v5.0.0" ([e3d58fb](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/e3d58fbadb8456c1acbcdabe8ac122aba4e8d455))
27-
- Revert "v5.0.0" ([0ee917e](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/0ee917e08b202c93d10927eb279132ae03634c0d))
28-
29-
### BREAKING CHANGES
30-
31-
- The AWS Encryption SDK for JavaScript no longer supports Internet Explorer 11 (IE11). The msCrypto shim and related IE11 detection code have been removed from the web-crypto-backend module.
32-
33-
Co-authored-by: Lucas McDonald <lucmcdon@amazon.com>
34-
356
## [4.2.2](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
367

378
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["modules/*"],
3-
"version": "5.0.0",
3+
"version": "4.2.2",
44
"command": {
55
"bootstrap": {
66
"nohoist": ["typedoc"]

modules/branch-keystore-node/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [5.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
7-
8-
### Bug Fixes
9-
10-
- add repository fields and enable npm provenance for Sigstore OIDC publishing ([0105088](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/010508876ff489c548261303a98b04bd7dc97e74))
11-
- Removes the internal added prefix from custom encryption context before creating the branch key material node object ([#1650](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1650)) ([9907b1b](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/9907b1ba70233edf96ce56eb0e8eb094b93c517f))
12-
13-
### Features
14-
15-
- Adds create and version branch key functionality ([#1652](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1652)) ([6fab564](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/6fab56475d4d2521bca859a66f7ce759aad7ba44)), closes [#1642](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1642)
16-
17-
### Reverts
18-
19-
- Revert "v5.0.0" ([e3d58fb](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/e3d58fbadb8456c1acbcdabe8ac122aba4e8d455))
20-
- Revert "v5.0.0" ([0ee917e](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/0ee917e08b202c93d10927eb279132ae03634c0d))
21-
226
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
237

248
### Bug Fixes

modules/branch-keystore-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/branch-keystore-node",
3-
"version": "5.0.0",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run generate-version.ts; npm run build",
66
"generate-version.ts": "npx genversion --es6 src/version.ts",

modules/cache-material/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [5.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
7-
8-
### Bug Fixes
9-
10-
- add repository fields and enable npm provenance for Sigstore OIDC publishing ([0105088](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/010508876ff489c548261303a98b04bd7dc97e74))
11-
12-
### Reverts
13-
14-
- Revert "v5.0.0" ([e3d58fb](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/e3d58fbadb8456c1acbcdabe8ac122aba4e8d455))
15-
- Revert "v5.0.0" ([0ee917e](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/0ee917e08b202c93d10927eb279132ae03634c0d))
16-
176
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
187

198
### Bug Fixes

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "5.0.0",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-browser/CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [5.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
7-
8-
### Bug Fixes
9-
10-
- add repository fields and enable npm provenance for Sigstore OIDC publishing ([0105088](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/010508876ff489c548261303a98b04bd7dc97e74))
11-
- mitigate dependency issues — remove deprecated packages ([#1654](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1654)) ([d795278](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/d795278bfc6f9d023545f0b36bef701ba5387081))
12-
13-
### Reverts
14-
15-
- Revert "v5.0.0" ([e3d58fb](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/e3d58fbadb8456c1acbcdabe8ac122aba4e8d455))
16-
- Revert "v5.0.0" ([0ee917e](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/0ee917e08b202c93d10927eb279132ae03634c0d))
17-
186
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
197

208
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "5.0.0",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-node/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [5.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
7-
8-
### Bug Fixes
9-
10-
- add repository fields and enable npm provenance for Sigstore OIDC publishing ([0105088](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/010508876ff489c548261303a98b04bd7dc97e74))
11-
12-
### Reverts
13-
14-
- Revert "v5.0.0" ([e3d58fb](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/e3d58fbadb8456c1acbcdabe8ac122aba4e8d455))
15-
- Revert "v5.0.0" ([0ee917e](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/0ee917e08b202c93d10927eb279132ae03634c0d))
16-
176
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
187

198
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node

modules/caching-materials-manager-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "5.0.0",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

0 commit comments

Comments
 (0)