Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# my-gatsby-site-v1.0.0 (2021-09-27)

### Bug Fixes

* **.babelrc:** add preset-react ([36a0f2c](36a0f2c))
* **blockcontainer:** add workaround to bypass field registration inside a block container ([2e55edf](2e55edf))
* **blockcontainer:** disable SFBWrapper when not editing ([a171b96](a171b96))
* **chakra:** reset css ([2d1d195](2d1d195))
* **choicefield:** enable popover only on editing ([4ee9231](4ee9231))
* **fields:** remove WA, add block registration and fix missing block data ([fb4c2df](fb4c2df))
* **gatsby-node:** add missing slug on fixed pages that are not the index ([81eb4c5](81eb4c5))
* **gatsby-node:** fix variable not defined error ([0013d08](0013d08))
* **imagefield:** blinking on hover when using position absolut fixed ([d45c6f9](d45c6f9))
* **indexfield:** fix page context ([74d6383](74d6383))
* **jaen-pages cli:** fix cli typescript error ([780c4af](780c4af))
* **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 versions ([16c706c](16c706c))
* **package.json:** update version ([fe2aa5a](fe2aa5a))
* **package.json:** update versions ([8ce78ef](8ce78ef))
* **publish:** publishing works also without page changes now ([a091153](a091153))
* **seo:** fix page image url ([5e55706](5e55706))
* **theme:** update jaen themes ([3d7921f](3d7921f))
* add high zIndex to MainUI toggle button ([c180d92](c180d92))
* add portal and zindex to mainui ([12f6aed](12f6aed))
* disable page updating on page change ([cbd2656](cbd2656))
* enable image creation for none jaen pages ([5a4d4d4](5a4d4d4))
* enable transpiling ([037856a](037856a))
* fix versions ([fb37799](fb37799))
* improve file creating and jaen plugin register ([6a32003](6a32003))
* resolve paths for publish pages ([4fea93f](4fea93f))
* **package.json:** align versions ([07a4c3a](07a4c3a))
* **package.json:** align versions ([35e74c1](35e74c1))
* **package.json:** align versions ([ca6fc14](ca6fc14))
* **package.json:** update snekfinder version ([a764f35](a764f35))
* page creaction and esm ([ab3bbda](ab3bbda))
* remove transpiling ([9ec9b59](9ec9b59))

### Features

* **blockcontainer:** enable wrap for container ([504dd50](504dd50))
* **chakraui:** enfore chakraui through jaen ([bd539de](bd539de))
* **choicefield:** add disable option for popover ([91a36ac](91a36ac))
* **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 react helmet gatsby plugin to ssr meta tags ([5490aa7](5490aa7))
* **seo:** add SEO to TemplateProvider ([38fc053](38fc053))
* **snekfinder:** sync files on publish ([b67a68c](b67a68c))
* add ChoiceField ([115417b](115417b))
* add gatsby publishing ([83d2704](83d2704))
* add jaen-pages cli ([b2a9724](b2a9724))
* add jaen-pages migration workflow ([008918c](008918c))
* add jaenPageContext ([2bf4da1](2bf4da1))
* enable childpages for static pages ([c8f442e](c8f442e))
* introduce BlockContainer (StreamField replacement) ([e89c100](e89c100))
* jaenImage uses GatsbyImage now ([a28b99e](a28b99e))
* remove initialValue form StreamField ([1c60e15](1c60e15))
* send publish request on button press ([75d5cfc](75d5cfc))
* streamField not includes build data ([b12ff24](b12ff24))

### Performance Improvements

* **ckeditor:** load bundle only if editing is true (prevents from loading it to SSR) ([acabb30](acabb30))
* **ckeditor:** only render if `defaultData.shouldOverrideRand` changes ([61361dc](61361dc))
* use dynamic imports to reduce the bundle size ([712dfe3](712dfe3))

### BREAKING CHANGES

* **release:** Update to v2.0.0
  • Loading branch information
semantic-release-bot committed Sep 27, 2021
1 parent 3093c33 commit 1038352
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
79 changes: 79 additions & 0 deletions examples/my-gatsby-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
# my-gatsby-site-v1.0.0 (2021-09-27)


### Bug Fixes

