Skip to content

Commit

Permalink
chore(release): 1.101.0 (#4556)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jun 26, 2024
2 parents 6a776be + dc0e969 commit b95fe5d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 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.101.0](https://github.com/aws/jsii/compare/v1.100.0...v1.101.0) (2024-06-26)


### Bug Fixes

* **pacmak:** Twine 5.1.0 not found ([#4554](https://github.com/aws/jsii/issues/4554)) ([b4cc08c](https://github.com/aws/jsii/commit/b4cc08cbeadace4cb1b1539b8387e95763ed0a72))

## [1.100.0](https://github.com/aws/jsii/compare/v1.99.0...v1.100.0) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion gh-pages/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs~=1.6.0
mkdocs-awesome-pages-plugin~=2.9.2
mkdocs-material~=9.5.26
mkdocs-material~=9.5.27
mkdocs-git-revision-date-plugin~=0.3.2
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.100.0",
"version": "1.101.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion packages/@jsii/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Update="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="8.0.0" />

<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageReference Update="Microsoft.CodeQuality.Analyzers" Version="3.3.2" />

Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/python-runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
black~=24.4
mypy==1.10.0
pip~=24.0
pip~=24.1
pytest~=8.2
pytest-mypy~=0.10
setuptools~=70.0.0
setuptools~=70.1.0
types-python-dateutil~=2.9
wheel~=0.43

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
setuptools~=67.3.2 # build-system
wheel~=0.42 # build-system

twine~=5.1.0
twine~=5.0.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy==1.10.0
pip==24.0 # required to use --config-settings
pip==24.1 # required to use --config-settings
18 changes: 9 additions & 9 deletions yarn.lock

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

0 comments on commit b95fe5d

Please sign in to comment.