Skip to content

Commit

Permalink
Prepare minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 8, 2024
1 parent c058af8 commit 0c7cdf0
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 11 deletions.
10 changes: 8 additions & 2 deletions packages/ssx-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# @spruceid/ssx-core

## 2.1.0

### Minor Changes

- Dependencies updates, including major bump for webpack-cli/generators, in order to address vulnerabilities including all critical ones.

## 2.0.0

### Major Changes

- Added new types to support the new structure
- The package `@spruceid/ssx-gnosis-extension` had its code moved to this library.
- Added new types to support the new structure
- The package `@spruceid/ssx-gnosis-extension` had its code moved to this library.

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/ssx-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spruceid/ssx-core",
"version": "2.0.0",
"version": "2.1.0",
"description": "SSX core library",
"author": "Spruce Systems Inc.",
"license": "Apache-2.0 OR MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/ssx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @spruceid/ssx-react

## 2.1.0

### Minor Changes

- Dependencies updates, including major bump for webpack-cli/generators, in order to address vulnerabilities including all critical ones.

### Patch Changes

- Updated dependencies
- @spruceid/ssx@2.2.0

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ssx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spruceid/ssx-react",
"version": "2.0.2",
"version": "2.1.0",
"description": "SSX React Hooks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"build": "tsc"
},
"dependencies": {
"@spruceid/ssx": "2.1.0"
"@spruceid/ssx": "2.2.0"
},
"peerDependencies": {
"wagmi": ">=0.5.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/ssx-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @spruceid/ssx

## 2.2.0

### Minor Changes

- Dependencies updates, including major bump for webpack-cli/generators, in order to address vulnerabilities including all critical ones.

### Patch Changes

- Updated dependencies
- @spruceid/ssx-core@2.1.0

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ssx-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spruceid/ssx",
"version": "2.1.0",
"version": "2.2.0",
"description": "An identity solution that enables SSI to JS/TS apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@spruceid/ssx-core": "2.0.0",
"@spruceid/ssx-core": "2.1.0",
"@spruceid/ssx-sdk-wasm": "0.3.0",
"assert": "^2.1.0",
"axios": "^1.6.7",
Expand Down
15 changes: 13 additions & 2 deletions packages/ssx-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# @spruceid/ssx-server

## 2.1.0

### Minor Changes

- Dependencies updates, including major bump for webpack-cli/generators, in order to address vulnerabilities including all critical ones.

### Patch Changes

- Updated dependencies
- @spruceid/ssx-core@2.1.0

## 2.0.0

### Major Changes

- Added stricter checks on nonces
- SSX middleware was moved back to the server package
- Added stricter checks on nonces
- SSX middleware was moved back to the server package

### Patch Changes

Expand Down
4 changes: 2 additions & 2 deletions packages/ssx-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spruceid/ssx-server",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Spruce Systems, Inc.",
Expand All @@ -21,7 +21,7 @@
},
"bin": "bin/ssx-server.js",
"dependencies": {
"@spruceid/ssx-core": "2.0.0",
"@spruceid/ssx-core": "2.1.0",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
Expand Down

0 comments on commit 0c7cdf0

Please sign in to comment.