Skip to content

Commit

Permalink
Bump up stamp version for v0.6.2 (#9)
Browse files Browse the repository at this point in the history
* Bump package versions to 0.6.2 across all packages

* Bump package versions to 0.6.2 for web-ui dependencies
  • Loading branch information
yanakayus authored Feb 28, 2025
1 parent 2277194 commit 33dbc70
Show file tree
Hide file tree
Showing 19 changed files with 268 additions and 178 deletions.
240 changes: 165 additions & 75 deletions apps/web-ui/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions apps/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"next-lint": "next lint"
},
"dependencies": {
"@stamp-lib/stamp-config": "0.6.1",
"@stamp-lib/stamp-ephemeral-db-plugin": "0.6.1",
"@stamp-lib/stamp-ephemeral-identity-plugin": "0.6.1",
"@stamp-lib/stamp-dynamodb-db-plugin": "0.6.1",
"@stamp-lib/stamp-dynamodb-identity-plugin": "0.6.1",
"@stamp-lib/stamp-example-catalog": "0.6.1",
"@stamp-lib/stamp-hub": "0.6.1",
"@stamp-lib/stamp-iam-idc-catalog": "0.6.1",
"@stamp-lib/stamp-iam-role-catalog": "0.6.1",
"@stamp-lib/stamp-logger": "0.6.1",
"@stamp-lib/stamp-plugin-router": "0.6.1",
"@stamp-lib/stamp-slack-plugin": "0.6.1",
"@stamp-lib/stamp-config": "0.6.2",
"@stamp-lib/stamp-ephemeral-db-plugin": "0.6.2",
"@stamp-lib/stamp-ephemeral-identity-plugin": "0.6.2",
"@stamp-lib/stamp-dynamodb-db-plugin": "0.6.2",
"@stamp-lib/stamp-dynamodb-identity-plugin": "0.6.2",
"@stamp-lib/stamp-example-catalog": "0.6.2",
"@stamp-lib/stamp-hub": "0.6.2",
"@stamp-lib/stamp-iam-idc-catalog": "0.6.2",
"@stamp-lib/stamp-iam-role-catalog": "0.6.2",
"@stamp-lib/stamp-logger": "0.6.2",
"@stamp-lib/stamp-plugin-router": "0.6.2",
"@stamp-lib/stamp-slack-plugin": "0.6.2",
"@stamp-lib/stamp-types": "0.6.1",
"@hono/node-server": "^1.10.1",
"@hookform/resolvers": "^3.3.2",
Expand Down
8 changes: 4 additions & 4 deletions catalogs/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp-lib/stamp-example-catalog",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,9 +13,9 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@stamp-lib/stamp-logger": "^0.6.1",
"@stamp-lib/stamp-option": "^0.6.1",
"@stamp-lib/stamp-types": "^0.6.1",
"@stamp-lib/stamp-logger": "^0.6.2",
"@stamp-lib/stamp-option": "^0.6.2",
"@stamp-lib/stamp-types": "^0.6.2",
"neverthrow": "^6.1.0",
"zod": "^3.22.4"
},
Expand Down
6 changes: 3 additions & 3 deletions catalogs/iam-idc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp-lib/stamp-iam-idc-catalog",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"@aws-sdk/client-identitystore": "^3.465.0",
"@aws-sdk/client-sso-admin": "^3.453.0",
"@aws-sdk/lib-dynamodb": "^3.474.0",
"@stamp-lib/stamp-logger": "^0.6.1",
"@stamp-lib/stamp-types": "^0.6.1",
"@stamp-lib/stamp-logger": "^0.6.2",
"@stamp-lib/stamp-types": "^0.6.2",
"neverthrow": "^6.1.0",
"zod": "^3.22.4"
},
Expand Down
8 changes: 4 additions & 4 deletions catalogs/iam-role/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp-lib/stamp-iam-role-catalog",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"@aws-sdk/client-sts": "^3.485.0",
"@aws-sdk/credential-providers": "^3.485.0",
"@aws-sdk/lib-dynamodb": "^3.474.0",
"@stamp-lib/stamp-logger": "^0.6.1",
"@stamp-lib/stamp-option": "^0.6.1",
"@stamp-lib/stamp-types": "^0.6.1",
"@stamp-lib/stamp-logger": "^0.6.2",
"@stamp-lib/stamp-option": "^0.6.2",
"@stamp-lib/stamp-types": "^0.6.2",
"neverthrow": "^6.1.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.6.1",
"version": "0.6.2",
"packages": [
"packages/*",
"catalogs/*",
Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp-lib/stamp-config",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@stamp-lib/stamp-types": "^0.6.1",
"@stamp-lib/stamp-types": "^0.6.2",
"neverthrow": "^6.1.0",
"zod": "^3.22.4"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp-lib/stamp-hub",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,20 +13,20 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@stamp-lib/stamp-config": "^0.6.1",
"@stamp-lib/stamp-example-catalog": "^0.6.1",
"@stamp-lib/stamp-logger": "^0.6.1",
"@stamp-lib/stamp-option": "^0.6.1",
"@stamp-lib/stamp-types": "^0.6.1",
"@stamp-lib/stamp-config": "^0.6.2",
"@stamp-lib/stamp-example-catalog": "^0.6.2",
"@stamp-lib/stamp-logger": "^0.6.2",
"@stamp-lib/stamp-option": "^0.6.2",
"@stamp-lib/stamp-types": "^0.6.2",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"neverthrow": "^6.1.0",
"uuidv7": "^0.6.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@stamp-lib/stamp-ephemeral-db-plugin": "^0.6.1",
"@stamp-lib/stamp-ephemeral-identity-plugin": "^0.6.1"
"@stamp-lib/stamp-ephemeral-db-plugin": "^0.6.2",
"@stamp-lib/stamp-ephemeral-identity-plugin": "^0.6.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp-lib/stamp-logger",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/option/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stamp-lib/stamp-option",
"license": "MIT",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
Loading

0 comments on commit 33dbc70

Please sign in to comment.