From 239665e7ce2602d2302db0ef40d645db7407e6ab Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Tue, 6 Sep 2022 15:31:47 -0700 Subject: [PATCH] build: 8.0.0-beta.1 release --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 50 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 452100330..088c89d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +## 8.0.0-beta.1 (2022-09-06) + +* feat: add prettier formatting check for markdown (#561) ([7db2e59](https://github.com/readmeio/rdme/commit/7db2e59)), closes [#561](https://github.com/readmeio/rdme/issues/561) +* feat: creation of new `openapi:reduce` command to reduce large OpenAPI definitions (#572) ([074c13e](https://github.com/readmeio/rdme/commit/074c13e)), closes [#572](https://github.com/readmeio/rdme/issues/572) +* feat: experiment with a decorator to hide commands from the help screen (#574) ([486a8b0](https://github.com/readmeio/rdme/commit/486a8b0)), closes [#574](https://github.com/readmeio/rdme/issues/574) +* feat: minor refactor of how we debug and log out data in commands (#563) ([763642f](https://github.com/readmeio/rdme/commit/763642f)), closes [#563](https://github.com/readmeio/rdme/issues/563) +* feat: typescript rewrite (#560) ([5ed97cc](https://github.com/readmeio/rdme/commit/5ed97cc)), closes [#560](https://github.com/readmeio/rdme/issues/560) [/github.com/facebook/jest/issues/8114#issuecomment-475068766](https://github.com//github.com/facebook/jest/issues/8114/issues/issuecomment-475068766) +* feat: upgrading oas-normalize to pull in its new TS typings (#564) ([44f96db](https://github.com/readmeio/rdme/commit/44f96db)), closes [#564](https://github.com/readmeio/rdme/issues/564) +* feat(docs): Add id to success message response for `docs` and `docs:single` (#583) ([a9d7099](https://github.com/readmeio/rdme/commit/a9d7099)), closes [#583](https://github.com/readmeio/rdme/issues/583) +* feat(GHA): workflow file creation onboarding (#577) ([9ee808e](https://github.com/readmeio/rdme/commit/9ee808e)), closes [#577](https://github.com/readmeio/rdme/issues/577) [/github.com/readmeio/rdme/pull/577#discussion_r961376601](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961376601) [/github.com/readmeio/rdme/pull/577#discussion_r961377510](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961377510) [/github.com/readmeio/rdme/pull/577#discussion_r961387961](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961387961) [/github.com/readmeio/rdme/pull/577#discussion_r961393768](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961393768) +* feat(logger): add GHA-aware notices/warnings (#557) ([3fc41e6](https://github.com/readmeio/rdme/commit/3fc41e6)), closes [#557](https://github.com/readmeio/rdme/issues/557) +* feat(openapi): add `--create` flag (#575) ([ff3a8b3](https://github.com/readmeio/rdme/commit/ff3a8b3)), closes [#575](https://github.com/readmeio/rdme/issues/575) +* feat(openapi): Add `updateSingleSpec` option to automatically update an only available spec file wit ([ff766a6](https://github.com/readmeio/rdme/commit/ff766a6)), closes [#579](https://github.com/readmeio/rdme/issues/579) +* feat(openapi): auto-detect API definitions (#567) ([0e7759a](https://github.com/readmeio/rdme/commit/0e7759a)), closes [#567](https://github.com/readmeio/rdme/issues/567) +* feat(openapi): version handling improvements (#559) ([80e6024](https://github.com/readmeio/rdme/commit/80e6024)), closes [#559](https://github.com/readmeio/rdme/issues/559) +* chore: add JSDoc for versionSelect lib function ([922857f](https://github.com/readmeio/rdme/commit/922857f)) +* chore: minor code comment ([cc56430](https://github.com/readmeio/rdme/commit/cc56430)) +* chore: switch positions of `oas` and `open` ([c1883e5](https://github.com/readmeio/rdme/commit/c1883e5)) +* chore(deps-dev): bring in types for `@npmcli/ci-detect` (#569) ([19c4ad0](https://github.com/readmeio/rdme/commit/19c4ad0)), closes [#569](https://github.com/readmeio/rdme/issues/569) +* chore(deps-dev): bump @readme/oas-examples from 5.4.0 to 5.5.0 (#555) ([81d4f03](https://github.com/readmeio/rdme/commit/81d4f03)), closes [#555](https://github.com/readmeio/rdme/issues/555) +* chore(deps-dev): bump jest from 28.1.2 to 28.1.3 (#552) ([52de108](https://github.com/readmeio/rdme/commit/52de108)), closes [#552](https://github.com/readmeio/rdme/issues/552) +* chore(deps-dev): bump jest-extended from 3.0.2 to 3.1.0 (#593) ([625a9d8](https://github.com/readmeio/rdme/commit/625a9d8)), closes [#593](https://github.com/readmeio/rdme/issues/593) +* chore(deps-dev): bump nock from 13.2.8 to 13.2.9 (#554) ([f86b524](https://github.com/readmeio/rdme/commit/f86b524)), closes [#554](https://github.com/readmeio/rdme/issues/554) +* chore(deps-dev): upgrade eslint + friends ([cf02b5c](https://github.com/readmeio/rdme/commit/cf02b5c)) +* chore(deps): bump @actions/core from 1.9.0 to 1.9.1 (#571) ([0057dab](https://github.com/readmeio/rdme/commit/0057dab)), closes [#571](https://github.com/readmeio/rdme/issues/571) +* chore(deps): bumping out of date deps (#596) ([8516206](https://github.com/readmeio/rdme/commit/8516206)), closes [#596](https://github.com/readmeio/rdme/issues/596) +* chore(openapi): cleaning up some old logic for token opt ([a1d6b4f](https://github.com/readmeio/rdme/commit/a1d6b4f)) +* chore(prompt): various enhancements and refactors (#576) ([0b2750d](https://github.com/readmeio/rdme/commit/0b2750d)), closes [#576](https://github.com/readmeio/rdme/issues/576) +* fix: log typo (#580) ([2007017](https://github.com/readmeio/rdme/commit/2007017)), closes [#580](https://github.com/readmeio/rdme/issues/580) +* fix: quieter log outputs when installing GHA (#566) ([6430ff2](https://github.com/readmeio/rdme/commit/6430ff2)), closes [#566](https://github.com/readmeio/rdme/issues/566) +* fix: typo in command arg description ([7d469fe](https://github.com/readmeio/rdme/commit/7d469fe)) +* fix(openapi): stricter tests, `create` flag edge case (#585) ([05e8d78](https://github.com/readmeio/rdme/commit/05e8d78)), closes [#585](https://github.com/readmeio/rdme/issues/585) +* test: fix snapshot ([717616e](https://github.com/readmeio/rdme/commit/717616e)) +* test: stricter test assertions ([5be730c](https://github.com/readmeio/rdme/commit/5be730c)) +* test(openapi): fix a few incorrect mocks (#584) ([5a368ab](https://github.com/readmeio/rdme/commit/5a368ab)), closes [#584](https://github.com/readmeio/rdme/issues/584) +* docs: add description of `--useSpecVersion` ([df8e224](https://github.com/readmeio/rdme/commit/df8e224)) +* docs: fix `npx` usage ([3c9f4bf](https://github.com/readmeio/rdme/commit/3c9f4bf)) +* docs(markdown sync): typos, grammar, clarifications ([e611d14](https://github.com/readmeio/rdme/commit/e611d14)) +* refactor: consolidate auth checks (#562) ([fba45ad](https://github.com/readmeio/rdme/commit/fba45ad)), closes [#562](https://github.com/readmeio/rdme/issues/562) +* refactor: migrate from `enquirer` to `prompts` (#570) ([8714967](https://github.com/readmeio/rdme/commit/8714967)), closes [#570](https://github.com/readmeio/rdme/issues/570) +* refactor(openapi): DRY and reorg (#556) ([9ec4ad6](https://github.com/readmeio/rdme/commit/9ec4ad6)), closes [#556](https://github.com/readmeio/rdme/issues/556) +* ci: optimize test runs and add docs syncing dry run (#565) ([e75e36e](https://github.com/readmeio/rdme/commit/e75e36e)), closes [#565](https://github.com/readmeio/rdme/issues/565) +* Update .npmignore ([243c8b0](https://github.com/readmeio/rdme/commit/243c8b0)) +* revert: keep `getNodeVersion` as JS ([d58df63](https://github.com/readmeio/rdme/commit/d58df63)) + + + ## 7.5.0 (2022-07-28) * docs: guidance on custompages + changelog (#548) ([e504b5e](https://github.com/readmeio/rdme/commit/e504b5e)), closes [#548](https://github.com/readmeio/rdme/issues/548) diff --git a/package-lock.json b/package-lock.json index d9f33b380..804ff44f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "7.5.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "7.5.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 24d994490..20b2bc4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "7.5.0", + "version": "8.0.0-beta.1", "description": "ReadMe's official CLI and GitHub Action wrapper.", "license": "MIT", "author": "ReadMe (https://readme.com)",