Skip to content

Commit

Permalink
feat: support jsii-rosetta 5.5 version line (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Aug 26, 2024
1 parent 830a3fc commit 14d6ebb
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .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 @@ -75,6 +75,7 @@ new RosettaPeerDependency(project, {
[RosettaVersionLines.V5_2]: '~5.2.0',
[RosettaVersionLines.V5_3]: '~5.3.0',
[RosettaVersionLines.V5_4]: '~5.4.0',
[RosettaVersionLines.V5_5]: '~5.5.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 @@ -10,6 +10,7 @@ export enum RosettaVersionLines {
V5_2,
V5_3,
V5_4,
V5_5,
}

export interface RosettaPeerDependencyOptions {
Expand Down
29 changes: 12 additions & 17 deletions yarn.lock

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

0 comments on commit 14d6ebb

Please sign in to comment.