Skip to content

Commit

Permalink
chore(release): 1.52.1 (#3329)
Browse files Browse the repository at this point in the history
See [CHANGELOG](https://github.com/aws/jsii/blob/patch/v1.52.1/CHANGELOG.md)

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
otaviomacedo authored Jan 10, 2022
1 parent d7c9e27 commit 5ccc8f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.52.1](https://github.com/aws/jsii/compare/v1.52.0...v1.52.1) (2022-01-09)


### Bug Fixes

* **jsii:** breaks due to faulty version of `colors` ([#3328](https://github.com/aws/jsii/issues/3328)) ([5bd5e04](https://github.com/aws/jsii/commit/5bd5e04bc401bdf6c1bc1f3aba9e6401f7347478))

## [1.52.0](https://github.com/aws/jsii/compare/v1.51.0...v1.52.0) (2022-01-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"rejectCycles": true
}
},
"version": "1.52.0"
"version": "1.52.1"
}
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@jsii/check-node": "0.0.0",
"@jsii/spec": "^0.0.0",
"colors": "^1.4.0",
"colors": "1.4.0",
"fs-extra": "^9.1.0",
"oo-ascii-tree": "^0.0.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@jsii/check-node": "0.0.0",
"@jsii/spec": "^0.0.0",
"case": "^1.6.3",
"colors": "^1.4.0",
"colors": "1.4.0",
"deep-equal": "^2.0.5",
"fs-extra": "^9.1.0",
"log4js": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock

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

0 comments on commit 5ccc8f6

Please sign in to comment.