Skip to content

Releases: adobe/aio-cli-plugin-app-templates

2.0.3

27 Jan 01:02
Compare
Choose a tag to compare

2.0.2...2.0.3

2.0.2

23 Jan 13:57
Compare
Choose a tag to compare
  • fix: update/remove deprecated packages (#62) 08e9329

2.0.1...2.0.2

2.0.1

12 Jan 15:16
Compare
Choose a tag to compare
  • fix: usage of load function from @adobe/aio-cli-lib-app-config was not async (#59) e84c71b

2.0.0...2.0.1

2.0.0

11 Jan 17:12
Compare
Choose a tag to compare
  • fix: update adobe deps, eslint fixes 5b098cb
  • fix: update prerelease.yml (dependencies-to-update defaults) 47a0869
  • fix: update node engines to 18+, CI to test 18, 20 (#57) 4b7ab22

1.5.2...2.0.0

Release # 1.5.2

12 Mar 06:56
Compare
Choose a tag to compare
  • Updated the @adobe/aio-lib-console-project-installation dependency to the latest version (#54)

Release # 1.5.1

15 Nov 17:08
b0b0fdd
Compare
Choose a tag to compare

#50: oclif.manifest.json should not be checked in

Release # 1.5.0

10 Nov 15:39
ea9bf96
Compare
Choose a tag to compare

#48: Feature: npm v8 install support

Release # 1.4.0

28 Sep 21:02
900add6
Compare
Choose a tag to compare
  • DEVX-2574: Update aio-lib-templates dependency (#45)

Release # 1.3.1

21 Sep 15:22
3749322
Compare
Choose a tag to compare
  • New TEMPLATE_REGISTRY_API_URL, TEMPLATE_REGISTRY_API_VERSION env vars to override Template Registry API config values
  • Update README.md, oclif.manifest.json

Release # 1.3.0

19 Sep 22:51
69921cb
Compare
Choose a tag to compare
  • Add the --required-services flag to the aio templates info command to output services required by installed templates.
    For example:
$ aio templates info --required-services
@adobe/generator-app-api-mesh@^0.1.0 (0.1.0) Required services: runtime, GraphQLServiceSDK
@adobe/generator-app-asset-compute@^0.2.3 (0.2.3) Required services: runtime, AssetComputeSDK
  • Output a list of services required by a template after a template installation if the --no-process-install-config flag was set, that is the case for aio app init --no-login
    For example:
$ aio templates install --no-process-install-config @adobe/generator-app-asset-compute
...
✔ Finished running template @adobe/generator-app-asset-compute

! Please check the following template dependencies, that should be met by Adobe Console project workspaces: runtime, AssetComputeSDK
  • Change command aliases:
aio templates r => aio templates rm
aio templates s => aio templates sub
  • Remove the aio templates rollb alias
  • Remove unused dependencies
  • Run tests on node-version: [14.x, 16.x], os: [ubuntu-latest, windows-latest]
  • Run tests on commits to main as well, as prs
  • Display badges in README