Skip to content

Commit 15ae9d0

Browse files
authored
Bump up stamp version for v0.6.1 (#6)
* Bump package versions to 0.6.1 across all packages * Bump package versions to 0.6.1 in web-ui dependencies
1 parent f1314dc commit 15ae9d0

File tree

19 files changed

+184
-184
lines changed

19 files changed

+184
-184
lines changed

apps/web-ui/package-lock.json

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

apps/web-ui/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"next-lint": "next lint"
1616
},
1717
"dependencies": {
18-
"@stamp-lib/stamp-config": "0.6.0",
19-
"@stamp-lib/stamp-ephemeral-db-plugin": "0.6.0",
20-
"@stamp-lib/stamp-ephemeral-identity-plugin": "0.6.0",
21-
"@stamp-lib/stamp-dynamodb-db-plugin": "0.6.0",
22-
"@stamp-lib/stamp-dynamodb-identity-plugin": "0.6.0",
23-
"@stamp-lib/stamp-example-catalog": "0.6.0",
24-
"@stamp-lib/stamp-hub": "0.6.0",
25-
"@stamp-lib/stamp-iam-idc-catalog": "0.6.0",
26-
"@stamp-lib/stamp-iam-role-catalog": "0.6.0",
27-
"@stamp-lib/stamp-logger": "0.6.0",
28-
"@stamp-lib/stamp-plugin-router": "0.6.0",
29-
"@stamp-lib/stamp-slack-plugin": "0.6.0",
30-
"@stamp-lib/stamp-types": "0.6.0",
18+
"@stamp-lib/stamp-config": "0.6.1",
19+
"@stamp-lib/stamp-ephemeral-db-plugin": "0.6.1",
20+
"@stamp-lib/stamp-ephemeral-identity-plugin": "0.6.1",
21+
"@stamp-lib/stamp-dynamodb-db-plugin": "0.6.1",
22+
"@stamp-lib/stamp-dynamodb-identity-plugin": "0.6.1",
23+
"@stamp-lib/stamp-example-catalog": "0.6.1",
24+
"@stamp-lib/stamp-hub": "0.6.1",
25+
"@stamp-lib/stamp-iam-idc-catalog": "0.6.1",
26+
"@stamp-lib/stamp-iam-role-catalog": "0.6.1",
27+
"@stamp-lib/stamp-logger": "0.6.1",
28+
"@stamp-lib/stamp-plugin-router": "0.6.1",
29+
"@stamp-lib/stamp-slack-plugin": "0.6.1",
30+
"@stamp-lib/stamp-types": "0.6.1",
3131
"@hono/node-server": "^1.10.1",
3232
"@hookform/resolvers": "^3.3.2",
3333
"@radix-ui/react-icons": "^1.3.0",

catalogs/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stamp-lib/stamp-example-catalog",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,9 +13,9 @@
1313
"registry": "https://registry.npmjs.org/"
1414
},
1515
"dependencies": {
16-
"@stamp-lib/stamp-logger": "^0.6.0",
17-
"@stamp-lib/stamp-option": "^0.6.0",
18-
"@stamp-lib/stamp-types": "^0.6.0",
16+
"@stamp-lib/stamp-logger": "^0.6.1",
17+
"@stamp-lib/stamp-option": "^0.6.1",
18+
"@stamp-lib/stamp-types": "^0.6.1",
1919
"neverthrow": "^6.1.0",
2020
"zod": "^3.22.4"
2121
},

catalogs/iam-idc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stamp-lib/stamp-iam-idc-catalog",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -17,8 +17,8 @@
1717
"@aws-sdk/client-identitystore": "^3.465.0",
1818
"@aws-sdk/client-sso-admin": "^3.453.0",
1919
"@aws-sdk/lib-dynamodb": "^3.474.0",
20-
"@stamp-lib/stamp-logger": "^0.6.0",
21-
"@stamp-lib/stamp-types": "^0.6.0",
20+
"@stamp-lib/stamp-logger": "^0.6.1",
21+
"@stamp-lib/stamp-types": "^0.6.1",
2222
"neverthrow": "^6.1.0",
2323
"zod": "^3.22.4"
2424
},

catalogs/iam-role/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stamp-lib/stamp-iam-role-catalog",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -20,9 +20,9 @@
2020
"@aws-sdk/client-sts": "^3.485.0",
2121
"@aws-sdk/credential-providers": "^3.485.0",
2222
"@aws-sdk/lib-dynamodb": "^3.474.0",
23-
"@stamp-lib/stamp-logger": "^0.6.0",
24-
"@stamp-lib/stamp-option": "^0.6.0",
25-
"@stamp-lib/stamp-types": "^0.6.0",
23+
"@stamp-lib/stamp-logger": "^0.6.1",
24+
"@stamp-lib/stamp-option": "^0.6.1",
25+
"@stamp-lib/stamp-types": "^0.6.1",
2626
"neverthrow": "^6.1.0",
2727
"zod": "^3.22.4"
2828
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"packages": [
55
"packages/*",
66
"catalogs/*",

0 commit comments

Comments
 (0)