Releases: bjesuiter/capacitor-sync-version-cli
Releases · bjesuiter/capacitor-sync-version-cli
v3.1.0
- have two deploy commands: one using np and the other normal npm publish. 9325822
- Merge branch 'main' of ssh://github.com/bjesuiter/capacitor-sync-version-cli e217fff
- update changelog and contribution notes e8901f9
- Merge pull request #33 from bjesuiter/make-xo-happy 2da3fbd
- fix xo illegal empty line 1818f1b
- Merge branch 'main' into make-xo-happy 625a1ba
- Merge pull request #32 from bitgenoma/main 4d8c2c3
- reformat files and make xo happy (format wise, to keep the repo free from warnings) d9e70be
- docs change language b830301
- update tests 118335e
- add tests fix lint 73da8b8
- replace spaces with tabs 8be7e10
- make android modifications automatically ef2f0cb
v3.0.7
v3.0.6
v3.0.5
- update changelog cfa5a42
- Merge pull request #29 from bitgenoma/main 27ba212
- Merge pull request #28 from bjesuiter/dependabot/npm_and_yarn/webpack-5.76.1 808b6ea
- Merge branch 'main' into dependabot/npm_and_yarn/webpack-5.76.1 3b5bf85
- ignore .DS_Store 0092fc1
- fix readPackageAsync 99cbef4
- Update README.md 4410ef0
- Merge branch 'master' 840f907
- ignore .DS_Store 3042873
- Bump webpack from 5.75.0 to 5.76.1 17b8946
- Merge pull request #27 from bjesuiter/dep_upgrades 893f9e5
v3.0.4
What's Changed
- fix : "The requested module 'simple-plist' is a CommonJS module" by @kevinfavv in #16
- Bump simple-plist from 1.1.1 to 1.3.1 by @dependabot in #17
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #15
- Bump trim-off-newlines from 1.0.1 to 1.0.3 by @dependabot in #19
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #18
- Bump terser from 5.7.0 to 5.14.2 by @dependabot in #20
- Bump json5 and tsconfig-paths by @dependabot in #22
- Bump glob-parent and xo by @dependabot in #25
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #24
- Bump ansi-regex by @dependabot in #23
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #26
New Contributors
- @kevinfavv made their first contribution in #16
- @dependabot made their first contribution in #17
Full Changelog: v3.0.2...v3.0.4
3.0.2 - 2021-07-10
Release can be found on npm: https://www.npmjs.com/package/cap-sync-version
Changes
-
Update Dependencies:
- commander to 8.0.0
- some
npm audit fix
updates - xo linting package
-
includes PR 13 by Lucas Zeer
- fixes commander 7.X options handling change (new: cli.opts property)
- fixes handling of default plattforms to update npm version for
Detailed Commits
- add missing trailing commas 6b24924
- update prettierrc to always use trailingComma, to comply with xo linting b62bef8
- add xo linter to npm test script 7a31203
- update package-lock a937781
- update changelog in readme 771e5cf
- update dependencies 3702ae5
- Merge pull request #13 from KitchenMate/master 434e0b3
- update XO ed337ad
- update bin in package.lock 73e097f
- Update cli.js 365823e
- Merge pull request #12 from KitchenMate/master f8cbf0c
- fix async issue on load d662271
v3.0.1
[3.0.1] - 2021-05-29
- Fixed Version Numbers in Changelog for 3.0.0 & 3.0.1
For detailed Changes in current Major Version 3.0.0 see:
https://github.com/bjesuiter/capacitor-sync-version-cli/releases/tag/v3.0.0
v3.0.0
See: https://www.npmjs.com/package/cap-sync-version
Changelog
- Contribution by Lucas Zeer:
Possibility to add additional Plist files on iOS as targets for version sync - BREAKING CHANGE: This CLI is now a pure ESM Package, which means, it needs NodeJS > 12.20 to run
(see 'engines' field in package.json for more details) - Updated all dev & normal dependencies to fix security problems
- fix version reporting for cap-sync-version cli
Detailed Commits
- update changelog c6c6c69
- fix version reporting for cap-sync-version cli 2fc6a73
- fix all xo linting errors 6646e6d
- update changelog in readme 4c30a5b
- fix readPkg Import 3b54290
- update 'Usage' section in readme 51cc330
- switch to start cli.js instead of index.js 3e5a982
- fix shebang line in cli.js 11a9e71
- fix security warnings 8ee1bd4
- update commander.js f9db40b
- update fs-extra ad5acb8
- remove esm dependency aa7ae3d
- switch completely to esm package 61330ec
- update - java-props (one patch version) - project-version (dropped compatibility with node10) - simple-plist (one patch version) e1fc1b2
- update - np for publishing - prettier - xo 5819f0a
- udpate ava testing framework c94089e
- udpate changelog & Credits in Readme 4884c1d
- update package.lock dfeb1b1
- Merge pull request #11 from KitchenMate/master a505465
- Traverse additional plists 7bde1ad
- Add additional plist file option 684beff
- Merge pull request #1 from bjesuiter/snyk-upgrade-5451a11a8de6d3de453c809b339df5d2 aaab3ff
- fix: upgrade commander from 5.0.0 to 5.1.0 d1dc0b6
- fix: upgrade commander from 5.0.0 to 5.1.0 0650734