Skip to content

Releases: adobe/aio-cli

7.1.0

08 Jun 11:43
Compare
Choose a tag to compare
  • chore(deps): update plugins (#283) 1a8701c
  • fix: npm run e2e is not cross-platform (#282) 99a0ef4
  • fix: aio update should only update non-core plugins (#280) 464a8b6
  • fix: bump min node version to 12 (#276) 734ff93
  • chore(deps): bump ws from 6.2.1 to 6.2.2 (#279) c736aa6
  • Only run publish/ci actions on source repo, and not forks (#275) 4e86271
  • fix: updated update.js for fixing old dependencies remaining in the local npm cache (#270) 887574e
  • fix: support for specific node versions (#220) 798f3e0
  • fix: upgrade chalk from 4.1.0 to 4.1.1 (#272) ac919ef

7.0.0...7.1.0

7.0.0

26 May 13:06
Compare
Choose a tag to compare
  • Node 14 support with parcel and webpack upgrade (#273) 970cf12
    Trying to build/deploy/run apps created with previous versions with our default react UI will throw an error now:
    SyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
    To fix this:
    1. add to your .babelrc:
      "plugins": ["@babel/plugin-transform-react-jsx"]
    2. run npm install --save-dev @babel/plugin-transform-react-jsx
  • chore(deps): bump y18n from 4.0.0 to 4.0.3 (#271) 99929bf
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#267) ba1946b
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 (#266) 8b0a9e3
  • fix: upgrade semver from 7.3.4 to 7.3.5 (#262) b64bbf0
  • fix: upgrade @adobe/aio-cli-plugin-console from 3.2.0 to 3.3.0 (#263) 524ecc5
  • fix: upgrade @adobe/aio-cli-plugin-certificate from 0.2.1 to 0.3.0 (#265) 0761bfa
  • fix: upgrade @adobe/aio-cli-plugin-auth from 2.4.0 to 2.4.1 (#261) 2484779
  • fix: upgrade @oclif/plugin-plugins from 1.9.5 to 1.10.0 (#254) 9d1df1a
  • fix: run slack notification only on failure 5d316e2
  • Update daily-install-cli.yml 58ec4ad
  • Update daily-install-cli.yml bd10f3a
  • fix: daily cli install issue 720d207
  • fix: can't install to global node_modules for daily runner a2c0e03
  • feat: add daily test install of aio-cli as a Github Action (#253) be26971
  • fix: add technical requirements section (#248) cead143
  • fix: point main to an existing file (#251) 83fb954
  • fix: codecov status check hanging in Github Action e319e8a

6.0.0...7.0.0

6.0.0 - app plugin new features (and breaking changes), runtime plugin new features

09 Feb 16:51
Compare
Choose a tag to compare
  • NEW: new features and breaking changes @adobe/aio-cli-plugin-app@6.0.0 release notes

  • NEW: new features @adobe/aio-cli-plugin-runtime@3.1.0 release notes

  • chore(package): update app plugin to 6.0.0, runtime plugin to 3.1.0 a1f84c7

  • fix: hide npm warnings when verbose is not true for aio update (#239) 3776372

  • fix: upgrade @oclif/plugin-autocomplete from 0.2.1 to 0.3.0 (#241) bd02be5

  • fix: upgrade @oclif/plugin-plugins from 1.9.3 to 1.9.5 (#240) 46f359c

  • fix: e2e tests 1b24d7e

  • fix: update dep @adobe/aio-cli-plugin-app to 5.4.0 901ccd9

  • fix: upgrade @oclif/plugin-autocomplete from 0.2.0 to 0.2.1 (#237) aa8d85c

  • fix: upgrade cli-ux from 5.5.0 to 5.5.1 (#233) 324661f

  • fix: upgrade semver from 7.3.2 to 7.3.4 (#236) 71f2fd8

  • fix: upgrade @oclif/plugin-plugins from 1.9.2 to 1.9.3 (#232) 4dc7166

  • fix: package.json & package-lock.json to reduce vulnerabilities (#238) 6c74212

  • fix: create on-push-publish-to-npm.yml c46644d

  • fix: create version-bump-publish.yml 02d6596

  • chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#235) f5aceb2

  • chore(package): update jest@26 and @adobe/aio-cli-plugin-app@5.1.1 and lockfile cbd2972

  • fix: upgrade @adobe/aio-cli-plugin-app from 5.0.0 to 5.0.2 (#228) 39d62fd

  • fix: remove .travis.yml (we are now using GH Actions) fd9403e

  • fix: move github issue/pr templates to .github folder 9261814

  • fix: upgrade @adobe/aio-cli-plugin-info from 1.1.0 to 1.1.1 (#221) ad6b0d7

  • fix: upgrade @oclif/plugin-plugins from 1.9.0 to 1.9.1 (#227) ba3af80

  • fix: remove macOS testing 4a60b1d

  • fix: upgrade cli-ux from 5.4.9 to 5.5.0 (#219) 4d4bbc6

  • fix: node.js.yml error ffb7f72

  • fix: node.js.yml run tests bf3fd6a

  • fix: enable Github Actions, update build badge c306781

5.0.1...6.0.0

5.0.0

19 Oct 17:12
Compare
Choose a tag to compare

Breaking changes in aio rt logs and aio app logs
See https://github.com/adobe/aio-cli-plugin-runtime/releases/tag/3.0.0 and https://github.com/adobe/aio-cli-plugin-app/releases/tag/5.0.0 for more details.

  • Bump app and runtime plugins 3585778
  • using registry.npmjs.org for search in discover a5ffadf

4.0.0...5.0.0

4.0.0

05 Oct 15:14
Compare
Choose a tag to compare

breaking: update to new major versions for two main core plugins: @adobe/aio-cli-plugin-app 3->4 and @adobe/aio-cli-plugin-runtime 1->2

  • update dependencies (#218) 7f2f582
  • chore(deps): bump yargs-parser from 13.1.1 to 13.1.2 (#215) 44bb8fe
  • chore(deps): bump node-fetch from 2.6.0 to 2.6.1 (#216) ec7d9d4
  • Merge pull request #217 from adobe/snyk-fix-22f1735c0a31e78522dabf305f5b8e58 5e15bda
  • fix: package.json & package-lock.json to reduce vulnerabilities 6066ae7
  • chore(deps): bump bl from 3.0.0 to 3.0.1 (#214) b968582
  • fix: regenerate package-lock.json (npm audit fix) d9882ad
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 (#202) 8f1b5f7

3.7.0...4.0.0

3.7.0

06 Jul 15:29
Compare
Choose a tag to compare
  • update packages, no more patch-package for aio-lib-core-config 84b28bd
  • fix: upgrade @oclif/plugin-plugins from 1.7.9 to 1.7.10 (#197) 78177eb
  • fix: upgrade chalk from 4.0.0 to 4.1.0 (#195) ad4c105

3.6.0...3.7.0

3.6.0

15 Jun 19:25
Compare
Choose a tag to compare
  • update aio-cli-plugin-app required version 97a55fc
  • feat: add events plugin, update other core plugin versions (#192) 8de305b
  • update aio-cli-plugin-info version 54c720a

https://github.com/adobe/aio-cli/compare/3.5.0..3.6.0

removed jwt-auth core plugin, other plugin updates

02 Jun 14:30
Compare
Choose a tag to compare

Notable issues:

Others:

  • fix: eslint issues (#186) 6193312
  • fix: use codecov bash uploader 7f45006
  • fix: upgrade @oclif/plugin-plugins from 1.7.8 to 1.7.9 (#183) a4ac807
  • fix: upgrade @oclif/plugin-help from 2.2.1 to 2.2.3 (#178) 49f37d2
  • fix: upgrade @oclif/color from 0.1.0 to 0.1.2 (#179) 705f7fb
  • fix: upgrade @oclif/plugin-not-found from 1.2.3 to 1.2.4 (#180) fff77e1
  • fix: upgrade ora from 4.0.3 to 4.0.4 (#181) 859f5ac
  • fix: upgrade cli-ux from 5.4.5 to 5.4.6 (#182) deb1a85
  • fix: upgrade semver from 7.1.3 to 7.3.2 (#173) 1a6a93c
  • fix: upgrade inquirer from 7.0.1 to 7.1.0 (#174) 9826495
  • fix: upgrade @oclif/command from 1.5.19 to 1.6.1 (#175) 20e9157
  • fix: upgrade @oclif/config from 1.13.3 to 1.15.1 (#176) 77e6ff5

3.4.1...3.5.0

3.4.1

16 May 02:51
Compare
Choose a tag to compare
  • bump aio-cli-plugin-app to 2.0.4 d689b2f

3.4.0...3.4.1

3.4.0

16 May 01:06
Compare
Choose a tag to compare
  • update core plugin versions af4ee2e
  • Update eslint-plugin-jest to the latest version 🚀 (#154) f66d1ba
  • chore(package): update @adobe/aio-cli-plugin-app, @adobe/aio-cli-plugin-auth, @adobe/aio-cli-plugin-certificate plugins (#153) ff96bab
  • Update @oclif/plugin-autocomplete to the latest version 🚀 (#150) 98f6f69
  • Update eslint-plugin-jest to the latest version 🚀 (#149) 6cd0279
  • skip version check for plugins that are not on npm (#148) ac0cac4
  • fix: add explicit @oclif/color 0.1.0, remove chalk (fixes #85) (#144) 1114258
  • fix: README links to command source code result in 404 (#142) 41abd4e
  • fix: @adobe/aio-cli is listed in the plugins to update (#141) 25d183a

3.3.0...3.4.0