From 8fda6634dda7ff155d4449871499933f62c85011 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:55:45 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5a459..a2d057a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 1.0.0 (2024-02-24) + + +### ⚠ BREAKING CHANGES + +* simplify down to an OAS 3.1 extension + +### Features + +* **cli:** add ability to read/write stdin/stdout ([43f7d5f](https://github.com/freakyfelt/yet-another-json-rpc/commit/43f7d5f1576a6371a348edafcf2b9164f7352fdd)) +* **cli:** add basic addQuery and addMutation operations ([1070f3b](https://github.com/freakyfelt/yet-another-json-rpc/commit/1070f3bed917cf7c2b790e7805f11d4b56ab80ca)) +* **cli:** add basic transform CLI ([0680b43](https://github.com/freakyfelt/yet-another-json-rpc/commit/0680b438fb988875ec6539682c4499d227fc6f54)) +* **cli:** add DocumentTransformer; swap types package ([15d420e](https://github.com/freakyfelt/yet-another-json-rpc/commit/15d420ef6264bcaa294467c5917c834a072a5c94)) +* **cli:** allow for mutation inputs in non-body locations ([abb569e](https://github.com/freakyfelt/yet-another-json-rpc/commit/abb569eb4deedddb14579b0f3b90ab685e92481f)) +* **cli:** allow for overriding the path and method ([b80759b](https://github.com/freakyfelt/yet-another-json-rpc/commit/b80759b1cee6feb2e271b127eb9bd2160f2c5fb9)) +* **cli:** allow for overriding the status code and description ([9b26c16](https://github.com/freakyfelt/yet-another-json-rpc/commit/9b26c1673bb8600499b45152ec759bce12e0f0a9)) +* **cli:** Allow for parameter fields to be overridden ([ce96d4c](https://github.com/freakyfelt/yet-another-json-rpc/commit/ce96d4c7e4220e3a12228896d041dde56bc60d23)) +* **cli:** shallow merge OAS paths ([39696b1](https://github.com/freakyfelt/yet-another-json-rpc/commit/39696b1314ca25833ac2dbc1cc3b7a23591c41ab)) + + +### Bug Fixes + +* **cli:** allow for not specifying query or mutation operations ([2d05435](https://github.com/freakyfelt/yet-another-json-rpc/commit/2d05435e6de23752cf4e929d844feeaa24be35d9)) +* **cli:** deep merge provided OpenAPI paths ([43fc1e2](https://github.com/freakyfelt/yet-another-json-rpc/commit/43fc1e262e8fd3fa2b18a5e15a573cebecdc7923)) +* **cli:** drop redundant package-lock.json ([980ca8a](https://github.com/freakyfelt/yet-another-json-rpc/commit/980ca8ab5a0554bfd48d03e6e7107a9538904af6)) +* **cli:** execute all tests; fix broken tests ([1cea5e5](https://github.com/freakyfelt/yet-another-json-rpc/commit/1cea5e537003d27bc2bc4c3a571cc07282b2f425)) +* **workspace:** move package dependencies to package ([9a9dfc8](https://github.com/freakyfelt/yet-another-json-rpc/commit/9a9dfc82d8c692832f3a13cfd2f09b715aad255e)) + + +### Code Refactoring + +* simplify down to an OAS 3.1 extension ([aef9afc](https://github.com/freakyfelt/yet-another-json-rpc/commit/aef9afc88f9b26c84447cafb88132e554a4681c3)) + ## [1.0.1](https://github.com/freakyfelt/yet-another-json-rpc/compare/cli-v1.0.0...cli@v1.0.1) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index c121156..a93d8a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@freakyfelt/yarpc-cli", - "version": "1.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@freakyfelt/yarpc-cli", - "version": "1.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "just-intersect": "^4.3.0", diff --git a/package.json b/package.json index d9fed09..86b75ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freakyfelt/yarpc-cli", - "version": "1.0.1", + "version": "1.0.0", "description": "Yet Another JSON RPC CLI", "keywords": [], "author": {