Skip to content

Commit a43538b

Browse files
chore(release): 2.0.0 [skip ci]
# [@snek-at/jaen-v2.0.0](https://github.com/snek-at/jaen/compare/@snek-at/jaen-v1.0.0...@snek-at/jaen-v2.0.0) (2021-09-27) ### Bug Fixes * **.babelrc:** add preset-react ([36a0f2c](36a0f2c)) * **build:** build gatsby plugins with babel ([951ae23](951ae23)) * **chakra:** reset css ([2d1d195](2d1d195)) * **colormode:** switching the colormode works when using jaen-shared-ui (WA!) ([409d094](409d094)) * **drawer:** reduce minW of 6xl size ([a43fa63](a43fa63)) * **license:** fix incorrect license spdx id ([21db14d](21db14d)) * **mainui:** make toggle responsive and add unsupported device alert ([78c46f7](78c46f7)) * **package.json:** add dist to files ([243b531](243b531)) * **package.json:** align monorepo package versions ([69661f7](69661f7)) * **package.json:** align versions ([cfd6201](cfd6201)) * **package.json:** align versions ([e28c4c9](e28c4c9)) * **package.json:** align versions ([5f0e61a](5f0e61a)) * **package.json:** align versions ([0bedf29](0bedf29)) * **package.json:** align versions ([a7b59a3](a7b59a3)) * **package.json:** fix jaen-shared-ui version ([c340a35](c340a35)) * **package.json:** update version ([bfd63ae](bfd63ae)) * **theme:** update jaen themes ([3d7921f](3d7921f)) * add missing import and remove if ([856333e](856333e)) * add portal and zindex to mainui ([12f6aed](12f6aed)) * enable transpiling ([037856a](037856a)) * page creaction and esm ([ab3bbda](ab3bbda)) * remove babel transpiling ([e443f18](e443f18)) * remove build alerts ([b1153fe](b1153fe)) * update err type ([685bc9e](685bc9e)) * **package.json:** align versions ([07a4c3a](07a4c3a)) * **package.json:** align versions ([3ae446a](3ae446a)) * **package.json:** align versions ([35e74c1](35e74c1)) * remove transpiling ([9ec9b59](9ec9b59)) * **package.json:** fix versions ([16c706c](16c706c)) * **package.json:** remove files ([fdc78ca](fdc78ca)) ### Features * **auth:** add guest mode ([3431548](3431548)) * **chakraui:** enfore chakraui through jaen ([bd539de](bd539de)) * **mainui:** add option to initially hide ui ([0d4a063](0d4a063)) * **mainui:** provide hideUI status through core provider ([2288635](2288635)) * **release:** update to v2.0.0 ([3093c33](3093c33)) * **seo:** add SEO to TemplateProvider ([38fc053](38fc053)) * **snekfinder:** sync files on publish ([b67a68c](b67a68c)) * **theme:** add jaenTheme and userTheme including new drawersize (6xl) ([f96ac1f](f96ac1f)) * add jaenPageContext ([2bf4da1](2bf4da1)) * add login ([1c2cbc5](1c2cbc5)) * compile plugins as es6 ([5473ed0](5473ed0)) * jaenImage uses GatsbyImage now ([a28b99e](a28b99e)) * move exit button from header to footer ([d9d82a2](d9d82a2)) * send publish request on button press ([75d5cfc](75d5cfc)) ### Performance Improvements * use dynamic imports to reduce the bundle size ([712dfe3](712dfe3)) ### BREAKING CHANGES * **release:** Update to v2.0.0
1 parent 2cf050d commit a43538b

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

