Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [7.0.0](6.0.0...7.0.0) (2022-01-15) ### ⚠ BREAKING CHANGES * some input options are deprecated - Username and password authentication is dropped in favor of tokens - Custom cache keys are dropped - Custom install error handler is dropped ### New features * add comment qr code subaction ([#149](#149)) ([4648212](4648212)) ### Bug fixes * use which instead of npx to authenticate ([#147](#147)) ([c5d2c0f](c5d2c0f)) ### Code changes * allow multiple entrypoints for different sub-actions ([#121](#121)) ([8a7306a](8a7306a)) * clean up setup action ([#146](#146)) ([439ff4c](439ff4c)) * enable caches by default ([#148](#148)) ([72d4067](72d4067)) * replace libnpm with npm cli ([#139](#139)) ([4f28493](4f28493)) * roll back to ncc because of swc bundling issues ([#144](#144)) ([3007741](3007741)) * update the outdated workflows and use node 16 ([#138](#138)) ([3134e26](3134e26)) * upgrade to node 16 github actions runtime ([#137](#137)) ([3bf9181](3bf9181)) * use assert instead of if statements ([#150](#150)) ([e4ef6e6](e4ef6e6)) * use boolean input instead of manual conversion ([#127](#127)) ([f1fe877](f1fe877)) * use spaces for indentation ([#126](#126)) ([ff2ff0f](ff2ff0f)) * use swc pack instead of ncc ([#140](#140)) ([3f9e947](3f9e947)) ### Other chores * add basic e2e test workflow for main action ([#141](#141)) ([414c169](414c169)) * add manual trigger to the tests ([4908a48](4908a48)) * always use lf for build files ([#122](#122)) ([a9b9cfe](a9b9cfe)) * bump semver-regex from 3.1.2 to 3.1.3 ([#114](#114)) ([50c0ef9](50c0ef9)) * bump tar from 4.4.13 to 4.4.19 ([#112](#112)) ([5f5673b](5f5673b)) * bump tmpl from 1.0.4 to 1.0.5 ([#115](#115)) ([92ec93f](92ec93f)) * clean up dependencies and eslint rules ([#145](#145)) ([3ae7999](3ae7999)) * clean up master references in release and workflows ([#104](#104)) ([a2d9b1c](a2d9b1c)) * clean up tsconfig and eslint rules ([#123](#123)) ([c20146f](c20146f)) * lint root files with prettier and eslint ([#125](#125)) ([1cfa7bb](1cfa7bb)) * rebuild project ([45b79a0](45b79a0)) * rebuild project after dependency bumps ([b099f17](b099f17)) * remove husky and improve ci build message ([#128](#128)) ([39b0d36](39b0d36)) * simplify review and update build detection ([#142](#142)) ([ee415b0](ee415b0)) * update `setup-node` action to `v2` release ([#119](#119)) ([3b3e6b8](3b3e6b8)) * update semantic release to update the build ([354dc08](354dc08)) * update the action manifest ([633cdf0](633cdf0)) * upgrade dev dependencies and rebuild action ([#120](#120)) ([186ef00](186ef00)) ### Documentation changes * fix broken sup element in readme ([0b1822a](0b1822a)) * fix github capitalization ([#116](#116)) ([b602469](b602469)) * fix unsplash comment on pr branch reference ([#110](#110)) ([f14253e](f14253e)) * update default values in readme ([c2f11d2](c2f11d2)) * update expo.io links to expo.dev ([#111](#111)) ([1c8e5a2](1c8e5a2)) * update node version reference in readme ([#107](#107)) ([3ba667b](3ba667b)) * update readme and contributing guides ([521de72](521de72)) * use `main` branch to update `v{major}` tag ([#103](#103)) ([def44e2](def44e2))
- Loading branch information