Skip to content

Commit b95fe5d

Browse files
authored
chore(release): 1.101.0 (#4556)
See [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.101.0/CHANGELOG.md)
2 parents 6a776be + dc0e969 commit b95fe5d

File tree

8 files changed

+23
-16
lines changed

8 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.101.0](https://github.com/aws/jsii/compare/v1.100.0...v1.101.0) (2024-06-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **pacmak:** Twine 5.1.0 not found ([#4554](https://github.com/aws/jsii/issues/4554)) ([b4cc08c](https://github.com/aws/jsii/commit/b4cc08cbeadace4cb1b1539b8387e95763ed0a72))
11+
512
## [1.100.0](https://github.com/aws/jsii/compare/v1.99.0...v1.100.0) (2024-06-13)
613

714

gh-pages/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdocs~=1.6.0
22
mkdocs-awesome-pages-plugin~=2.9.2
3-
mkdocs-material~=9.5.26
3+
mkdocs-material~=9.5.27
44
mkdocs-git-revision-date-plugin~=0.3.2

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.100.0",
15+
"version": "1.101.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

packages/@jsii/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageReference Update="Microsoft.Extensions.Logging" Version="8.0.0" />
77
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
88

9-
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
9+
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
1010
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
1111
<PackageReference Update="Microsoft.CodeQuality.Analyzers" Version="3.3.2" />
1212

packages/@jsii/python-runtime/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
black~=24.4
22
mypy==1.10.0
3-
pip~=24.0
3+
pip~=24.1
44
pytest~=8.2
55
pytest-mypy~=0.10
6-
setuptools~=70.0.0
6+
setuptools~=70.1.0
77
types-python-dateutil~=2.9
88
wheel~=0.43
99

packages/jsii-pacmak/lib/targets/python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
setuptools~=67.3.2 # build-system
77
wheel~=0.42 # build-system
88

9-
twine~=5.1.0
9+
twine~=5.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mypy==1.10.0
2-
pip==24.0 # required to use --config-settings
2+
pip==24.1 # required to use --config-settings

yarn.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)