Skip to content

Commit 4a3242a

Browse files
authored
Release 1.0.0 (#144)
Bump version to 1.0.0 and update @types/node to 25.2.3
1 parent c767399 commit 4a3242a

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

infrastructure/package-lock.json

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

infrastructure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-starter-infrastructure",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc",
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@types/jest": "30.0.0",
21-
"@types/node": "25.2.2",
21+
"@types/node": "25.2.3",
2222
"aws-cdk": "2.1105.0",
2323
"jest": "30.2.0",
2424
"rimraf": "6.1.2",

package-lock.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"author": "LeanStacks",
88
"license": "MIT",
9-
"version": "1.0.0-alpha.1",
9+
"version": "1.0.0",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)