diff --git a/.changeset/dull-carrots-build.md b/.changeset/dull-carrots-build.md deleted file mode 100644 index e0190da7..00000000 --- a/.changeset/dull-carrots-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect-aws/client-glue": major ---- - -glue client diff --git a/.changeset/empty-files-check.md b/.changeset/empty-files-check.md deleted file mode 100644 index f1c28120..00000000 --- a/.changeset/empty-files-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect-aws/client-cloudformation": major ---- - -cloudformation client diff --git a/.changeset/short-poems-dream.md b/.changeset/short-poems-dream.md deleted file mode 100644 index d3d2d703..00000000 --- a/.changeset/short-poems-dream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@effect-aws/client-kafkaconnect": major -"@effect-aws/client-kafka": major ---- - -create kafka and kafkaconnect client and update @effect-aws/commons diff --git a/.changeset/yellow-candles-invent.md b/.changeset/yellow-candles-invent.md deleted file mode 100644 index fe2d4cc2..00000000 --- a/.changeset/yellow-candles-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect-aws/client-data-pipeline": major ---- - -data-pipeline client diff --git a/packages/client-cloudformation/CHANGELOG.md b/packages/client-cloudformation/CHANGELOG.md new file mode 100644 index 00000000..1735e2b3 --- /dev/null +++ b/packages/client-cloudformation/CHANGELOG.md @@ -0,0 +1,7 @@ +# @effect-aws/client-cloudformation + +## 1.10.6 + +### Major Changes + +- [#185](https://github.com/floydspace/effect-aws/pull/185) [`c4bd3b4`](https://github.com/floydspace/effect-aws/commit/c4bd3b4f8d208bd59a27eee291f8a83a67a6d66b) Thanks [@godu](https://github.com/godu)! - cloudformation client diff --git a/packages/client-cloudformation/package.json b/packages/client-cloudformation/package.json index 14132760..fb86f3af 100644 --- a/packages/client-cloudformation/package.json +++ b/packages/client-cloudformation/package.json @@ -43,7 +43,7 @@ "access": "public", "directory": "dist" }, - "version": "0.0.0", + "version": "1.10.6", "types": "build/dts/index.d.ts", "type": "module", "module": "build/esm/index.js", diff --git a/packages/client-data-pipeline/CHANGELOG.md b/packages/client-data-pipeline/CHANGELOG.md new file mode 100644 index 00000000..04872378 --- /dev/null +++ b/packages/client-data-pipeline/CHANGELOG.md @@ -0,0 +1,7 @@ +# @effect-aws/client-data-pipeline + +## 1.10.6 + +### Major Changes + +- [#188](https://github.com/floydspace/effect-aws/pull/188) [`d468763`](https://github.com/floydspace/effect-aws/commit/d468763c2f78c23887a6c975998e667af430e81b) Thanks [@godu](https://github.com/godu)! - data-pipeline client diff --git a/packages/client-data-pipeline/package.json b/packages/client-data-pipeline/package.json index 562f7a7d..86df5f0e 100644 --- a/packages/client-data-pipeline/package.json +++ b/packages/client-data-pipeline/package.json @@ -43,7 +43,7 @@ "access": "public", "directory": "dist" }, - "version": "0.0.0", + "version": "1.10.6", "types": "build/dts/index.d.ts", "type": "module", "module": "build/esm/index.js", diff --git a/packages/client-glue/CHANGELOG.md b/packages/client-glue/CHANGELOG.md new file mode 100644 index 00000000..3d2de831 --- /dev/null +++ b/packages/client-glue/CHANGELOG.md @@ -0,0 +1,7 @@ +# @effect-aws/client-glue + +## 1.10.6 + +### Major Changes + +- [#187](https://github.com/floydspace/effect-aws/pull/187) [`f7008a4`](https://github.com/floydspace/effect-aws/commit/f7008a467922289e2a71cdaa3af6935c8c7b1a7f) Thanks [@godu](https://github.com/godu)! - glue client diff --git a/packages/client-glue/package.json b/packages/client-glue/package.json index 4c48946c..a7c0d6b2 100644 --- a/packages/client-glue/package.json +++ b/packages/client-glue/package.json @@ -43,7 +43,7 @@ "access": "public", "directory": "dist" }, - "version": "0.0.0", + "version": "1.10.6", "types": "build/dts/index.d.ts", "type": "module", "module": "build/esm/index.js", diff --git a/packages/client-kafka/CHANGELOG.md b/packages/client-kafka/CHANGELOG.md new file mode 100644 index 00000000..a8aa7653 --- /dev/null +++ b/packages/client-kafka/CHANGELOG.md @@ -0,0 +1,7 @@ +# @effect-aws/client-kafka + +## 1.10.6 + +### Major Changes + +- [#186](https://github.com/floydspace/effect-aws/pull/186) [`60c859e`](https://github.com/floydspace/effect-aws/commit/60c859e037a6c00c5c7c00843a74a1a6d243ae14) Thanks [@godu](https://github.com/godu)! - create kafka and kafkaconnect client and update @effect-aws/commons diff --git a/packages/client-kafka/package.json b/packages/client-kafka/package.json index 383df2d1..ebd3aff2 100644 --- a/packages/client-kafka/package.json +++ b/packages/client-kafka/package.json @@ -43,7 +43,7 @@ "access": "public", "directory": "dist" }, - "version": "0.0.0", + "version": "1.10.6", "types": "build/dts/index.d.ts", "type": "module", "module": "build/esm/index.js", diff --git a/packages/client-kafkaconnect/CHANGELOG.md b/packages/client-kafkaconnect/CHANGELOG.md new file mode 100644 index 00000000..207f047b --- /dev/null +++ b/packages/client-kafkaconnect/CHANGELOG.md @@ -0,0 +1,7 @@ +# @effect-aws/client-kafkaconnect + +## 1.10.6 + +### Major Changes + +- [#186](https://github.com/floydspace/effect-aws/pull/186) [`60c859e`](https://github.com/floydspace/effect-aws/commit/60c859e037a6c00c5c7c00843a74a1a6d243ae14) Thanks [@godu](https://github.com/godu)! - create kafka and kafkaconnect client and update @effect-aws/commons diff --git a/packages/client-kafkaconnect/package.json b/packages/client-kafkaconnect/package.json index 1127cc43..be037bf2 100644 --- a/packages/client-kafkaconnect/package.json +++ b/packages/client-kafkaconnect/package.json @@ -43,7 +43,7 @@ "access": "public", "directory": "dist" }, - "version": "0.0.0", + "version": "1.10.6", "types": "build/dts/index.d.ts", "type": "module", "module": "build/esm/index.js",