Skip to content

Commit 4bad70e

Browse files
authored
chore: Bump version to v9.1.0-beta.2 (#469)
1 parent b9adc14 commit 4bad70e

14 files changed

+22
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22

33
Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.
44

5-
## 9.1.0-beta.1
5+
## v9.1.0-beta.2
66

7-
- [Fix] The previous beta release had an issue where all components' stylesheets were being treated as CSS modules. This will now build with the correct class name selectors again.
7+
- [Fix] Move patch-package to dependencies to allow it to run (on nothing since we're patching a dev-dependency) after being installed as a package.
8+
- [Fix] Prevent emotion's `css` prop from polluting the exported type definitions
89

9-
## 9.1.0-beta
10+
## v9.1.0-beta.1
1011

11-
- [Feature] A set of base design system components have been added: `Box`, `Columns`, `Divider`, `Heading`, `Inline`, `Stack`, and `Text`. Since we're still experimenting with their API, they will be packaged under beta releases until they become more concrete.
12+
- [Fix] The previous beta release had an issue where all components' stylesheets were being treated as CSS modules. This will now build with the correct class name selectors again.
1213

13-
## 9.0.0
14+
## v9.1.0-beta
15+
16+
- [Feature] A set of base design system components have been added: `Box`, `Columns`, `Divider`, `Heading`, `Inline`, `Stack`, and `Text`. Since we're still experimenting with their API, they will be packaged under beta releases until they become more concrete.
17+
18+
## v9.0.0
1419

1520
- [Build] The project now requires node v14.5.5+ and npm v6.14.11+ to install and run.
1621
- We're skipping right over v8.0.0 as its tag has already been created previously
1722

18-
## 7.2.1
23+
## v7.2.1
1924

2025
- [Tweak] Adds `defaultValue` and ensures additional props are carried forward on the `Select` component.
2126

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
}</script><style>#root[hidden],
7272
#docs-root[hidden] {
7373
display: none !important;
74-
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.b548b6ea864baef7ae08.bundle.js"></script><script src="vendors~main.b548b6ea864baef7ae08.bundle.js"></script><script src="main.b548b6ea864baef7ae08.bundle.js"></script></body></html>
74+
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.80a4d98436512e1a34e7.bundle.js"></script><script src="vendors~main.80a4d98436512e1a34e7.bundle.js"></script><script src="main.80a4d98436512e1a34e7.bundle.js"></script></body></html>
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.80a4d98436512e1a34e7.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.b548b6ea864baef7ae08.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/runtime~main.b548b6ea864baef7ae08.bundle.js renamed to docs/runtime~main.80a4d98436512e1a34e7.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.80a4d98436512e1a34e7.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.b548b6ea864baef7ae08.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/vendors~main.b548b6ea864baef7ae08.bundle.js renamed to docs/vendors~main.80a4d98436512e1a34e7.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendors~main.b548b6ea864baef7ae08.bundle.js.LICENSE.txt renamed to docs/vendors~main.80a4d98436512e1a34e7.bundle.js.LICENSE.txt

File renamed without changes.

0 commit comments

Comments
 (0)