Skip to content

Commit

Permalink
chore(release): publish libs release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
spryker-bot committed Jan 16, 2024
1 parent 25cd00f commit b443ad1
Show file tree
Hide file tree
Showing 54 changed files with 4,092 additions and 189 deletions.
1,356 changes: 1,356 additions & 0 deletions libs/CHANGELOG.md

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions libs/base/di/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-01-16)


### Bug Fixes

* **di:** add typesafety to multi-providers ([#1726](https://github.com/spryker/oryx/issues/1726)) ([f3007a7](https://github.com/spryker/oryx/commit/f3007a7a6027c8cd46a3acbb02426fa049e7aea5))
* HRZ-2189 prepare release ([#1861](https://github.com/spryker/oryx/issues/1861)) ([7cdb48e](https://github.com/spryker/oryx/commit/7cdb48e3c26c1ca8f12d469e9a73d75cd3c03f78))
* HRZ-2278 post release fixes ([#90](https://github.com/spryker/oryx/issues/90)) ([6c66584](https://github.com/spryker/oryx/commit/6c66584f5d1e51dcfc3a23c4beaf04f24b4bdb69))
* leftovers after merging packages layers ([#1719](https://github.com/spryker/oryx/issues/1719)) ([abf41ba](https://github.com/spryker/oryx/commit/abf41ba83682e7d6d4972a130c0f336e59e3faa4))
* release preparation ([#150](https://github.com/spryker/oryx/issues/150)) ([1225f74](https://github.com/spryker/oryx/commit/1225f74b48928d61d0574a9dc275999c1f0602ac))
* Release/v0.2.0 ([#131](https://github.com/spryker/oryx/issues/131)) ([f7b7ba9](https://github.com/spryker/oryx/commit/f7b7ba9b8dba11e407269fb14b120792b664ab9d))
* replace injector peerDependency with di ([#1828](https://github.com/spryker/oryx/issues/1828)) ([879614f](https://github.com/spryker/oryx/commit/879614f5e7cda0ba45ece4f12cce386457ab6105))


### Features

* add app initializer ([#194](https://github.com/spryker/oryx/issues/194)) ([50fd6c2](https://github.com/spryker/oryx/commit/50fd6c27c7c0072ecc8ef080c37b110499a933dc))
* add on destroy interface ([#1423](https://github.com/spryker/oryx/issues/1423)) ([6442c83](https://github.com/spryker/oryx/commit/6442c830e704d95200b96f3c629dfbd17e5f4e22))
* add wrapper layout for plugins ([#922](https://github.com/spryker/oryx/issues/922)) ([6c9d73f](https://github.com/spryker/oryx/commit/6c9d73f8246e858a0028acef681bf3439cf8ce53))
* asynchronous providers ([#751](https://github.com/spryker/oryx/issues/751)) ([6b8ecda](https://github.com/spryker/oryx/commit/6b8ecdab32c9691d643d47adebbf9536e5c2a663))
* configurable adapter includes ([#967](https://github.com/spryker/oryx/issues/967)) ([9efa1c6](https://github.com/spryker/oryx/commit/9efa1c672d45a093c16b520d7b75153ae9f36c0f))
* HRZ-1760 Move packages inside package layers ([#1660](https://github.com/spryker/oryx/issues/1660)) ([ed8f07e](https://github.com/spryker/oryx/commit/ed8f07e513a1e2dadb810a72b9785b3fab5fd375)), closes [#1669](https://github.com/spryker/oryx/issues/1669) [#1690](https://github.com/spryker/oryx/issues/1690) [#1693](https://github.com/spryker/oryx/issues/1693)
* pluggable layouts ([#846](https://github.com/spryker/oryx/issues/846)) ([c1596ba](https://github.com/spryker/oryx/commit/c1596ba1462e45c13a8420b4054b887c1177293a))
* Release workflow ([#29](https://github.com/spryker/oryx/issues/29)) ([8611f72](https://github.com/spryker/oryx/commit/8611f72e2c14f9bef80fa28bd26ca89c7fcacb16))





# 1.0.0 (2023-07-31)


Expand Down
2 changes: 1 addition & 1 deletion libs/base/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spryker-oryx/di",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "Dependency injection for Oryx applications",
"author": "Spryker Systems GmbH",
Expand Down
184 changes: 184 additions & 0 deletions libs/base/ui/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/base/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spryker-oryx/ui",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"author": "Spryker Systems GmbH",
"license": "See license in LICENSE",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@spryker-oryx/utilities": "1.3.1"
"@spryker-oryx/utilities": "1.4.0"
},
"peerDependencies": {
"lit": "^2.4.0",
Expand Down
84 changes: 84 additions & 0 deletions libs/base/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,90 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-01-16)


### Bug Fixes

* add fallback for drylogic element search ([#675](https://github.com/spryker/oryx/issues/675)) ([d60901a](https://github.com/spryker/oryx/commit/d60901a85a1bbca42c8528ee7df8b737f6abea50))
* cart service methods ([df1d3c8](https://github.com/spryker/oryx/commit/df1d3c8de33a586ccaa5e44777497dc3ca3863bf))
* delay hydration for signals ([#427](https://github.com/spryker/oryx/issues/427)) ([8a6877a](https://github.com/spryker/oryx/commit/8a6877aebba5e94e77e50ee3c3e760c357b08ca9))
* **experience:** routing with pluggable layout ([#1052](https://github.com/spryker/oryx/issues/1052)) ([aba9313](https://github.com/spryker/oryx/commit/aba93137c7d96c7f618ea7e07b05a14372eb4dc1))
* **fa:** stub window in service worker ([#442](https://github.com/spryker/oryx/issues/442)) ([bfc2887](https://github.com/spryker/oryx/commit/bfc2887c23e4d21af2d599087339853dfaa43fd1))
* featureVersion is not applied in client for development ssr mode ([b9b2d75](https://github.com/spryker/oryx/commit/b9b2d75fa1248ff50b8f2db6500a1eca74fa9d08))
* featureVersion is not applied in client for development ssr mode ([#894](https://github.com/spryker/oryx/issues/894)) ([8e482b4](https://github.com/spryker/oryx/commit/8e482b4f4def3fb827460fba9f57ad6bac83f932))
* HRZ-2189 prepare release ([#1861](https://github.com/spryker/oryx/issues/1861)) ([7cdb48e](https://github.com/spryker/oryx/commit/7cdb48e3c26c1ca8f12d469e9a73d75cd3c03f78))
* HRZ-2278 2nd part of fixes for release ([#118](https://github.com/spryker/oryx/issues/118)) ([992c587](https://github.com/spryker/oryx/commit/992c58714eed594fe900d2645bba4a9a59c0fee2))
* HRZ-2278 post release fixes ([#90](https://github.com/spryker/oryx/issues/90)) ([6c66584](https://github.com/spryker/oryx/commit/6c66584f5d1e51dcfc3a23c4beaf04f24b4bdb69))
* hydration optimization for context change ([#568](https://github.com/spryker/oryx/issues/568)) ([4bc8fae](https://github.com/spryker/oryx/commit/4bc8fae3335213569f8cbf5df8c0cb5b83d92967))
* hydration support ([#122](https://github.com/spryker/oryx/issues/122)) ([7c196cd](https://github.com/spryker/oryx/commit/7c196cd145b5add5b261f637d8476d6b97665f32))
* import from lit where possible ([#83](https://github.com/spryker/oryx/issues/83)) ([7a78c07](https://github.com/spryker/oryx/commit/7a78c07652ead1f98f7e5323906cfe5275365e8a))
* improve computed observable switch ([#845](https://github.com/spryker/oryx/issues/845)) ([2bd665e](https://github.com/spryker/oryx/commit/2bd665e2d21b557919fba9f3f0b1e58d41fec47c))
* internal loading state for card\entry components ([#315](https://github.com/spryker/oryx/issues/315)) ([8f57a89](https://github.com/spryker/oryx/commit/8f57a89f311c7f068f223bd66a901d5217f8581a))
* leftovers after merging packages layers ([#1719](https://github.com/spryker/oryx/issues/1719)) ([abf41ba](https://github.com/spryker/oryx/commit/abf41ba83682e7d6d4972a130c0f336e59e3faa4))
* move locale into i18n package ([#181](https://github.com/spryker/oryx/issues/181)) ([eb20c5d](https://github.com/spryker/oryx/commit/eb20c5dbf5bbb35e829b9faa1c1ada8bdc34203a))
* observe decorator for extended classes ([#1823](https://github.com/spryker/oryx/issues/1823)) ([5477de9](https://github.com/spryker/oryx/commit/5477de9679c691e996064156436ca2268e0c4867))
* release preparation ([#150](https://github.com/spryker/oryx/issues/150)) ([1225f74](https://github.com/spryker/oryx/commit/1225f74b48928d61d0574a9dc275999c1f0602ac))
* Release/v0.2.0 ([#131](https://github.com/spryker/oryx/issues/131)) ([f7b7ba9](https://github.com/spryker/oryx/commit/f7b7ba9b8dba11e407269fb14b120792b664ab9d))
* replace injector peerDependency with di ([#1828](https://github.com/spryker/oryx/issues/1828)) ([879614f](https://github.com/spryker/oryx/commit/879614f5e7cda0ba45ece4f12cce386457ab6105))
* replace variables at the end to avoid interpolating them ([#1819](https://github.com/spryker/oryx/issues/1819)) ([c8ac92d](https://github.com/spryker/oryx/commit/c8ac92d2a3ea7934fd80d59e5ad17662d0a21140))
* signals observable ([#253](https://github.com/spryker/oryx/issues/253)) ([e236fb1](https://github.com/spryker/oryx/commit/e236fb144a17a946ff35531cf12046e8892a3ff5))
* ssrStyleShim leaks ([#957](https://github.com/spryker/oryx/issues/957)) ([2503ce5](https://github.com/spryker/oryx/commit/2503ce57212491a26163f3dc33463de26ab197b6))
* try shadowRoot as well before completely giving up looking for control ([#1789](https://github.com/spryker/oryx/issues/1789)) ([d96200f](https://github.com/spryker/oryx/commit/d96200fe8099245f7608fa83b54de1f1f28340b2))
* **ui:** notifications's i18n content support ([#1044](https://github.com/spryker/oryx/issues/1044)) ([1759550](https://github.com/spryker/oryx/commit/1759550ad76b7feb77905589dcb08108a025d1ba))
* **utilities:** add new decorator stubs to no-lit entry point ([#1843](https://github.com/spryker/oryx/issues/1843)) ([4414ae6](https://github.com/spryker/oryx/commit/4414ae6c2a796702d8683a22b357f59045e9a0ea))


### Code Refactoring

* replace async value and async state with signals ([#646](https://github.com/spryker/oryx/issues/646)) ([909aeb3](https://github.com/spryker/oryx/commit/909aeb3e1d1a42129841b1ed5e09c0b0b245532f))


### Features

* add font icons support ([#341](https://github.com/spryker/oryx/issues/341)) ([a931a6e](https://github.com/spryker/oryx/commit/a931a6ef4b030fef926ef360ce662cfc9a21666a))
* add radix ui support for color system ([#312](https://github.com/spryker/oryx/issues/312)) ([b4b8d54](https://github.com/spryker/oryx/commit/b4b8d54e9f6c7f557e840cacc748a42e3f9e36c0))
* add toggle color mode component ([#113](https://github.com/spryker/oryx/issues/113)) ([d251149](https://github.com/spryker/oryx/commit/d2511492140d673159d1b5a93d5f8a54fceef43e))
* asyncState decorator ([#1733](https://github.com/spryker/oryx/issues/1733)) ([3a46cc2](https://github.com/spryker/oryx/commit/3a46cc27c999025aaef5ced4a2937a478886902a))
* child hydration before hydration of main element ([#226](https://github.com/spryker/oryx/issues/226)) ([63a71e3](https://github.com/spryker/oryx/commit/63a71e3c3fd53e5f0c0a32100c083bb0fd1179f4))
* date component ([#297](https://github.com/spryker/oryx/issues/297)) ([9f0aa9c](https://github.com/spryker/oryx/commit/9f0aa9cd59e3e44f6acf25c47930571ec702dd31))
* default options adjustments ([#1821](https://github.com/spryker/oryx/issues/1821)) ([d5c0f52](https://github.com/spryker/oryx/commit/d5c0f52996de65c826ed57f124ad451de189fc7d))
* Effect options ([#412](https://github.com/spryker/oryx/issues/412)) ([7cf3cd0](https://github.com/spryker/oryx/commit/7cf3cd0c2ea68832f405815cb147fda9cfecf40e))
* elementEffect decorator ([#415](https://github.com/spryker/oryx/issues/415)) ([436ef40](https://github.com/spryker/oryx/commit/436ef40e0f2e91d96a657031ed5926e5fe288276))
* event repeater ([#799](https://github.com/spryker/oryx/issues/799)) ([4078fed](https://github.com/spryker/oryx/commit/4078fed93c93ce7843d6e526d0396c27657855b5))
* **experience:** Added entity link component ([#1022](https://github.com/spryker/oryx/issues/1022)) ([116775f](https://github.com/spryker/oryx/commit/116775f4d60ad34fb0c8025bec2cd5835e3fb473))
* **experience:** dynamic visibility based on screen size ([#643](https://github.com/spryker/oryx/issues/643)) ([8adfb43](https://github.com/spryker/oryx/commit/8adfb43cfd4406c8cfc013ea7fd80e0dd143ace3))
* expose model from sf into eb ([#1838](https://github.com/spryker/oryx/issues/1838)) ([5794713](https://github.com/spryker/oryx/commit/5794713d8030dd930185c7c8d596a7bf4fcaa6df))
* HRZ-1760 Move packages inside package layers ([#1660](https://github.com/spryker/oryx/issues/1660)) ([ed8f07e](https://github.com/spryker/oryx/commit/ed8f07e513a1e2dadb810a72b9785b3fab5fd375)), closes [#1669](https://github.com/spryker/oryx/issues/1669) [#1690](https://github.com/spryker/oryx/issues/1690) [#1693](https://github.com/spryker/oryx/issues/1693)
* **i18n:** add support for links in translations ([#492](https://github.com/spryker/oryx/issues/492)) ([28904ae](https://github.com/spryker/oryx/commit/28904aef140e8ea8779c988051e7b14219fd1a9c))
* implement fulfillment offline unit tests ([#289](https://github.com/spryker/oryx/issues/289)) ([4e305fa](https://github.com/spryker/oryx/commit/4e305facf1cffb3ce3e98b1a2143d631c7be03d0))
* index db decorators dual spec support ([#286](https://github.com/spryker/oryx/issues/286)) ([c2a21c3](https://github.com/spryker/oryx/commit/c2a21c3ec5d935ed84fc168a40f99dbc02aa9558))
* introduce build time feature level flag, to accomodate breaking changes and feature versioning. ([#725](https://github.com/spryker/oryx/issues/725)) ([d7d6613](https://github.com/spryker/oryx/commit/d7d6613c39554a2e83768815082dbe3bca59a1e9))
* Release workflow ([#29](https://github.com/spryker/oryx/issues/29)) ([8611f72](https://github.com/spryker/oryx/commit/8611f72e2c14f9bef80fa28bd26ca89c7fcacb16))
* signal property ([#271](https://github.com/spryker/oryx/issues/271)) ([a79d952](https://github.com/spryker/oryx/commit/a79d952ba6c4d20175f9446d4b5164b0060d3361))
* signalAware decorator ([#270](https://github.com/spryker/oryx/issues/270)) ([6e22b35](https://github.com/spryker/oryx/commit/6e22b357edbff61e779722e805d89c3000aad453))
* signals with usage ([#220](https://github.com/spryker/oryx/issues/220)) ([1bba1dd](https://github.com/spryker/oryx/commit/1bba1ddfc9a04caece3173158ff195e99d67f4c6))
* **site:** breadcrumbs ([#735](https://github.com/spryker/oryx/issues/735)) ([8d9ea37](https://github.com/spryker/oryx/commit/8d9ea37fc1ee4decdd40b8a0357909017a2cfd5b))
* subscribeReplay ussage in the checkout service ([#1741](https://github.com/spryker/oryx/issues/1741)) ([71c24b7](https://github.com/spryker/oryx/commit/71c24b74629a4386b67a9f91370f693471029e6e))
* support for equality function in signals ([#409](https://github.com/spryker/oryx/issues/409)) ([7db88d7](https://github.com/spryker/oryx/commit/7db88d70a2ba3adc50221d89ca73590c510f29f7))
* support for multiple properties in observable decorator ([#1722](https://github.com/spryker/oryx/issues/1722)) ([de7ff33](https://github.com/spryker/oryx/commit/de7ff33f0847a93af5a23d86012adbbc3a60f04f))
* support observables in computed ([#267](https://github.com/spryker/oryx/issues/267)) ([9499aac](https://github.com/spryker/oryx/commit/9499aaca39904074fd26d57d5282aff9fb8be32d))
* update adapter to support search ([#309](https://github.com/spryker/oryx/issues/309)) ([338caee](https://github.com/spryker/oryx/commit/338caee85311e0bc4863e3a76f99c4b5391fcda8))


### BREAKING CHANGES

* `asyncValue` and `asyncState` will no longer be
available. Please use signals instead.


[HRZ-3328]:
https://spryker.atlassian.net/browse/HRZ-3328?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ





# 1.0.0 (2023-07-31)


Expand Down
4 changes: 2 additions & 2 deletions libs/base/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spryker-oryx/utilities",
"version": "1.3.1",
"version": "1.4.0",
"author": "Spryker Systems GmbH",
"license": "See license in LICENSE",
"description": "Utilities for Oryx applications",
Expand All @@ -11,7 +11,7 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@spryker-oryx/di": "1.3.1",
"@spryker-oryx/di": "1.4.0",
"css-convert-json": "^1.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b443ad1

Please sign in to comment.