Skip to content

Latest commit

 

History

History
289 lines (136 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

289 lines (136 loc) · 14.2 KB

Changelog

3.4.3 (2022-05-03)

Bug Fixes

3.4.2 (2022-04-22)

Bug Fixes

  • correctly set git user and email (eb55928)
  • properly install and use glob (9bf3126)

3.4.1 (2022-04-15)

Bug Fixes

  • properly allow package-lock when lockfile=true (c613429)

3.4.0 (2022-04-15)

Features

  • allow option to set npm bin in package.json (32f7f7c)

Bug Fixes

  • dont create release please for private root pkg (2f7dcfa)
  • lockfile setting adds lockfile to allowed gitignore (c808c4f)
  • use ops+robot as git user for all ci (aeb0162)

3.3.2 (2022-04-06)

Bug Fixes

  • add pull requests permissions to release please (#129) (82064ff)

3.3.1 (2022-04-06)

Bug Fixes

  • yaml newlines in release please action (#127) (a64af5d)

3.3.0 (2022-04-06)

Features

  • add audit and fund flags to install (0555d67), closes #108
  • add lockfile option to control npmrc and ci cache (9ab4497)
  • update root package-lock after workspace releases (#125) (bd3da0e)

Bug Fixes

  • explicitly set package-name for release please workspaces (f6aa844)
  • remove actions permission from post-dependabot (a245bbc)
  • update comment link to github permissions (#117) (ba5907b)

Dependencies

  • bump @npmcli/package-json from 1.0.1 to 2.0.0 (#122) (afe6fb1)

3.2.2 (2022-03-29)

Bug Fixes

  • correct path key for workspace release (a4ae34f)
  • dont write release please file for private workspace (15c19c1)
  • lint after post dependabot install (da74ad9)
  • race conditiion when saving package.json (cd3fee9)

Dependencies

3.2.1 (2022-03-29)

Bug Fixes

  • add root: true to eslint configs (bd24358)
  • properly apply file changes and version update (fa0b173)
  • rm security.md files from workspaces (43f0d25)

3.2.0 (2022-03-25)

Features

Bug Fixes

  • allow post-dependabot action to edit workflows (#103) (0ca9a9e)

3.1.2 (2022-03-21)

Bug Fixes

  • allow post-dependabot action to edit workflows (#103) (0ca9a9e)

3.1.1 (2022-03-21)

Bug Fixes

3.1.0 (2022-03-17)

Features

  • require this packaged to be a pinned dep (ea04dfb), closes #88 #93

Bug Fixes

  • change dependabot to increase-if-necessary (#91) (f20fb37)
  • only reference matrix in relavent actions (f951c95)
  • use commitlint config via rc file only (#95) (dd84416)
  • use proper path and node version in actions (d5d546e)

3.0.0 (2022-03-16)

⚠ BREAKING CHANGES

  • bin scripts are now template-oss-apply and template-oss-check renamed apply props rootRepo, rootModule, workspaceRepo, workspaceModule

Features

  • eslint: support glob for windows (#79) (9a28510)
  • rewrite to make it more extensible (#81) (605ccbd)

Bug Fixes

Dependencies

  • bump hosted-git-info from 4.1.0 to 5.0.0 (#87) (dbda2cd)
  • update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (#82) (666ac23)

2.9.2 (2022-03-02)

Bug Fixes

2.9.1 (2022-03-02)

Bug Fixes

2.9.0 (2022-03-01)

Features

  • add release-please workflow to workspace repo files (#58) (ad4be0d)

Dependencies

  • bump @npmcli/fs from 1.1.1 to 2.0.1 (#60) (ecee70c)

2.8.1 (2022-02-23)

Bug Fixes

  • bare git push for post-dependabot action (#56) (176440e)

2.8.0 (2022-02-22)

Features

  • remove standard from package.json (72520ff)

Dependencies

  • update @npmcli/fs requirement from ^1.1.0 to ^1.1.1 (7207aaf)
  • update @npmcli/map-workspaces requirement from ^2.0.0 to ^2.0.1 (#55) (b957fa7)

2.7.1 (2022-02-07)

Bug Fixes

  • run install when dependabot updates us (5b49817)

2.7.0 (2022-02-02)

Features

Bug Fixes

  • changelog: Capitalize Dependencies (55c26a7)
  • commitlint: don't lint subject-case (75cb7e6)
  • dependabot: always increase deps (fb441b1)

Dependencies

  • update @npmcli/fs requirement from ^1.0.0 to ^1.1.0 (aa3f37e)

2.6.0 (2022-02-01)

Features

Bug Fixes

  • drop bash and powershell from windows CI (#34) (a77cec5)
  • try to workaround old npm not being able to update in windows (#36) (194c434)

2.5.1 (2022-01-17)

Bug Fixes

  • move non-windows ci.yml to correct location (#32) (0503263)

2.5.0 (2022-01-11)

Features

2.4.3 (2022-01-06)

Bug Fixes

  • namespaced workspaces create workflows (#28) (cf6924e)

2.4.2 (2022-01-06)

Bug Fixes

  • updated workspace ci template to run correct tests (#26) (92764e1)

2.4.1 (2021-12-14)

Bug Fixes

  • empty commit for eslint-config from #24 (cc6bdea)

2.4.0 (2021-12-14)

Features