Skip to content

Commit

Permalink
chore(ci): revert bump version to 2.6.0 (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Jul 25, 2024
1 parent 38198e9 commit f76acbe
Show file tree
Hide file tree
Showing 30 changed files with 99 additions and 306 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.5.0...v2.6.0) (2024-07-25)


### Features

* **logger:** introduce loglevel constant ([#2787](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2787)) ([e75f593](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e75f5933602342a45fbeaa7a459452387e43c492))
* **parser:** allow parser set event type of handler with middy ([#2786](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2786)) ([9973f09](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9973f09da260305ce8fd18780a9a474f3404ca1a))





# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)


Expand Down
8 changes: 0 additions & 8 deletions examples/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.5.0...v2.6.0) (2024-07-25)

**Note:** Version bump only for package powertools-sample-app





# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

**Note:** Version bump only for package powertools-sample-app
Expand Down
16 changes: 8 additions & 8 deletions examples/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powertools-sample-app",
"version": "2.6.0",
"version": "2.5.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -41,12 +41,12 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-lambda-powertools/batch": "^2.6.0",
"@aws-lambda-powertools/idempotency": "^2.6.0",
"@aws-lambda-powertools/logger": "^2.6.0",
"@aws-lambda-powertools/metrics": "^2.6.0",
"@aws-lambda-powertools/parameters": "^2.6.0",
"@aws-lambda-powertools/tracer": "^2.6.0",
"@aws-lambda-powertools/batch": "^2.5.0",
"@aws-lambda-powertools/idempotency": "^2.5.0",
"@aws-lambda-powertools/logger": "^2.5.0",
"@aws-lambda-powertools/metrics": "^2.5.0",
"@aws-lambda-powertools/parameters": "^2.5.0",
"@aws-lambda-powertools/tracer": "^2.5.0",
"@aws-sdk/client-ssm": "^3.616.0",
"@aws-sdk/lib-dynamodb": "^3.616.0",
"@middy/core": "^4.7.0",
Expand All @@ -60,4 +60,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
}
8 changes: 0 additions & 8 deletions examples/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.5.0...v2.6.0) (2024-07-25)

**Note:** Version bump only for package code-snippets





# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)


Expand Down
18 changes: 9 additions & 9 deletions examples/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.6.0",
"version": "2.5.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
Expand All @@ -24,14 +24,14 @@
},
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"devDependencies": {
"@aws-lambda-powertools/batch": "^2.6.0",
"@aws-lambda-powertools/idempotency": "^2.6.0",
"@aws-lambda-powertools/jmespath": "^2.6.0",
"@aws-lambda-powertools/logger": "^2.6.0",
"@aws-lambda-powertools/metrics": "^2.6.0",
"@aws-lambda-powertools/parameters": "^2.6.0",
"@aws-lambda-powertools/parser": "^2.6.0",
"@aws-lambda-powertools/tracer": "^2.6.0",
"@aws-lambda-powertools/batch": "^2.5.0",
"@aws-lambda-powertools/idempotency": "^2.5.0",
"@aws-lambda-powertools/jmespath": "^2.5.0",
"@aws-lambda-powertools/logger": "^2.5.0",
"@aws-lambda-powertools/metrics": "^2.5.0",
"@aws-lambda-powertools/parameters": "^2.5.0",
"@aws-lambda-powertools/parser": "^2.5.0",
"@aws-lambda-powertools/tracer": "^2.5.0",
"@aws-sdk/client-appconfigdata": "^3.616.0",
"@aws-sdk/client-dynamodb": "^3.616.0",
"@aws-sdk/client-secrets-manager": "^3.616.0",
Expand Down
8 changes: 0 additions & 8 deletions layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.5.0...v2.6.0) (2024-07-25)

**Note:** Version bump only for package layers





# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

**Note:** Version bump only for package layers
Expand Down
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "2.6.0",
"version": "2.5.0",
"bin": {
"layer": "bin/layers.js"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"layers",
"examples/snippets"
],
"version": "2.6.0",
"version": "2.5.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.5.0...v2.6.0) (2024-07-25)

**Note:** Version bump only for package @aws-lambda-powertools/batch





# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

**Note:** Version bump only for package @aws-lambda-powertools/batch
Expand Down
11 changes: 3 additions & 8 deletions packages/batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/batch",
"version": "2.6.0",
"version": "2.5.0",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -45,17 +45,12 @@
},
"typesVersions": {
"*": {
"types": [
"lib/cjs/types.d.ts",
"lib/esm/types.d.ts"
]
"types": ["lib/cjs/types.d.ts", "lib/esm/types.d.ts"]
}
},
"types": "./lib/cjs/index.d.ts",
"main": "./lib/cjs/index.js",
"files": [
"lib"
],
"files": ["lib"],
"repository": {
"type": "git",
"url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
Expand Down
8 changes: 0 additions & 8 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.5.0...v2.6.0) (2024-07-25)

**Note:** Version bump only for package @aws-lambda-powertools/commons





# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

**Note:** Version bump only for package @aws-lambda-powertools/commons
Expand Down
Loading

0 comments on commit f76acbe

Please sign in to comment.