-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from danieldelcore/changeset-release/master
Version Packages
- Loading branch information
Showing
22 changed files
with
563 additions
and
96 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# @trousers/collector | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- e6a3323: # Version 3 🎉 | ||
|
||
This is Trousers' biggest update yet! | ||
|
||
Including: | ||
|
||
- Support for the CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- insertRule 🏹 | ||
- Smaller bundles 🐭 | ||
- Custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
## Removed | ||
|
||
- withStyles HOC (please use css prop for class components) | ||
|
||
### Developer experience | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
- Adds [manypkg](https://github.com/Thinkmill/manypkg) | ||
|
||
- c9c8187: **Trousers v3!** | ||
|
||
- CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- prod mode support for `insertRule` 🏹 | ||
- Smaller bundles 🐭 | ||
- Support for custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
**Dev** | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e6a3323] | ||
- Updated dependencies [c9c8187] | ||
- @trousers/hash@3.0.0 | ||
- @trousers/utils@3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# @trousers/core | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- e6a3323: # Version 3 🎉 | ||
|
||
This is Trousers' biggest update yet! | ||
|
||
Including: | ||
|
||
- Support for the CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- insertRule 🏹 | ||
- Smaller bundles 🐭 | ||
- Custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
## Removed | ||
|
||
- withStyles HOC (please use css prop for class components) | ||
|
||
### Developer experience | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
- Adds [manypkg](https://github.com/Thinkmill/manypkg) | ||
|
||
- c9c8187: **Trousers v3!** | ||
|
||
- CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- prod mode support for `insertRule` 🏹 | ||
- Smaller bundles 🐭 | ||
- Support for custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
**Dev** | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e6a3323] | ||
- Updated dependencies [c9c8187] | ||
- @trousers/hash@3.0.0 | ||
- @trousers/parser@3.0.0 | ||
- @trousers/registry@3.0.0 | ||
- @trousers/server@3.0.0 | ||
- @trousers/theme@3.0.0 | ||
- @trousers/utils@3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# @trousers/hash | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- e6a3323: # Version 3 🎉 | ||
|
||
This is Trousers' biggest update yet! | ||
|
||
Including: | ||
|
||
- Support for the CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- insertRule 🏹 | ||
- Smaller bundles 🐭 | ||
- Custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
## Removed | ||
|
||
- withStyles HOC (please use css prop for class components) | ||
|
||
### Developer experience | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
- Adds [manypkg](https://github.com/Thinkmill/manypkg) | ||
|
||
- c9c8187: **Trousers v3!** | ||
|
||
- CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- prod mode support for `insertRule` 🏹 | ||
- Smaller bundles 🐭 | ||
- Support for custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
**Dev** | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# @trousers/parser | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- e6a3323: # Version 3 🎉 | ||
|
||
This is Trousers' biggest update yet! | ||
|
||
Including: | ||
|
||
- Support for the CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- insertRule 🏹 | ||
- Smaller bundles 🐭 | ||
- Custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
## Removed | ||
|
||
- withStyles HOC (please use css prop for class components) | ||
|
||
### Developer experience | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
- Adds [manypkg](https://github.com/Thinkmill/manypkg) | ||
|
||
- c9c8187: **Trousers v3!** | ||
|
||
- CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- prod mode support for `insertRule` 🏹 | ||
- Smaller bundles 🐭 | ||
- Support for custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
**Dev** | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# @trousers/registry | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- e6a3323: # Version 3 🎉 | ||
|
||
This is Trousers' biggest update yet! | ||
|
||
Including: | ||
|
||
- Support for the CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- insertRule 🏹 | ||
- Smaller bundles 🐭 | ||
- Custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
## Removed | ||
|
||
- withStyles HOC (please use css prop for class components) | ||
|
||
### Developer experience | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
- Adds [manypkg](https://github.com/Thinkmill/manypkg) | ||
|
||
- c9c8187: **Trousers v3!** | ||
|
||
- CSS prop 👩🎤 | ||
- Mono-repo setup and decomposition 📦 | ||
- Object notation CSS 🍞 | ||
- Theme CSS var package 🎨 | ||
- prod mode support for `insertRule` 🏹 | ||
- Smaller bundles 🐭 | ||
- Support for custom style collectors 🕺 | ||
- Trousers package with all exports for backwards compatibility | ||
|
||
**Dev** | ||
|
||
- Adds [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) | ||
- Adds [react-stable-ref](https://github.com/danieldelcore/react-stable-ref) to test for re-renders | ||
- Adds [atlassian/changesets](https://github.com/atlassian/changesets) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e6a3323] | ||
- Updated dependencies [c9c8187] | ||
- @trousers/parser@3.0.0 |
Oops, something went wrong.