Skip to content

Commit

Permalink
Version NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-smithy-automation committed Aug 7, 2024
1 parent b352cc1 commit 7d4691c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-balloons-repair.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eventstream-serde-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.6

### Patch Changes

- Updated dependencies [b352cc1]
- @smithy/eventstream-serde-universal@3.0.5

## 3.0.5

### 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.5",
"version": "3.0.6",
"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
7 changes: 7 additions & 0 deletions packages/eventstream-serde-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.5

### Patch Changes

- Updated dependencies [b352cc1]
- @smithy/eventstream-serde-universal@3.0.5

## 3.0.4

### 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": "3.0.4",
"version": "3.0.5",
"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
6 changes: 6 additions & 0 deletions packages/eventstream-serde-universal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.5

### Patch Changes

- b352cc1: exclude test code from artifact

## 3.0.4

### 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": "3.0.4",
"version": "3.0.5",
"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

0 comments on commit 7d4691c

Please sign in to comment.