File tree Expand file tree Collapse file tree 14 files changed +50
-7
lines changed
Expand file tree Collapse file tree 14 files changed +50
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44All notable changes to this project will be documented in this file.
55See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
66
7+ # [ 0.76.0] ( https://github.com/wundergraph/cosmo/compare/wgc@0.75.12...wgc@0.76.0 ) (2025-03-28)
8+
9+ ### Features
10+
11+ * implement ` --client-schema ` flag ([ #1729 ] ( https://github.com/wundergraph/cosmo/issues/1729 ) ) ([ 4634e7e] ( https://github.com/wundergraph/cosmo/commit/4634e7e7bbf4998bd8a7462623c29001ed39cc3c ) ) (@wilsonrivera )
12+
713## [ 0.75.12] ( https://github.com/wundergraph/cosmo/compare/wgc@0.75.11...wgc@0.75.12 ) (2025-03-25)
814
915### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " wgc" ,
3- "version" : " 0.75.12 " ,
3+ "version" : " 0.76.0 " ,
44 "description" : " The official CLI tool to manage the GraphQL Federation Platform Cosmo" ,
55 "type" : " module" ,
66 "main" : " dist/src/index.js" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44All notable changes to this project will be documented in this file.
55See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
66
7+ ## [ 0.38.1] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.38.0...@wundergraph/composition@0.38.1 ) (2025-03-28)
8+
9+ ### Bug Fixes
10+
11+ * authorization directive cascading ([ #1733 ] ( https://github.com/wundergraph/cosmo/issues/1733 ) ) ([ 0199fb5] ( https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436 ) ) (@Aenimus )
12+
713# [ 0.38.0] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.37.3...@wundergraph/composition@0.38.0 ) (2025-03-25)
814
915### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @wundergraph/composition" ,
3- "version" : " 0.38.0 " ,
3+ "version" : " 0.38.1 " ,
44 "author" : {
55 "name" : " WunderGraph Maintainers" ,
66 "email" : " info@wundergraph.com"
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44All notable changes to this project will be documented in this file.
55See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
66
7+ ## [ 0.98.1] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.98.0...@wundergraph/cosmo-connect@0.98.1 ) (2025-03-28)
8+
9+ ### Bug Fixes
10+
11+ * authorization directive cascading ([ #1733 ] ( https://github.com/wundergraph/cosmo/issues/1733 ) ) ([ 0199fb5] ( https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436 ) ) (@Aenimus )
12+
713# [ 0.98.0] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.97.0...@wundergraph/cosmo-connect@0.98.0 ) (2025-03-25)
814
915### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @wundergraph/cosmo-connect" ,
3- "version" : " 0.98.0 " ,
3+ "version" : " 0.98.1 " ,
44 "description" : " TypeScript Connect client for WunderGraph Cosmo" ,
55 "scripts" : {
66 "build" : " del dist && tsc"
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44All notable changes to this project will be documented in this file.
55See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
66
7+ ## [ 0.129.2] ( https://github.com/wundergraph/cosmo/compare/controlplane@0.129.1...controlplane@0.129.2 ) (2025-03-28)
8+
9+ ### Bug Fixes
10+
11+ * authorization directive cascading ([ #1733 ] ( https://github.com/wundergraph/cosmo/issues/1733 ) ) ([ 0199fb5] ( https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436 ) ) (@Aenimus )
12+
713## [ 0.129.1] ( https://github.com/wundergraph/cosmo/compare/controlplane@0.129.0...controlplane@0.129.1 ) (2025-03-25)
814
915### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " controlplane" ,
3- "version" : " 0.129.1 " ,
3+ "version" : " 0.129.2 " ,
44 "private" : true ,
55 "description" : " WunderGraph Cosmo Controlplane" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44All notable changes to this project will be documented in this file.
55See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
66
7+ ## [ 0.193.1] ( https://github.com/wundergraph/cosmo/compare/router@0.193.0...router@0.193.1 ) (2025-03-28)
8+
9+ ### Bug Fixes
10+
11+ * authorization directive cascading ([ #1733 ] ( https://github.com/wundergraph/cosmo/issues/1733 ) ) ([ 0199fb5] ( https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436 ) ) (@Aenimus )
12+
713# [ 0.193.0] ( https://github.com/wundergraph/cosmo/compare/router@0.192.3...router@0.193.0 ) (2025-03-26)
814
915### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " router" ,
3- "version" : " 0.193.0 " ,
3+ "version" : " 0.193.1 " ,
44 "private" : true ,
55 "description" : " Placeholder package to simplify versioning and releasing with lerna." ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments