Skip to content

Commit 33dbc70

Browse files
authored
Bump up stamp version for v0.6.2 (#9)
* Bump package versions to 0.6.2 across all packages * Bump package versions to 0.6.2 for web-ui dependencies
1 parent 2277194 commit 33dbc70

File tree

19 files changed

+268
-178
lines changed

19 files changed

+268
-178
lines changed

apps/web-ui/package-lock.json

Lines changed: 165 additions & 75 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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"next-lint": "next lint"
1616
},
1717
"dependencies": {
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",
18+
"@stamp-lib/stamp-config": "0.6.2",
19+
"@stamp-lib/stamp-ephemeral-db-plugin": "0.6.2",
20+
"@stamp-lib/stamp-ephemeral-identity-plugin": "0.6.2",
21+
"@stamp-lib/stamp-dynamodb-db-plugin": "0.6.2",
22+
"@stamp-lib/stamp-dynamodb-identity-plugin": "0.6.2",
23+
"@stamp-lib/stamp-example-catalog": "0.6.2",
24+
"@stamp-lib/stamp-hub": "0.6.2",
25+
"@stamp-lib/stamp-iam-idc-catalog": "0.6.2",
26+
"@stamp-lib/stamp-iam-role-catalog": "0.6.2",
27+
"@stamp-lib/stamp-logger": "0.6.2",
28+
"@stamp-lib/stamp-plugin-router": "0.6.2",
29+
"@stamp-lib/stamp-slack-plugin": "0.6.2",
3030
"@stamp-lib/stamp-types": "0.6.1",
3131
"@hono/node-server": "^1.10.1",
3232
"@hookform/resolvers": "^3.3.2",

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.1",
3+
"version": "0.6.2",
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.1",
17-
"@stamp-lib/stamp-option": "^0.6.1",
18-
"@stamp-lib/stamp-types": "^0.6.1",
16+
"@stamp-lib/stamp-logger": "^0.6.2",
17+
"@stamp-lib/stamp-option": "^0.6.2",
18+
"@stamp-lib/stamp-types": "^0.6.2",
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.1",
3+
"version": "0.6.2",
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.1",
21-
"@stamp-lib/stamp-types": "^0.6.1",
20+
"@stamp-lib/stamp-logger": "^0.6.2",
21+
"@stamp-lib/stamp-types": "^0.6.2",
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.1",
3+
"version": "0.6.2",
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.1",
24-
"@stamp-lib/stamp-option": "^0.6.1",
25-
"@stamp-lib/stamp-types": "^0.6.1",
23+
"@stamp-lib/stamp-logger": "^0.6.2",
24+
"@stamp-lib/stamp-option": "^0.6.2",
25+
"@stamp-lib/stamp-types": "^0.6.2",
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.1",
3+
"version": "0.6.2",
44
"packages": [
55
"packages/*",
66
"catalogs/*",

package-lock.json

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

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stamp-lib/stamp-config",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
"registry": "https://registry.npmjs.org/"
1414
},
1515
"dependencies": {
16-
"@stamp-lib/stamp-types": "^0.6.1",
16+
"@stamp-lib/stamp-types": "^0.6.2",
1717
"neverthrow": "^6.1.0",
1818
"zod": "^3.22.4"
1919
},

packages/hub/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stamp-lib/stamp-hub",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,20 +13,20 @@
1313
"registry": "https://registry.npmjs.org/"
1414
},
1515
"dependencies": {
16-
"@stamp-lib/stamp-config": "^0.6.1",
17-
"@stamp-lib/stamp-example-catalog": "^0.6.1",
18-
"@stamp-lib/stamp-logger": "^0.6.1",
19-
"@stamp-lib/stamp-option": "^0.6.1",
20-
"@stamp-lib/stamp-types": "^0.6.1",
16+
"@stamp-lib/stamp-config": "^0.6.2",
17+
"@stamp-lib/stamp-example-catalog": "^0.6.2",
18+
"@stamp-lib/stamp-logger": "^0.6.2",
19+
"@stamp-lib/stamp-option": "^0.6.2",
20+
"@stamp-lib/stamp-types": "^0.6.2",
2121
"@trpc/client": "^10.45.2",
2222
"@trpc/server": "^10.45.2",
2323
"neverthrow": "^6.1.0",
2424
"uuidv7": "^0.6.3",
2525
"zod": "^3.22.4"
2626
},
2727
"devDependencies": {
28-
"@stamp-lib/stamp-ephemeral-db-plugin": "^0.6.1",
29-
"@stamp-lib/stamp-ephemeral-identity-plugin": "^0.6.1"
28+
"@stamp-lib/stamp-ephemeral-db-plugin": "^0.6.2",
29+
"@stamp-lib/stamp-ephemeral-identity-plugin": "^0.6.2"
3030
},
3131
"repository": {
3232
"type": "git",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stamp-lib/stamp-logger",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)