Commit e6847cf hardworker-bot
committed
1 parent 651ff8e commit e6847cf Copy full SHA for e6847cf
File tree 14 files changed +49
-7
lines changed
14 files changed +49
-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
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ # [ 0.41.0] ( https://github.com/wundergraph/cosmo/compare/wgc@0.40.6...wgc@0.41.0 ) (2024-02-16)
8
+
9
+ ### Features
10
+
11
+ * operation check overrides ([ #516 ] ( https://github.com/wundergraph/cosmo/issues/516 ) ) ([ 651ff8e] ( https://github.com/wundergraph/cosmo/commit/651ff8ed88cd542d56cf11d11086f659fc3f5d4e ) ) (@thisisnithin )
12
+
7
13
## [ 0.40.6] ( https://github.com/wundergraph/cosmo/compare/wgc@0.40.5...wgc@0.40.6 ) (2024-02-13)
8
14
9
15
** Note:** Version bump only for package wgc
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wgc" ,
3
- "version" : " 0.40.6 " ,
3
+ "version" : " 0.41.0 " ,
4
4
"description" : " The official CLI tool to manage the GraphQL Federation Platform Cosmo" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/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
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ # [ 0.56.0] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.55.1...@wundergraph/cosmo-connect@0.56.0 ) (2024-02-16)
8
+
9
+ ### Features
10
+
11
+ * operation check overrides ([ #516 ] ( https://github.com/wundergraph/cosmo/issues/516 ) ) ([ 651ff8e] ( https://github.com/wundergraph/cosmo/commit/651ff8ed88cd542d56cf11d11086f659fc3f5d4e ) ) (@thisisnithin )
12
+
7
13
## [ 0.55.1] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.55.0...@wundergraph/cosmo-connect@0.55.1 ) (2024-02-13)
8
14
9
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wundergraph/cosmo-connect" ,
3
- "version" : " 0.55.1 " ,
3
+ "version" : " 0.56.0 " ,
4
4
"description" : " TypeScript Connect client for WunderGraph Cosmo" ,
5
5
"scripts" : {
6
6
"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
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ # [ 0.68.0] ( https://github.com/wundergraph/cosmo/compare/controlplane@0.67.3...controlplane@0.68.0 ) (2024-02-16)
8
+
9
+ ### Features
10
+
11
+ * operation check overrides ([ #516 ] ( https://github.com/wundergraph/cosmo/issues/516 ) ) ([ 651ff8e] ( https://github.com/wundergraph/cosmo/commit/651ff8ed88cd542d56cf11d11086f659fc3f5d4e ) ) (@thisisnithin )
12
+
7
13
## [ 0.67.3] ( https://github.com/wundergraph/cosmo/compare/controlplane@0.67.2...controlplane@0.67.3 ) (2024-02-15)
8
14
9
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " controlplane" ,
3
- "version" : " 0.67.3 " ,
3
+ "version" : " 0.68.0 " ,
4
4
"private" : true ,
5
5
"description" : " WunderGraph Cosmo Controlplane" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ ## [ 0.12.1] ( https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.12.0...graphqlmetrics@0.12.1 ) (2024-02-16)
8
+
9
+ ** Note:** Version bump only for package graphqlmetrics
10
+
7
11
# [ 0.12.0] ( https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.11.0...graphqlmetrics@0.12.0 ) (2024-02-13)
8
12
9
13
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphqlmetrics" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"private" : true ,
5
5
"description" : " Placeholder package to simplify versioning and releasing with lerna." ,
6
6
"keywords" : [
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
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ ## [ 0.66.3] ( https://github.com/wundergraph/cosmo/compare/router@0.66.2...router@0.66.3 ) (2024-02-16)
8
+
9
+ ### Bug Fixes
10
+
11
+ * disable variable export by default ([ #536 ] ( https://github.com/wundergraph/cosmo/issues/536 ) ) ([ a100591] ( https://github.com/wundergraph/cosmo/commit/a1005919a28ee8c9e9c3b87c730e47db336bceec ) ) (@StarpTech )
12
+
7
13
## [ 0.66.2] ( https://github.com/wundergraph/cosmo/compare/router@0.66.1...router@0.66.2 ) (2024-02-14)
8
14
9
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " router" ,
3
- "version" : " 0.66.2 " ,
3
+ "version" : " 0.66.3 " ,
4
4
"private" : true ,
5
5
"description" : " Placeholder package to simplify versioning and releasing with lerna." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ ## [ 0.20.8] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.7...@wundergraph/cosmo-shared@0.20.8 ) (2024-02-16)
8
+
9
+ ** Note:** Version bump only for package @wundergraph/cosmo-shared
10
+
7
11
## [ 0.20.7] ( https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.6...@wundergraph/cosmo-shared@0.20.7 ) (2024-02-13)
8
12
9
13
** Note:** Version bump only for package @wundergraph/cosmo-shared
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wundergraph/cosmo-shared&qu
10000
ot; ,
3
- "version" : " 0.20.7 " ,
3
+ "version" : " 0.20.8 " ,
4
4
"description" : " Shared code between WunderGraph Cosmo packages" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Binaries are attached to the github release otherwise all images can be found [h
4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ # [ 0.65.0] ( https://github.com/wundergraph/cosmo/compare/studio@0.64.3...studio@0.65.0 ) (2024-02-16)
8
+
9
+ ### Bug Fixes
10
+
11
+ * disable variable export by default ([ #536 ] ( https://github.com/wundergraph/cosmo/issues/536 ) ) ([ a100591] ( https://github.com/wundergraph/cosmo/commit/a1005919a28ee8c9e9c3b87c730e47db336bceec ) ) (@StarpTech )
12
+
13
+ ### Features
14
+
15
+ * operation check overrides ([ #516 ] ( https://github.com/wundergraph/cosmo/issues/516 ) ) ([ 651ff8e] ( https://github.com/wundergraph/cosmo/commit/651ff8ed88cd542d56cf11d11086f659fc3f5d4e ) ) (@thisisnithin )
16
+
7
17
## [ 0.64.3] ( https://github.com/wundergraph/cosmo/compare/studio@0.64.2...studio@0.64.3 ) (2024-02-15)
8
18
9
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " studio" ,
3
- "version" : " 0.64.3 " ,
3
+ "version" : " 0.65.0 " ,
4
4
"private" : true ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " WunderGraph Cosmo Studio" ,
You can’t perform that action at this time.
0 commit comments