Skip to content

Commit

Permalink
fix: declare support for jsii-rosetta 5.3
Browse files Browse the repository at this point in the history
Adding the [email protected] version line. This will automatically test
jsii-docgen with the additional version of jsii-rosetta.
  • Loading branch information
mrgrain committed Dec 19, 2023
1 parent 1e4e9f6 commit 3c60ed2
Show file tree
Hide file tree
Showing 6 changed files with 1,555 additions and 74 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml

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

4 changes: 2 additions & 2 deletions .projen/deps.json

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

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ new RosettaPeerDependency(project, {
[RosettaVersionLines.V5_0]: '~5.0.14',
[RosettaVersionLines.V5_1]: '~5.1.2',
[RosettaVersionLines.V5_2]: '~5.2.0',
[RosettaVersionLines.V5_3]: '~5.3.0',
},
});

Expand Down
4 changes: 2 additions & 2 deletions package.json

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

1 change: 1 addition & 0 deletions projenrc/rosetta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export enum RosettaVersionLines {
V5_0,
V5_1,
V5_2,
V5_3,
}

export interface RosettaPeerDependencyOptions {
Expand Down
Loading

0 comments on commit 3c60ed2

Please sign in to comment.