Skip to content

Commit

Permalink
fix: declare support for jsii-rosetta 5.2 (#1186)
Browse files Browse the repository at this point in the history
Adding the [email protected] version line. This will automatically test jsii-docgen with additional versions of jsii-rosetta.
  • Loading branch information
mrgrain authored Oct 31, 2023
1 parent ea04f4d commit 3865403
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 63 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 @@ -65,6 +65,7 @@ new RosettaPeerDependency(project, {
[RosettaVersionLines.V1_X]: '~v1.85.0',
[RosettaVersionLines.V5_0]: '~5.0.14',
[RosettaVersionLines.V5_1]: '~5.1.2',
[RosettaVersionLines.V5_2]: '~5.2.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 @@ -7,6 +7,7 @@ export enum RosettaVersionLines {
V1_X,
V5_0,
V5_1,
V5_2,
}

export interface RosettaPeerDependencyOptions {
Expand Down
91 changes: 32 additions & 59 deletions yarn.lock

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

0 comments on commit 3865403

Please sign in to comment.