From 227a996ff1b0ce549734fceec078ae8896b3f78b Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Fri, 11 Oct 2024 16:49:44 +0000 Subject: [PATCH 1/2] chore(release): 1.104.0 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8023ce7edb..b23d6fffb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.104.0](https://github.com/aws/jsii/compare/v1.103.1...v1.104.0) (2024-10-11) + + +### Bug Fixes + +* Python constructs do not implement a compatible interface ([#4659](https://github.com/aws/jsii/issues/4659)) ([2749695](https://github.com/aws/jsii/commit/27496956bdb29939cde920971e08b036edb0d81a)) +* **python:** user defined `__jsii_proxy_class` attributes are not preserved ([#4625](https://github.com/aws/jsii/issues/4625)) ([54fa1b2](https://github.com/aws/jsii/commit/54fa1b24d332ac8ebbead12a8bd431811b2fa74f)), closes [40jsii/python-runtime/src/jsii/_reference_map.py#L65-L70](https://github.com/40jsii/python-runtime/src/jsii/_reference_map.py/issues/L65-L70) [/github.com/aws/jsii/blob/dc77d6c7016bcb7531f6e374243410f969ea1fbf/packages/jsii-pacmak/lib/targets/python.ts#L1496-L1501](https://github.com/aws//github.com/aws/jsii/blob/dc77d6c7016bcb7531f6e374243410f969ea1fbf/packages/jsii-pacmak/lib/targets/python.ts/issues/L1496-L1501) [40jsii/python-runtime/src/jsii/_reference_map.py#L48-L54](https://github.com/40jsii/python-runtime/src/jsii/_reference_map.py/issues/L48-L54) + ## [1.103.1](https://github.com/aws/jsii/compare/v1.103.0...v1.103.1) (2024-08-30) diff --git a/lerna.json b/lerna.json index d4a22cc5bc..0b63478bda 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.103.1", + "version": "1.104.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } From a5314b441990b1a1100962ea204f1fc16108d7b3 Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:52:22 -0400 Subject: [PATCH 2/2] chore: Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23d6fffb7..8c6f264fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes * Python constructs do not implement a compatible interface ([#4659](https://github.com/aws/jsii/issues/4659)) ([2749695](https://github.com/aws/jsii/commit/27496956bdb29939cde920971e08b036edb0d81a)) -* **python:** user defined `__jsii_proxy_class` attributes are not preserved ([#4625](https://github.com/aws/jsii/issues/4625)) ([54fa1b2](https://github.com/aws/jsii/commit/54fa1b24d332ac8ebbead12a8bd431811b2fa74f)), closes [40jsii/python-runtime/src/jsii/_reference_map.py#L65-L70](https://github.com/40jsii/python-runtime/src/jsii/_reference_map.py/issues/L65-L70) [/github.com/aws/jsii/blob/dc77d6c7016bcb7531f6e374243410f969ea1fbf/packages/jsii-pacmak/lib/targets/python.ts#L1496-L1501](https://github.com/aws//github.com/aws/jsii/blob/dc77d6c7016bcb7531f6e374243410f969ea1fbf/packages/jsii-pacmak/lib/targets/python.ts/issues/L1496-L1501) [40jsii/python-runtime/src/jsii/_reference_map.py#L48-L54](https://github.com/40jsii/python-runtime/src/jsii/_reference_map.py/issues/L48-L54) ## [1.103.1](https://github.com/aws/jsii/compare/v1.103.0...v1.103.1) (2024-08-30)