Skip to content

Commit 2b88a15

Browse files
committed
fix: Update to version 2
Issue publishing causing me to push to version 2.
1 parent 753b0d5 commit 2b88a15

File tree

5 files changed

+19
-24
lines changed

5 files changed

+19
-24
lines changed

.projen/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
44
authorAddress: 'https://github.com/nickwillan',
55
keywords: ['aws', 'cdk', 'parameter', 'serverless,', 'ssm'],
66
description: 'CDK Contstruct that creates a globally replicated Systems Manager String Parameter.',
7-
majorVersion: 1,
7+
majorVersion: 2,
88
cdkVersion: '2.190.0',
99
constructsVersion: '10.4.2',
1010
defaultReleaseBranch: 'main',
11-
jsiiVersion: '5.7.x',
11+
jsiiVersion: '5.8.x',
1212
name: 'cdk-global-parameter',
1313
projenrcTs: true,
1414
repositoryUrl: 'https://github.com/nickwillan/cdk-global-parameter.git',

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)