From c00a5dce320d8fcb0a79ae496618377fe63a1f4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 08:22:13 +0000 Subject: [PATCH] chore: release --- packages/@wroud/conventional-commits-bump/CHANGELOG.md | 10 ++++++++++ packages/@wroud/conventional-commits-bump/package.json | 2 +- .../@wroud/conventional-commits-changelog/CHANGELOG.md | 10 ++++++++++ .../@wroud/conventional-commits-changelog/package.json | 2 +- .../@wroud/conventional-commits-parser/CHANGELOG.md | 10 ++++++++++ .../@wroud/conventional-commits-parser/package.json | 2 +- packages/@wroud/di-react/CHANGELOG.md | 10 ++++++++++ packages/@wroud/di-react/package.json | 2 +- packages/@wroud/di-tools-analyzer/CHANGELOG.md | 10 ++++++++++ packages/@wroud/di-tools-analyzer/package.json | 2 +- packages/@wroud/di-tools-codemod/CHANGELOG.md | 10 ++++++++++ packages/@wroud/di-tools-codemod/package.json | 2 +- packages/@wroud/di/CHANGELOG.md | 10 ++++++++++ packages/@wroud/di/package.json | 2 +- packages/@wroud/git/CHANGELOG.md | 10 ++++++++++ packages/@wroud/git/package.json | 2 +- packages/@wroud/github/CHANGELOG.md | 10 ++++++++++ packages/@wroud/github/package.json | 2 +- packages/@wroud/preconditions/CHANGELOG.md | 10 ++++++++++ packages/@wroud/preconditions/package.json | 2 +- packages/@wroud/ts-project-linker/CHANGELOG.md | 10 ++++++++++ packages/@wroud/ts-project-linker/package.json | 2 +- packages/@wroud/ts-template/CHANGELOG.md | 10 ++++++++++ packages/@wroud/ts-template/package.json | 2 +- .../@wroud/vite-plugin-asset-resolver/CHANGELOG.md | 10 ++++++++++ .../@wroud/vite-plugin-asset-resolver/package.json | 2 +- packages/@wroud/vite-plugin-ssg/CHANGELOG.md | 10 ++++++++++ packages/@wroud/vite-plugin-ssg/package.json | 2 +- packages/@wroud/vite-plugin-tsc/CHANGELOG.md | 10 ++++++++++ packages/@wroud/vite-plugin-tsc/package.json | 2 +- packages/graphql-codegen-fragment-masking/CHANGELOG.md | 10 ++++++++++ packages/graphql-codegen-fragment-masking/package.json | 2 +- .../graphql-codegen-typed-document-nodes/CHANGELOG.md | 10 ++++++++++ .../graphql-codegen-typed-document-nodes/package.json | 2 +- 34 files changed, 187 insertions(+), 17 deletions(-) diff --git a/packages/@wroud/conventional-commits-bump/CHANGELOG.md b/packages/@wroud/conventional-commits-bump/CHANGELOG.md index 83c3aab..6e3c77f 100644 --- a/packages/@wroud/conventional-commits-bump/CHANGELOG.md +++ b/packages/@wroud/conventional-commits-bump/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/cc-bump-v0.1.1...cc-bump-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-10-12) diff --git a/packages/@wroud/conventional-commits-bump/package.json b/packages/@wroud/conventional-commits-bump/package.json index 7d8c246..7b901f1 100644 --- a/packages/@wroud/conventional-commits-bump/package.json +++ b/packages/@wroud/conventional-commits-bump/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/conventional-commits-bump", "description": "A utility for determining version bump types (major, minor, patch) based on conventional commit messages, facilitating semantic versioning in your projects.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "bin": "./lib/cli.js", diff --git a/packages/@wroud/conventional-commits-changelog/CHANGELOG.md b/packages/@wroud/conventional-commits-changelog/CHANGELOG.md index dcfff48..c0538d8 100644 --- a/packages/@wroud/conventional-commits-changelog/CHANGELOG.md +++ b/packages/@wroud/conventional-commits-changelog/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/cc-changelog-v0.1.1...cc-changelog-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-10-12) diff --git a/packages/@wroud/conventional-commits-changelog/package.json b/packages/@wroud/conventional-commits-changelog/package.json index 0b450ef..aa84244 100644 --- a/packages/@wroud/conventional-commits-changelog/package.json +++ b/packages/@wroud/conventional-commits-changelog/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/conventional-commits-changelog", "description": "A TypeScript library for generating markdown changelogs from conventional commit messages, providing a structured and consistent format for documenting project updates.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "exports": { diff --git a/packages/@wroud/conventional-commits-parser/CHANGELOG.md b/packages/@wroud/conventional-commits-parser/CHANGELOG.md index 24d6293..6bd8332 100644 --- a/packages/@wroud/conventional-commits-parser/CHANGELOG.md +++ b/packages/@wroud/conventional-commits-parser/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/cc-parser-v0.1.1...cc-parser-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-10-12) diff --git a/packages/@wroud/conventional-commits-parser/package.json b/packages/@wroud/conventional-commits-parser/package.json index 24b32eb..da2916c 100644 --- a/packages/@wroud/conventional-commits-parser/package.json +++ b/packages/@wroud/conventional-commits-parser/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/conventional-commits-parser", "description": "A lightweight parser for conventional commits that supports extracting commit metadata, generating commit messages, and managing commit trailers in TypeScript.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "exports": { diff --git a/packages/@wroud/di-react/CHANGELOG.md b/packages/@wroud/di-react/CHANGELOG.md index 5856b6d..7ca444f 100644 --- a/packages/@wroud/di-react/CHANGELOG.md +++ b/packages/@wroud/di-react/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.4.1 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/di-react-v0.4.0...di-react-v0.4.1) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.4.0 (2024-11-25) diff --git a/packages/@wroud/di-react/package.json b/packages/@wroud/di-react/package.json index 997cae9..a284ad4 100644 --- a/packages/@wroud/di-react/package.json +++ b/packages/@wroud/di-react/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/di-react", "description": "A simple and lightweight dependency injection library for React", - "version": "0.4.0", + "version": "0.4.1", "packageManager": "yarn@4.5.3", "type": "module", "license": "MIT", diff --git a/packages/@wroud/di-tools-analyzer/CHANGELOG.md b/packages/@wroud/di-tools-analyzer/CHANGELOG.md index 57c039c..f97ee96 100644 --- a/packages/@wroud/di-tools-analyzer/CHANGELOG.md +++ b/packages/@wroud/di-tools-analyzer/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.5.1 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/di-tools-analyzer-v0.5.0...di-tools-analyzer-v0.5.1) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.5.0 (2024-11-25) diff --git a/packages/@wroud/di-tools-analyzer/package.json b/packages/@wroud/di-tools-analyzer/package.json index 9828f2c..457d049 100644 --- a/packages/@wroud/di-tools-analyzer/package.json +++ b/packages/@wroud/di-tools-analyzer/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/di-tools-analyzer", "description": "DI Tools Analyzer is a tool that helps you to analyze the dependency injection tools in your project and generate a report for them.", - "version": "0.5.0", + "version": "0.5.1", "packageManager": "yarn@4.5.3", "type": "module", "license": "MIT", diff --git a/packages/@wroud/di-tools-codemod/CHANGELOG.md b/packages/@wroud/di-tools-codemod/CHANGELOG.md index 7e363be..ea259f5 100644 --- a/packages/@wroud/di-tools-codemod/CHANGELOG.md +++ b/packages/@wroud/di-tools-codemod/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.3.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/di-tools-codemod-v0.3.1...di-tools-codemod-v0.3.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.3.1 (2024-10-02) diff --git a/packages/@wroud/di-tools-codemod/package.json b/packages/@wroud/di-tools-codemod/package.json index 3491603..ae46dfb 100644 --- a/packages/@wroud/di-tools-codemod/package.json +++ b/packages/@wroud/di-tools-codemod/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/di-tools-codemod", "description": "@wroud/di-tools-codemod is a codemod utility that automates the migration of your codebase from Inversify to @wroud/di. It streamlines the transformation process, allowing for effortless and customizable transitions through configuration support.", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/@wroud/di/CHANGELOG.md b/packages/@wroud/di/CHANGELOG.md index 39ee748..70cbc72 100644 --- a/packages/@wroud/di/CHANGELOG.md +++ b/packages/@wroud/di/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.15.1 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/di-v0.15.0...di-v0.15.1) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.15.0 (2024-11-25) diff --git a/packages/@wroud/di/package.json b/packages/@wroud/di/package.json index bc9746c..10d5185 100644 --- a/packages/@wroud/di/package.json +++ b/packages/@wroud/di/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/di", "description": "A simple and lightweight dependency injection library for JavaScript and TypeScript", - "version": "0.15.0", + "version": "0.15.1", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/@wroud/git/CHANGELOG.md b/packages/@wroud/git/CHANGELOG.md index 9cdbf68..449affb 100644 --- a/packages/@wroud/git/CHANGELOG.md +++ b/packages/@wroud/git/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.3 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/git-v0.1.2...git-v0.1.3) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.2 (2024-09-22) diff --git a/packages/@wroud/git/package.json b/packages/@wroud/git/package.json index a1860b3..0f5726b 100644 --- a/packages/@wroud/git/package.json +++ b/packages/@wroud/git/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/git", "description": "A lightweight toolset for working with local git, including utilities for retrieving git commits and tags, ideal for CI/CD pipelines and automated release workflows.", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/@wroud/github/CHANGELOG.md b/packages/@wroud/github/CHANGELOG.md index 9c427b1..5293207 100644 --- a/packages/@wroud/github/CHANGELOG.md +++ b/packages/@wroud/github/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/github-v0.1.1...github-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-10-12) diff --git a/packages/@wroud/github/package.json b/packages/@wroud/github/package.json index 61d70c6..a4d0743 100644 --- a/packages/@wroud/github/package.json +++ b/packages/@wroud/github/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/github", "description": "A lightweight GitHub integration library for working with git history, co-authors, issues, and commit links. Supports extracting GitHub metadata, generating GitHub URLs, and managing commit trailers in TypeScript.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "exports": { diff --git a/packages/@wroud/preconditions/CHANGELOG.md b/packages/@wroud/preconditions/CHANGELOG.md index 4a1c12a..db868cd 100644 --- a/packages/@wroud/preconditions/CHANGELOG.md +++ b/packages/@wroud/preconditions/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.2.1 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/preconditions-v0.2.0...preconditions-v0.2.1) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.2.0 (2024-11-20) diff --git a/packages/@wroud/preconditions/package.json b/packages/@wroud/preconditions/package.json index a890275..83e0143 100644 --- a/packages/@wroud/preconditions/package.json +++ b/packages/@wroud/preconditions/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/preconditions", "description": "A flexible and extensible library for managing preconditions in JavaScript and TypeScript applications. Simplify validation and preparation of entities like nodes, connections, and features with dynamic precondition handling.", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "sideEffects": [], "exports": { diff --git a/packages/@wroud/ts-project-linker/CHANGELOG.md b/packages/@wroud/ts-project-linker/CHANGELOG.md index 19bf1b3..deb28f4 100644 --- a/packages/@wroud/ts-project-linker/CHANGELOG.md +++ b/packages/@wroud/ts-project-linker/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.1 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/ts-link-v0.1.0...ts-link-v0.1.1) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.0 (2024-10-07) diff --git a/packages/@wroud/ts-project-linker/package.json b/packages/@wroud/ts-project-linker/package.json index 2b50537..3ce0b2a 100644 --- a/packages/@wroud/ts-project-linker/package.json +++ b/packages/@wroud/ts-project-linker/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/ts-project-linker", "description": "A CLI tool that synchronizes TypeScript project references with package dependencies, supporting sub configurations like tsconfig.*.json.", - "version": "0.1.0", + "version": "0.1.1", "packageManager": "yarn@4.5.3", "license": "MIT", "author": "Wroud", diff --git a/packages/@wroud/ts-template/CHANGELOG.md b/packages/@wroud/ts-template/CHANGELOG.md index 36a1881..f08b790 100644 --- a/packages/@wroud/ts-template/CHANGELOG.md +++ b/packages/@wroud/ts-template/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.5.1 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/ts-template-v0.5.0...ts-template-v0.5.1) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.5.0 (2024-11-15) diff --git a/packages/@wroud/ts-template/package.json b/packages/@wroud/ts-template/package.json index f4e44e1..6cf1b73 100644 --- a/packages/@wroud/ts-template/package.json +++ b/packages/@wroud/ts-template/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/ts-template", "description": "", - "version": "0.5.0", + "version": "0.5.1", "packageManager": "yarn@4.5.3", "license": "MIT", "author": "Wroud", diff --git a/packages/@wroud/vite-plugin-asset-resolver/CHANGELOG.md b/packages/@wroud/vite-plugin-asset-resolver/CHANGELOG.md index c6f779b..c588abf 100644 --- a/packages/@wroud/vite-plugin-asset-resolver/CHANGELOG.md +++ b/packages/@wroud/vite-plugin-asset-resolver/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/vp-asset-resolver-v0.1.1...vp-asset-resolver-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-11-13) diff --git a/packages/@wroud/vite-plugin-asset-resolver/package.json b/packages/@wroud/vite-plugin-asset-resolver/package.json index 770900d..547b14d 100644 --- a/packages/@wroud/vite-plugin-asset-resolver/package.json +++ b/packages/@wroud/vite-plugin-asset-resolver/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/vite-plugin-asset-resolver", "description": "A Vite plugin for custom asset resolution, mapping 'dist' to 'src' directories and resolving files like SVG, images, and other resources. Supports multiple directory aliases and file extensions for flexible module resolution.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/@wroud/vite-plugin-ssg/CHANGELOG.md b/packages/@wroud/vite-plugin-ssg/CHANGELOG.md index c028247..efa3817 100644 --- a/packages/@wroud/vite-plugin-ssg/CHANGELOG.md +++ b/packages/@wroud/vite-plugin-ssg/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.2.3 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/vite-plugin-ssg-v0.2.2...vite-plugin-ssg-v0.2.3) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.2.2 (2024-11-19) diff --git a/packages/@wroud/vite-plugin-ssg/package.json b/packages/@wroud/vite-plugin-ssg/package.json index a19a73d..84917ac 100644 --- a/packages/@wroud/vite-plugin-ssg/package.json +++ b/packages/@wroud/vite-plugin-ssg/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/vite-plugin-ssg", "description": "A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO. ", - "version": "0.2.2", + "version": "0.2.3", "type": "module", "sideEffects": [], "exports": { diff --git a/packages/@wroud/vite-plugin-tsc/CHANGELOG.md b/packages/@wroud/vite-plugin-tsc/CHANGELOG.md index e08b3a1..1c5e808 100644 --- a/packages/@wroud/vite-plugin-tsc/CHANGELOG.md +++ b/packages/@wroud/vite-plugin-tsc/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.11.4 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/vite-plugin-tsc-v0.11.3...vite-plugin-tsc-v0.11.4) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.11.3 (2024-11-13) diff --git a/packages/@wroud/vite-plugin-tsc/package.json b/packages/@wroud/vite-plugin-tsc/package.json index 3678c6a..548311d 100644 --- a/packages/@wroud/vite-plugin-tsc/package.json +++ b/packages/@wroud/vite-plugin-tsc/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/vite-plugin-tsc", "description": "A Vite plugin that uses TypeScript's tsc to transpile TypeScript sources for seamless bundling.", - "version": "0.11.3", + "version": "0.11.4", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/graphql-codegen-fragment-masking/CHANGELOG.md b/packages/graphql-codegen-fragment-masking/CHANGELOG.md index 2333e15..dc73342 100644 --- a/packages/graphql-codegen-fragment-masking/CHANGELOG.md +++ b/packages/graphql-codegen-fragment-masking/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/gql-codegen-fragment-masking-v0.1.1...gql-codegen-fragment-masking-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-10-16) diff --git a/packages/graphql-codegen-fragment-masking/package.json b/packages/graphql-codegen-fragment-masking/package.json index c936048..be63f8a 100644 --- a/packages/graphql-codegen-fragment-masking/package.json +++ b/packages/graphql-codegen-fragment-masking/package.json @@ -1,7 +1,7 @@ { "name": "graphql-codegen-fragment-masking", "description": "Type-safe fragment masking plugin for GraphQL Code Generator, providing helper functions for managing GraphQL fragments with enhanced type safety and customizable configurations.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/graphql-codegen-typed-document-nodes/CHANGELOG.md b/packages/graphql-codegen-typed-document-nodes/CHANGELOG.md index 0b1edba..80a4ea2 100644 --- a/packages/graphql-codegen-typed-document-nodes/CHANGELOG.md +++ b/packages/graphql-codegen-typed-document-nodes/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.2 (2024-11-26) + +[Compare changes](https://github.com/Wroud/foundation/compare/gql-codegen-doc-nodes-v0.1.1...gql-codegen-doc-nodes-v0.1.2) + + +### 🩹 Fixes + +- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) + ## 0.1.1 (2024-10-21) diff --git a/packages/graphql-codegen-typed-document-nodes/package.json b/packages/graphql-codegen-typed-document-nodes/package.json index 6fa2520..89851d5 100644 --- a/packages/graphql-codegen-typed-document-nodes/package.json +++ b/packages/graphql-codegen-typed-document-nodes/package.json @@ -1,7 +1,7 @@ { "name": "graphql-codegen-typed-document-nodes", "description": "A custom GraphQL Code Generator plugin to generate typed document nodes for TypeScript operations and fragments. Provides enhanced type safety with generated exports for GraphQL queries, mutations, and fragments.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "packageManager": "yarn@4.5.3", "license": "MIT",