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 Nov 26, 2024
1 parent 0992376 commit 2846404
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/tough-files-wash.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bruno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @labdigital/graphql-codegen-bruno

## 1.1.1

### Patch Changes

- 6be8e05: Migrate to mono-repo for all packages
2 changes: 1 addition & 1 deletion packages/bruno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/graphql-codegen-bruno",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "dist/index.js",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/k6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @labdigital/graphql-codegen-k6

## 0.0.3

### Patch Changes

- 6be8e05: Migrate to mono-repo for all packages
2 changes: 1 addition & 1 deletion packages/k6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/graphql-codegen-k6",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a ready-to-use k6 compatible SDK based on GraphQL operations",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typedefs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @labdigital/graphql-codegen-typedefs

## 0.0.2

### Patch Changes

- 6be8e05: Migrate to mono-repo for all packages

## 0.0.1

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions packages/typedefs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/graphql-codegen-typedefs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate a typedefs file with your GraphQL schema",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand All @@ -12,7 +12,10 @@
"require": "./dist/index.cjs"
}
},
"keywords": ["graphql", "codegen"],
"keywords": [
"graphql",
"codegen"
],
"author": "Lab Digital <opensource@labdigital.nl>",
"license": "MIT",
"repository": {
Expand All @@ -29,7 +32,10 @@
"test:ci": "vitest run --coverage",
"tsc": "tsc --noEmit"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"dependencies": {
"@graphql-tools/utils": "10.5.5"
},
Expand Down

0 comments on commit 2846404

Please sign in to comment.