Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mvantellingen committed Jan 8, 2025
1 parent 4e538e9 commit 76a1595
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/eighty-foxes-worry.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @labdigital/federated-token-apollo

## 1.4.1

### Patch Changes

- 4e538e9: resolve issue with release process and formatting
- Updated dependencies [4e538e9]
- @labdigital/federated-token@1.4.1

## 1.4.0

### Minor 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": "1.4.0",
"version": "1.4.1",
"description": "Federate JWT tokens between Apollo servers",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @labdigital/federated-token

## 1.4.1

### Patch Changes

- 4e538e9: resolve issue with release process and formatting

## 1.4.0

### Minor 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": "1.4.0",
"version": "1.4.1",
"description": "Federate JWT tokens between Apollo servers",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @labdigital/federated-token-react

## 1.4.1

### Patch Changes

- 4e538e9: resolve issue with release process and formatting

## 1.4.0

### Patch Changes
Expand Down
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": "1.4.0",
"version": "1.4.1",
"description": "Federate JWT tokens for React clients",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @labdigital/federated-token-yoga

## 1.4.1

### Patch Changes

- 4e538e9: resolve issue with release process and formatting
- Updated dependencies [4e538e9]
- @labdigital/federated-token@1.4.1

## 1.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/federated-token-yoga",
"version": "1.4.0",
"version": "1.4.1",
"description": "Federated token plugin for GraphQL Yoga",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 76a1595

Please sign in to comment.