* **.babelrc:** add preset-react ([36a0f2c](https://github.com/snek-at/jaen/commit/36a0f2cba18b74a4a2a20e94bdc9d61f29c7089b))
* **blockcontainer:** add workaround to bypass field registration inside a block container ([2e55edf](https://github.com/snek-at/jaen/commit/2e55edfe0a168b2cc91fa9bf8ac3be13fcda35d1))
* **blockcontainer:** disable SFBWrapper when not editing ([a171b96](https://github.com/snek-at/jaen/commit/a171b9610718864037f2a2fe5b4de44369886e2f))
* **chakra:** reset css ([2d1d195](https://github.com/snek-at/jaen/commit/2d1d1956ae3c61f188696ea268625395cb1ffe37))
* **choicefield:** enable popover only on editing ([4ee9231](https://github.com/snek-at/jaen/commit/4ee923178ab30045d44f0d74ec85c8995bc02c52))
* **fields:** remove WA, add block registration and fix missing block data ([fb4c2df](https://github.com/snek-at/jaen/commit/fb4c2df08b8129b48245238736bd6d767d69f47b))
* **gatsby-node:** add missing slug on fixed pages that are not the index ([81eb4c5](https://github.com/snek-at/jaen/commit/81eb4c5bce7dc0f27ca2fed500d7336ed65de6df))
* **gatsby-node:** fix variable not defined error ([0013d08](https://github.com/snek-at/jaen/commit/0013d08882d6c3188508c70caee85d1272e60bbe))
* **imagefield:** blinking on hover when using position absolut fixed ([d45c6f9](https://github.com/snek-at/jaen/commit/d45c6f92906bcb2acb271056fb94a6a9a832cda2))
* **indexfield:** fix page context ([74d6383](https://github.com/snek-at/jaen/commit/74d6383c5e52600dc64640e2e0e44c492110b758))
* **jaen-pages cli:** fix cli typescript error ([780c4af](https://github.com/snek-at/jaen/commit/780c4af97387254f24d01580486badbc3fa8efd2))
* **package.json:** align monorepo package versions ([69661f7](https://github.com/snek-at/jaen/commit/69661f761edc4aa6c0839cb0a588dd328ec098a5))
* **package.json:** align versions ([cfd6201](https://github.com/snek-at/jaen/commit/cfd6201a2212063a65b7d17d9d1d0097a0cd7b62))
* **package.json:** align versions ([e28c4c9](https://github.com/snek-at/jaen/commit/e28c4c93e5294e44d446d80b311826d577813163))
* **package.json:** align versions ([5f0e61a](https://github.com/snek-at/jaen/commit/5f0e61a2425e43b7a38d58bf2e29be2802f639e1))
* **package.json:** align versions ([0bedf29](https://github.com/snek-at/jaen/commit/0bedf29c917a4d755ac48c3220725ac6f22fe7ac))
* **package.json:** align versions ([a7b59a3](https://github.com/snek-at/jaen/commit/a7b59a3ac9f7d81bb6efcb5a2a866e138f7969cc))
* **package.json:** fix versions ([16c706c](https://github.com/snek-at/jaen/commit/16c706c328db52088ee1d521ab5c69c715221267))
* **package.json:** update version ([fe2aa5a](https://github.com/snek-at/jaen/commit/fe2aa5a3c8a24533cf12497f1c96166cfd91b159))
* **package.json:** update versions ([8ce78ef](https://github.com/snek-at/jaen/commit/8ce78ef6a1b494f06428845f9470fe0717a030f3))
* **publish:** publishing works also without page changes now ([a091153](https://github.com/snek-at/jaen/commit/a0911534a067e417849ba70e4c3d0407bfc447fc))
* **seo:** fix page image url ([5e55706](https://github.com/snek-at/jaen/commit/5e55706837336e541c8243360e18ce8890de7dbc))
* **theme:** update jaen themes ([3d7921f](https://github.com/snek-at/jaen/commit/3d7921f836e587844c12a59f398c106e39015c36))
* add high zIndex to MainUI toggle button ([c180d92](https://github.com/snek-at/jaen/commit/c180d92678ce27e499bd9dcb10755de44732b3e1))
* add portal and zindex to mainui ([12f6aed](https://github.com/snek-at/jaen/commit/12f6aed5d5cbdad208d92a1d6d7d3347e6e0a7a9))
* disable page updating on page change ([cbd2656](https://github.com/snek-at/jaen/commit/cbd2656579947d62e03efaf00212ee6533d2cb95))
* enable image creation for none jaen pages ([5a4d4d4](https://github.com/snek-at/jaen/commit/5a4d4d4c6162bfd181d2eec895fea6e3ef986578))
* enable transpiling ([037856a](https://github.com/snek-at/jaen/commit/037856a4bad791be351cc03b2afb29c65f9b8bff))
* fix versions ([fb37799](https://github.com/snek-at/jaen/commit/fb37799fb95fa47dbf2adee3a3ab462c636e9fe9))
* improve file creating and jaen plugin register ([6a32003](https://github.com/snek-at/jaen/commit/6a3200390217a21eb57d962022681d05e5acff84))
* resolve paths for publish pages ([4fea93f](https://github.com/snek-at/jaen/commit/4fea93fdb5b8a47e3b6d03488178b87d61e89016))
* **package.json:** align versions ([07a4c3a](https://github.com/snek-at/jaen/commit/07a4c3a1937d9aae57214457d04bc9e2fdf316d3))
* **package.json:** align versions ([35e74c1](https://github.com/snek-at/jaen/commit/35e74c170d136f28676228e8726794aec45cb642))
* **package.json:** align versions ([ca6fc14](https://github.com/snek-at/jaen/commit/ca6fc14c3ac34e6853d3c3d6afa894fe10dae445))
* **package.json:** update snekfinder version ([a764f35](https://github.com/snek-at/jaen/commit/a764f354abc83e43bf355c4efee57dc4c7e2b1d4))
* page creaction and esm ([ab3bbda](https://github.com/snek-at/jaen/commit/ab3bbdabc37ae4ef14044bd6b29c4dfb80254362))
* remove transpiling ([9ec9b59](https://github.com/snek-at/jaen/commit/9ec9b59b69515bbdf3c47b77c9434ce2b38632f3))


### Features

* **blockcontainer:** enable wrap for container ([504dd50](https://github.com/snek-at/jaen/commit/504dd508ac13f83ccafca3764eb6144a294b1299))
* **chakraui:** enfore chakraui through jaen ([bd539de](https://github.com/snek-at/jaen/commit/bd539de1513f7656f5a7a5ce2f30c8c1628f8967))
* **choicefield:** add disable option for popover ([91a36ac](https://github.com/snek-at/jaen/commit/91a36ac01c4899d5a284b53c55e8e1416a125cbb))
* **mainui:** add option to initially hide ui ([0d4a063](https://github.com/snek-at/jaen/commit/0d4a0630880f2d4cb53ec4637b784ae1a6496f6e))
* **mainui:** provide hideUI status through core provider ([2288635](https://github.com/snek-at/jaen/commit/228863568f75c68e127e143b47c0bc90ed5c2bf1))
* **release:** update to v2.0.0 ([3093c33](https://github.com/snek-at/jaen/commit/3093c33b57996686fd8049d1201826a540024bc7))
* **seo:** add react helmet gatsby plugin to ssr meta tags ([5490aa7](https://github.com/snek-at/jaen/commit/5490aa72fc071c256b11ee4f6c26bb19a339203c))
* **seo:** add SEO to TemplateProvider ([38fc053](https://github.com/snek-at/jaen/commit/38fc0531adfbb7f58d96f6cbc3d86b7b94dbe18d))
* **snekfinder:** sync files on publish ([b67a68c](https://github.com/snek-at/jaen/commit/b67a68c3a18debee9ba91f97ed4ebe512ee6b75d))
* add ChoiceField ([115417b](https://github.com/snek-at/jaen/commit/115417b7a0fc9aca684df8ee068a87d58ce365bb))
* add gatsby publishing ([83d2704](https://github.com/snek-at/jaen/commit/83d270482c60a7783b408c7f954e8e148e51e741))
* add jaen-pages cli ([b2a9724](https://github.com/snek-at/jaen/commit/b2a972405f307e1682f5f72a23c1f026bbe9f2bb))
* add jaen-pages migration workflow ([008918c](https://github.com/snek-at/jaen/commit/008918cc1c8d8ee88ad914f674b978ebc68e21c6))
* add jaenPageContext ([2bf4da1](https://github.com/snek-at/jaen/commit/2bf4da1a154de2db83ebbec6fad5cfa3a758053b))
* enable childpages for static pages ([c8f442e](https://github.com/snek-at/jaen/commit/c8f442e58f0d83367abd821c29ec822837a10e45))
* introduce BlockContainer (StreamField replacement) ([e89c100](https://github.com/snek-at/jaen/commit/e89c1002b05ed33f69240b128d129ddbea5cb362))
* jaenImage uses GatsbyImage now ([a28b99e](https://github.com/snek-at/jaen/commit/a28b99ec0e6bd83cb6359c4ff4783f6847e6a3a4))
* remove initialValue form StreamField ([1c60e15](https://github.com/snek-at/jaen/commit/1c60e15311338ff2f060269ed81812a4ef2b655a))
* send publish request on button press ([75d5cfc](https://github.com/snek-at/jaen/commit/75d5cfcb35bcde7e7f3d455b44b9921e1dd2eefa))
* streamField not includes build data ([b12ff24](https://github.com/snek-at/jaen/commit/b12ff24803c3c7e82971fbe252bb0c333fec469e))


### Performance Improvements

* **ckeditor:** load bundle only if editing is true (prevents from loading it to SSR) ([acabb30](https://github.com/snek-at/jaen/commit/acabb308285769a7d2beb666b2097a82822f273e))
* **ckeditor:** only render if `defaultData.shouldOverrideRand` changes ([61361dc](https://github.com/snek-at/jaen/commit/61361dc785f21ec38b1df25d321cf4c3fcd8e1a5))
* use dynamic imports to reduce the bundle size ([712dfe3](https://github.com/snek-at/jaen/commit/712dfe3f8fb970ffc1ce7fbd9e3cf34f5b183985))


### BREAKING CHANGES

* **release:** Update to v2.0.0

# [my-gatsby-site-v1.0.0-beta.37](https://github.com/snek-at/jaen/compare/my-gatsby-site-v1.0.0-beta.36...my-gatsby-site-v1.0.0-beta.37) (2021-09-27)


Expand Down
2 changes: 1 addition & 1 deletion examples/my-gatsby-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-gatsby-site",
"version": "1.0.0-beta.37",
"version": "1.0.0",
"private": true,
"description": "My Gatsby Site",
"author": "Nico Schett",
Expand Down

0 comments on commit 1038352

Please sign in to comment.