packages/jaen/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
# [@snek-at/jaen-v2.0.0](https://github.com/snek-at/jaen/compare/@snek-at/jaen-v1.0.0...@snek-at/jaen-v2.0.0) (2021-09-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **.babelrc:** add preset-react ([36a0f2c](https://github.com/snek-at/jaen/commit/36a0f2cba18b74a4a2a20e94bdc9d61f29c7089b))
7+
* **build:** build gatsby plugins with babel ([951ae23](https://github.com/snek-at/jaen/commit/951ae2391abbfa3ad9b1c4418558c48c095d60a3))
8+
* **chakra:** reset css ([2d1d195](https://github.com/snek-at/jaen/commit/2d1d1956ae3c61f188696ea268625395cb1ffe37))
9+
* **colormode:** switching the colormode works when using jaen-shared-ui (WA!) ([409d094](https://github.com/snek-at/jaen/commit/409d094072623d546e7c974e2707db451f1ad8f7))
10+
* **drawer:** reduce minW of 6xl size ([a43fa63](https://github.com/snek-at/jaen/commit/a43fa63dfb986b64e30a29274b331a992c43dd0a))
11+
* **license:** fix incorrect license spdx id ([21db14d](https://github.com/snek-at/jaen/commit/21db14dc08ef75fe72fd18718ab0fafab5eb26dd))
12+
* **mainui:** make toggle responsive and add unsupported device alert ([78c46f7](https://github.com/snek-at/jaen/commit/78c46f746d9d94bb85a88d6ffdf41b354a799c29))
13+
* **package.json:** add dist to files ([243b531](https://github.com/snek-at/jaen/commit/243b53141fc7069c1f3244a40f3fd683c987dcde))
14+
* **package.json:** align monorepo package versions ([69661f7](https://github.com/snek-at/jaen/commit/69661f761edc4aa6c0839cb0a588dd328ec098a5))
15+
* **package.json:** align versions ([cfd6201](https://github.com/snek-at/jaen/commit/cfd6201a2212063a65b7d17d9d1d0097a0cd7b62))
16+
* **package.json:** align versions ([e28c4c9](https://github.com/snek-at/jaen/commit/e28c4c93e5294e44d446d80b311826d577813163))
17+
* **package.json:** align versions ([5f0e61a](https://github.com/snek-at/jaen/commit/5f0e61a2425e43b7a38d58bf2e29be2802f639e1))
18+
* **package.json:** align versions ([0bedf29](https://github.com/snek-at/jaen/commit/0bedf29c917a4d755ac48c3220725ac6f22fe7ac))
19+
* **package.json:** align versions ([a7b59a3](https://github.com/snek-at/jaen/commit/a7b59a3ac9f7d81bb6efcb5a2a866e138f7969cc))
20+
* **package.json:** fix jaen-shared-ui version ([c340a35](https://github.com/snek-at/jaen/commit/c340a3517111c0c28d415f787a4bd32f2b085c1e))
21+
* **package.json:** update version ([bfd63ae](https://github.com/snek-at/jaen/commit/bfd63ae79015028cb65bc88c384c0a7afc111903))
22+
* **theme:** update jaen themes ([3d7921f](https://github.com/snek-at/jaen/commit/3d7921f836e587844c12a59f398c106e39015c36))
23+
* add missing import and remove if ([856333e](https://github.com/snek-at/jaen/commit/856333ed13fad3d141780e4761db761e203437e0))
24+
* add portal and zindex to mainui ([12f6aed](https://github.com/snek-at/jaen/commit/12f6aed5d5cbdad208d92a1d6d7d3347e6e0a7a9))
25+
* enable transpiling ([037856a](https://github.com/snek-at/jaen/commit/037856a4bad791be351cc03b2afb29c65f9b8bff))
26+
* page creaction and esm ([ab3bbda](https://github.com/snek-at/jaen/commit/ab3bbdabc37ae4ef14044bd6b29c4dfb80254362))
27+
* remove babel transpiling ([e443f18](https://github.com/snek-at/jaen/commit/e443f1889081f428ca7a724c732d29701182ae65))
28+
* remove build alerts ([b1153fe](https://github.com/snek-at/jaen/commit/b1153fe633d650fb937c9f41684cb301b1c06671))
29+
* update err type ([685bc9e](https://github.com/snek-at/jaen/commit/685bc9e918cf4f09afbd2ad1beebdd327b485d1b))
30+
* **package.json:** align versions ([07a4c3a](https://github.com/snek-at/jaen/commit/07a4c3a1937d9aae57214457d04bc9e2fdf316d3))
31+
* **package.json:** align versions ([3ae446a](https://github.com/snek-at/jaen/commit/3ae446ae64e4d7f7472f1f919aed521734109a3d))
32+
* **package.json:** align versions ([35e74c1](https://github.com/snek-at/jaen/commit/35e74c170d136f28676228e8726794aec45cb642))
33+
* remove transpiling ([9ec9b59](https://github.com/snek-at/jaen/commit/9ec9b59b69515bbdf3c47b77c9434ce2b38632f3))
34+
* **package.json:** fix versions ([16c706c](https://github.com/snek-at/jaen/commit/16c706c328db52088ee1d521ab5c69c715221267))
35+
* **package.json:** remove files ([fdc78ca](https://github.com/snek-at/jaen/commit/fdc78caa8fb876c32b33c5c106bec046e4204dfe))
36+
37+
38+
### Features
39+
40+
* **auth:** add guest mode ([3431548](https://github.com/snek-at/jaen/commit/343154897e8b9794594b964b5f559c69e6cfdbc7))
41+
* **chakraui:** enfore chakraui through jaen ([bd539de](https://github.com/snek-at/jaen/commit/bd539de1513f7656f5a7a5ce2f30c8c1628f8967))
42+
* **mainui:** add option to initially hide ui ([0d4a063](https://github.com/snek-at/jaen/commit/0d4a0630880f2d4cb53ec4637b784ae1a6496f6e))
43+
* **mainui:** provide hideUI status through core provider ([2288635](https://github.com/snek-at/jaen/commit/228863568f75c68e127e143b47c0bc90ed5c2bf1))
44+
* **release:** update to v2.0.0 ([3093c33](https://github.com/snek-at/jaen/commit/3093c33b57996686fd8049d1201826a540024bc7))
45+
* **seo:** add SEO to TemplateProvider ([38fc053](https://github.com/snek-at/jaen/commit/38fc0531adfbb7f58d96f6cbc3d86b7b94dbe18d))
46+
* **snekfinder:** sync files on publish ([b67a68c](https://github.com/snek-at/jaen/commit/b67a68c3a18debee9ba91f97ed4ebe512ee6b75d))
47+
* **theme:** add jaenTheme and userTheme including new drawersize (6xl) ([f96ac1f](https://github.com/snek-at/jaen/commit/f96ac1fdde1c979b17f2502ea450c5c12f371b9f))
48+
* add jaenPageContext ([2bf4da1](https://github.com/snek-at/jaen/commit/2bf4da1a154de2db83ebbec6fad5cfa3a758053b))
49+
* add login ([1c2cbc5](https://github.com/snek-at/jaen/commit/1c2cbc5e56fd6b92337982c09f1f4e75b194de6a))
50+
* compile plugins as es6 ([5473ed0](https://github.com/snek-at/jaen/commit/5473ed07dec4fbfdffa5df06f6a65dbba65177c7))
51+
* jaenImage uses GatsbyImage now ([a28b99e](https://github.com/snek-at/jaen/commit/a28b99ec0e6bd83cb6359c4ff4783f6847e6a3a4))
52+
* move exit button from header to footer ([d9d82a2](https://github.com/snek-at/jaen/commit/d9d82a29b41355f227172cd78d3593084210e26c))
53+
* send publish request on button press ([75d5cfc](https://github.com/snek-at/jaen/commit/75d5cfcb35bcde7e7f3d455b44b9921e1dd2eefa))
54+
55+
56+
### Performance Improvements
57+
58+
* use dynamic imports to reduce the bundle size ([712dfe3](https://github.com/snek-at/jaen/commit/712dfe3f8fb970ffc1ce7fbd9e3cf34f5b183985))
59+
60+
61+
### BREAKING CHANGES
62+
63+
* **release:** Update to v2.0.0
64+
165
# [@snek-at/jaen-v2.0.0-beta.29](https://github.com/snek-at/jaen/compare/@snek-at/jaen-v2.0.0-beta.28...@snek-at/jaen-v2.0.0-beta.29) (2021-09-27)
266

367

0 commit comments

Comments
 (0)