Lucas Fernandes Nogueira eb61d44f9f feat(core): fallback to Window and AppHandle resource table on close (#11398) 9 bulan lalu
..
README.md 6f064a0d6f chore: add back `.changes/readme.md` (#8905) 1 tahun lalu
asset-protocol-expose-content-range.md e1bf6ef8cb fix(core): expose `content-range` header in `asset` protocol (#11374) 9 bulan lalu
bundler-wix-version.md c8f55b615d feat(bundler): add `wix > version` option (#11388) 9 bulan lalu
config.json be683e2ac3 fix: publish NPM packages with latest tag (#11199) 10 bulan lalu
predefined-menu-item-with-text-on-menu-builders.md 6cd917c227 feat(core): add methods for predefined items with specific text on `Menu/SubmenuBuilder` (#11390) 9 bulan lalu
remove-unused-metadata-references.md 2e88633ba4 chore: remove references to unused __TAURI_INTERNALS__.metadata (#11369) 9 bulan lalu
resources-close-fallback.md eb61d44f9f feat(core): fallback to Window and AppHandle resource table on close (#11398) 9 bulan lalu
support-custom-repo-structure.md e4c9268b19 feat(cli): make tauri/cli fully support projects with non-standard structure (#11258) 9 bulan lalu

README.md

Changes

via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do not need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

---
'package-a': 'patch:enhance'
'package-b': 'patch:enhance'
---

Change summary goes here

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a major, minor or patch as further described in semver.

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).

Additionally you could specify a tag for the change file to group it with other changes by prefixing the bump with :<tag>, for example:

---
'package-a': 'patch:enhance'
---

Change summary goes here

which will group this change file with other changes that specify the bug tag.

For list of available tags, see the changeTags key in ./config.json