From 9dfbddc0b3ac216f566af6e168fd302a928f6484 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 18 Jun 2020 15:27:20 -0700 Subject: [PATCH] v3.4.6 --- CHANGELOG.md | 26 ++++++++++++++++++-------- lerna.json | 2 +- packages/cli/package-lock.json | 2 +- packages/cli/package.json | 2 +- packages/tooling/package-lock.json | 2 +- packages/tooling/package.json | 2 +- 6 files changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fc1dea..d6e2fde2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.4.6](https://github.com/readmeio/oas/compare/v3.4.5...v3.4.6) + +> 18 June 2020 + +- fix: getOperation not returning a full object with uri templates [`#206`](https://github.com/readmeio/oas/pull/206) +- build(deps-dev): bump lerna from 3.22.0 to 3.22.1 [`#204`](https://github.com/readmeio/oas/pull/204) +- build(deps-dev): bump auto-changelog from 2.0.0 to 2.1.0 [`#203`](https://github.com/readmeio/oas/pull/203) +- build(deps): bump inquirer from 7.1.0 to 7.2.0 [`#202`](https://github.com/readmeio/oas/pull/202) +- build(deps): bump swagger-inline from 3.0.6 to 3.1.0 [`#201`](https://github.com/readmeio/oas/pull/201) + #### [v3.4.5](https://github.com/readmeio/oas/compare/v3.4.4...v3.4.5) > 10 June 2020 @@ -31,7 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v3.4.2](https://github.com/readmeio/oas/compare/v3.4.1...v3.4.2) -> 28 May 2020 +> 27 May 2020 - feat: bundle $refs, and other minor changes [`#190`](https://github.com/readmeio/oas/pull/190) - chore(deps-dev): Bump lerna from 3.21.0 to 3.22.0 [`#189`](https://github.com/readmeio/oas/pull/189) @@ -92,7 +102,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v3.3.1](https://github.com/readmeio/oas/compare/v3.3.0...v3.3.1) -> 22 April 2020 +> 21 April 2020 - fix: if a requestBody schema prop has no type, attempt to add one [`#168`](https://github.com/readmeio/oas/pull/168) @@ -120,7 +130,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v3.1.9](https://github.com/readmeio/oas/compare/v3.1.8...v3.1.9) -> 15 April 2020 +> 14 April 2020 - fix: bug where requestBody title and descriptions would come through [`#160`](https://github.com/readmeio/oas/pull/160) - chore(deps-dev): Bump jest from 25.2.7 to 25.3.0 [`#158`](https://github.com/readmeio/oas/pull/158) @@ -185,13 +195,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v3.1.2](https://github.com/readmeio/oas/compare/v3.1.1...v3.1.2) -> 19 March 2020 +> 18 March 2020 - chore: removing unnecessary files from published npm packages [`9436a53`](https://github.com/readmeio/oas/commit/9436a5382271dc62afb6ca8a8f432170d9f199f7) #### [v3.1.1](https://github.com/readmeio/oas/compare/v3.1.0...v3.1.1) -> 19 March 2020 +> 18 March 2020 - fix: resolve issue where a freeform object couldn't be jsonschema [`#130`](https://github.com/readmeio/oas/pull/130) - build: 3.1.0 changelog [`5bc134c`](https://github.com/readmeio/oas/commit/5bc134ce4aa34e44375425a300d8bb149f625825) @@ -253,7 +263,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v2.0.0](https://github.com/readmeio/oas/compare/v2.0.0-alpha.0...v2.0.0) -> 22 February 2020 +> 21 February 2020 - feat: migrating the repository into a lerna-powered monorepo architecture [`#111`](https://github.com/readmeio/oas/pull/111) - docs: updating the root readme [`61af7e9`](https://github.com/readmeio/oas/commit/61af7e9b479b0c8d266286e03cd3f4c560d986e3) @@ -261,7 +271,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v2.0.0-alpha.0](https://github.com/readmeio/oas/compare/1.5.2...v2.0.0-alpha.0) -> 22 February 2020 +> 21 February 2020 - chore(deps): Bump figures from 3.1.0 to 3.2.0 [`#109`](https://github.com/readmeio/oas/pull/109) - chore(deps): Bump request from 2.88.0 to 2.88.2 [`#108`](https://github.com/readmeio/oas/pull/108) @@ -279,7 +289,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [1.5.1](https://github.com/readmeio/oas/compare/1.5.0...1.5.1) -> 29 January 2020 +> 28 January 2020 - fix: Bug Fix - Query Params [`#105`](https://github.com/readmeio/oas/pull/105) - build: 1.5.1 release [`3e1983f`](https://github.com/readmeio/oas/commit/3e1983fb7b3bf04c1ba0f9286db6e0c158af8314) diff --git a/lerna.json b/lerna.json index 5dfbb13d..269a77de 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.4.5" + "version": "3.4.6" } diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 669e9356..8dc5d919 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "oas", - "version": "3.4.4", + "version": "3.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index fd29af01..dd6959f1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -22,7 +22,7 @@ "microservice", "documentation" ], - "version": "3.4.4", + "version": "3.4.6", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git", diff --git a/packages/tooling/package-lock.json b/packages/tooling/package-lock.json index 1e760d40..c3b623c4 100644 --- a/packages/tooling/package-lock.json +++ b/packages/tooling/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/oas-tooling", - "version": "3.4.5", + "version": "3.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tooling/package.json b/packages/tooling/package.json index 73959332..f60de129 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -14,7 +14,7 @@ "oai", "oas" ], - "version": "3.4.5", + "version": "3.4.6", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git",