Skip to content

Commit 8a9d620

Browse files
Version Packages (#64)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 88656c0 commit 8a9d620

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

.changeset/cool-sheep-rest.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-plants-run.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/little-ducks-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/hooks/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @seek/aws-codedeploy-hooks
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- **containsSkipDirective:** Add function ([#58](https://github.com/seek-oss/aws-codedeploy-hooks/pull/58))
8+
9+
### Patch Changes
10+
11+
- Fix discrepancies with user-agent values vs. expectations ([#58](https://github.com/seek-oss/aws-codedeploy-hooks/pull/58))
12+
313
## 1.1.0
414

515
### Minor Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seek/aws-codedeploy-hooks",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": false,
55
"description": "Runtime helpers for working with AWS CodeDeploy Hooks",
66
"homepage": "https://github.com/seek-oss/aws-codedeploy-hooks/tree/main/packages/hooks#readme",

packages/infra/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @seek/aws-codedeploy-infra
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- **HookStack:** fix `clientContext` structure mistake which was preventing `isLambdaHook` from ever returning `true` ([#58](https://github.com/seek-oss/aws-codedeploy-hooks/pull/58))
8+
9+
- Fix discrepancies with user-agent values vs. expectations ([#58](https://github.com/seek-oss/aws-codedeploy-hooks/pull/58))
10+
311
## 2.1.0
412

513
### Minor Changes

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seek/aws-codedeploy-infra",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": false,
55
"description": "AWS CDK infrastructure for AWS CodeDeploy Hooks",
66
"homepage": "https://github.com/seek-oss/aws-codedeploy-hooks/tree/main/packages/infra#readme",

0 commit comments

Comments
 (0)