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 612ba11
Show file tree
Hide file tree
Showing 7 changed files with 1,579 additions and 78 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.

13 changes: 11 additions & 2 deletions .projen/deps.json

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

17 changes: 13 additions & 4 deletions .projen/tasks.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
6 changes: 4 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 612ba11

Please sign in to comment.