Releases: Khan/changeset-per-package
Releases · Khan/changeset-per-package
v1.0.3
What's Changed
- Update node-version file by @mark-fitzgerald in #76
- Bump actions/setup-node from 3 to 4 by @dependabot in #34
- Bump github/codeql-action from 2 to 3 by @dependabot in #58
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #59
- Bump eslint from 8.51.0 to 8.56.0 by @dependabot in #60
- Bump eslint-plugin-jest from 27.4.3 to 28.5.0 by @dependabot in #78
- Bump @typescript-eslint/parser from 6.7.5 to 6.21.0 by @dependabot in #79
- Bump prettier-eslint from 15.0.1 to 16.3.0 by @dependabot in #77
- Bump @typescript-eslint/eslint-plugin from 6.8.0 to 7.0.0 by @dependabot in #80
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 by @dependabot in #8
- Update README.md by @nedredmond in #13
- Bump eslint-plugin-github from 4.10.0 to 4.10.1 by @dependabot in #11
- Bump eslint-plugin-jest from 27.4.0 to 27.4.2 by @dependabot in #14
- Update README.md by @nedredmond in #20
- Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 by @dependabot in #17
- Bump eslint from 8.50.0 to 8.51.0 by @dependabot in #21
- Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5 by @dependabot in #22
- Bump @typescript-eslint/parser from 6.7.2 to 6.7.5 by @dependabot in #24
- Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #26
- Bump eslint-plugin-jsonc from 2.9.0 to 2.10.0 by @dependabot in #23
- Bump @types/jest from 29.5.5 to 29.5.6 by @dependabot in #30
- Bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #31
- Bump eslint-plugin-jest from 27.4.2 to 27.4.3 by @dependabot in #33
- Bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.8.0 by @dependabot in #29
- Upgrade to node 20 in "engines" section of package.json. by @mark-fitzgerald in #75
New Contributors
- @mark-fitzgerald made their first contribution in #75
Full Changelog: v1.0.1...v1.0.2
v1.0.2-pre
What's Changed
- Doesn't install a redundant changesets package if one is already present.
Full Changelog: v1.0.1...v1.0.2-pre
v1.0.1
What's Changed
- Access json output file instead of parsing CLI by @nedredmond in #6
Full Changelog: v1.0.0...v1.0.1
Isolate verification logic
What's Changed
- Removed composite action. There was no way to dynamically call the sub-action by the called version. I could checkout the repo, but I would have to manually update the version in the YML. Removed the complexity in favor of composing in the workflow.
by @nedredmond in #4
Full Changelog: v0.0.0...v1.0.0
Initial Release
What's Changed
- Implement composite architecture by @nedredmond in #1
- Include khan packages to make independent by @nedredmond in #2
- Update README.md by @nedredmond in #3
New Contributors
- @nedredmond made their first contribution in #1
Full Changelog: https://github.com/Khan/changeset-per-package/commits/v0.0.0