Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hardworker-bot committed Jan 29, 2025
1 parent 3bd7b36 commit 247d025
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
8 changes: 8 additions & 0 deletions controlplane/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.121.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.121.2) (2025-01-29)

### Bug Fixes

* adding/removing directive is not picked up by wgc subgraph check ([#1494](https://github.com/wundergraph/cosmo/issues/1494)) ([3cfa2d5](https://github.com/wundergraph/cosmo/commit/3cfa2d5ceba9d1b5beb613c255566324bec85c3d)) (@JivusAyrus)
* trim the inputs of group mappers ([#1541](https://github.com/wundergraph/cosmo/issues/1541)) ([18a6025](https://github.com/wundergraph/cosmo/commit/18a6025a1e352ae6adb77ec2d231f209e20c4833)) (@JivusAyrus)
* webhooks shot when schema is unchanged ([#1542](https://github.com/wundergraph/cosmo/issues/1542)) ([3024dcf](https://github.com/wundergraph/cosmo/commit/3024dcfe9f6a7df3e7d3707fca671615ac26f304)) (@thisisnithin)

## [0.121.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.121.1) (2025-01-24)

**Note:** Version bump only for package controlplane
Expand Down
2 changes: 1 addition & 1 deletion controlplane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "controlplane",
"version": "0.121.1",
"version": "0.121.2",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions graphqlmetrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.32.2) (2025-01-29)

**Note:** Version bump only for package graphqlmetrics

## [0.32.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.32.1) (2025-01-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion graphqlmetrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphqlmetrics",
"version": "0.32.1",
"version": "0.32.2",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.168.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.168.0) (2025-01-29)

### Features

* add normalizedQuery to query plan and request info to trace ([#1536](https://github.com/wundergraph/cosmo/issues/1536)) ([60e3d0e](https://github.com/wundergraph/cosmo/commit/60e3d0e7d406eea103268306973425a4e4c82222)) (@alepane21)

# [0.167.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.167.0) (2025-01-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router",
"version": "0.167.0",
"version": "0.168.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions studio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.99.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.99.2) (2025-01-29)

### Bug Fixes

* add copy button to subgraph routing url ([#1543](https://github.com/wundergraph/cosmo/issues/1543)) ([d48255d](https://github.com/wundergraph/cosmo/commit/d48255d8edcc4907cc5730636b3cda43dc582db8)) (@thisisnithin)
* subgraphs search functionality ([#1540](https://github.com/wundergraph/cosmo/issues/1540)) ([3bd7b36](https://github.com/wundergraph/cosmo/commit/3bd7b36fa0a5db912afbe127c2616542fc68399d)) (@JivusAyrus)
* trim the inputs of group mappers ([#1541](https://github.com/wundergraph/cosmo/issues/1541)) ([18a6025](https://github.com/wundergraph/cosmo/commit/18a6025a1e352ae6adb77ec2d231f209e20c4833)) (@JivusAyrus)

## [0.99.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.99.1) (2025-01-24)

**Note:** Version bump only for package studio
Expand Down
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio",
"version": "0.99.1",
"version": "0.99.2",
"private": true,
"license": "Apache-2.0",
"description": "WunderGraph Cosmo Studio",
Expand Down

0 comments on commit 247d025

Please sign in to comment.