Skip to content

Commit

Permalink
chore(release): 1.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS CDK Team committed Oct 11, 2024
1 parent 2749695 commit 227a996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"rejectCycles": true
}
},
"version": "1.103.1",
"version": "1.104.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 227a996

Please sign in to comment.