saleor-apps-redis_apl/.changeset
Lukasz Ostrowski e8660e8bb9
Extract shared packages (#948)
* [skip ci] tRPC shared package

* [skip ci] tRPC shared package - fix

* [skip ci] shared package - app sections

* [skip ci] segment - implement shared components

* [skip ci] extract theme synchronizer

* extract components and implement them in apps

* cms - extract shared packages

* Fix imports

* remove urql from peer deps
2023-09-04 11:30:57 +02:00
..
afraid-eagles-joke.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
afraid-wolves-shave.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
angry-ravens-enjoy.md Algolia fields filtering (#946) 2023-09-01 17:01:41 +02:00
config.json Setup changesets 2023-02-07 19:40:59 +01:00
dull-lobsters-relate.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
dull-mayflies-arrive.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
fast-bobcats-sip.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
flat-apples-divide.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
happy-colts-cough.md Refactors: webhooks, config (#941) 2023-08-30 12:17:44 +02:00
hot-eagles-cheer.md Fix save button label (#950) 2023-09-01 14:08:10 +02:00
kind-wombats-beg.md Refactors: webhooks, config (#941) 2023-08-30 12:17:44 +02:00
late-cherries-sparkle.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
metal-worms-double.md Refactors: webhooks, config (#941) 2023-08-30 12:17:44 +02:00
olive-ducks-grow.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
polite-cobras-relax.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
quiet-cups-kneel.md Product Feed: Add configurable image size and additional photos (#915) 2023-09-01 13:35:02 +02:00
README.md Update README.md (#649) 2023-06-16 09:06:41 +02:00
sharp-buses-reflect.md Product Feed: Add configurable image size and additional photos (#915) 2023-09-01 13:35:02 +02:00
sharp-ducks-peel.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
silly-geese-shout.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
slow-bears-own.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
small-vans-rhyme.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
tender-cycles-float.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00
wet-moles-admire.md Extract shared packages (#948) 2023-09-04 11:30:57 +02:00

Changeset

Writing guidelines

Rules:

1. Avoid repetition when describing bug fixes

Bad:

Fixed a bug where the component fired confetti uncontrollably when typing into the input. Fixed a bug when...

Good:

The input no longer fires confetti on typing.

2. Use more personal tone

Bad:

It is now possible to use the class xyz directly in…

Good:

You can now use the class xyz directly in…

3. Make it about the user, not the code

Bad:

Added the X and Y fields to the schema returned by Z.

Good:

You can now see how many users are connected to a deployment (X), and the users capacity of the deployment (Y).

4. Use a minimal amount of fluff

Bad:

After many long nights at the office, several cans of beer, and consuming the amount of pizza equal to the surface of a helipad, we finally managed to squash a bug thats been haunting you forever. Its origin reaches back to the times when Tim Berners-Lee…

Good:

The application no longer shuts down when attempting to abort a payment.

5. Use a template when lost

If you dont have an idea how to start, you may use some of those openings:

  • “You can now…”
  • “X no longer does Y when Z.”
  • “X no longer does Y. This means you no longer need to Z.”

6. Describe known issues

When the release introduces some issues or limitations, describe them:

You may experience issues when trying to use the new view with an adblocker turned on. The issue will be fixed in the next release. For now, please…

Resources