Skip to content

Commit

Permalink
update version (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mvantellingen committed Oct 24, 2024
1 parent 6bafeaf commit c9db0de
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"@labdigital/federated-token-envelop": "0.13.3",
"@labdigital/federated-token-react": "0.13.2"
},
"changesets": []
"changesets": [
"brown-fans-study",
"tiny-spoons-arrive"
]
}
17 changes: 17 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @labdigital/federated-token-apollo

## 1.0.0-beta.0

### Major Changes

- d175ba0: Refactor the package to allow for better support of both server-side and
client-side usage of the cookies. This includes distinquishing cookie names for
authenticated users versus guest users. Note that this is potentially a breaking
change for existing users.

Please refer to the README.md for more information on how to upgrade your
existing implementation.

### Patch Changes

- Updated dependencies [d175ba0]
- @labdigital/federated-token@1.0.0-beta.0

## 0.13.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/federated-token-apollo",
"version": "0.13.2",
"version": "1.0.0-beta.0",
"description": "Federate JWT tokens between Apollo servers",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @labdigital/federated-token

## 1.0.0-beta.0

### Major Changes

- d175ba0: Refactor the package to allow for better support of both server-side and
client-side usage of the cookies. This includes distinquishing cookie names for
authenticated users versus guest users. Note that this is potentially a breaking
change for existing users.

Please refer to the README.md for more information on how to upgrade your
existing implementation.

## 0.13.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/federated-token",
"version": "0.13.2",
"version": "1.0.0-beta.0",
"description": "Federate JWT tokens between Apollo servers",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @labdigital/federated-token-apollo

## 1.0.0-beta.0

### Major Changes

- d175ba0: Refactor the package to allow for better support of both server-side and
client-side usage of the cookies. This includes distinquishing cookie names for
authenticated users versus guest users. Note that this is potentially a breaking
change for existing users.

Please refer to the README.md for more information on how to upgrade your
existing implementation.

### Patch Changes

- Updated dependencies [d175ba0]
- @labdigital/federated-token@1.0.0-beta.0

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/federated-token-envelop",
"version": "0.13.3",
"version": "1.0.0-beta.0",
"description": "Federate JWT tokens between GraphQL servers",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @labdigital/federated-token-react

## 1.0.0-beta.0

### Major Changes

- d175ba0: Refactor the package to allow for better support of both server-side and
client-side usage of the cookies. This includes distinquishing cookie names for
authenticated users versus guest users. Note that this is potentially a breaking
change for existing users.

Please refer to the README.md for more information on how to upgrade your
existing implementation.

### Patch Changes

- 74df0d0: Initial version
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/federated-token-react",
"version": "0.13.2",
"version": "1.0.0-beta.0",
"description": "Federate JWT tokens for React clients",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit c9db0de

Please sign in to comment.