@reventlessdev/online-shop-hybrid-ordering 1.0.0-alpha.113 → 1.0.0-alpha.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.0.0-alpha.115 (2026-07-08)
7
+
8
+ **Note:** Version bump only for package @reventlessdev/online-shop-hybrid-ordering
9
+
10
+
11
+
12
+
13
+
14
+ # 1.0.0-alpha.114 (2026-07-07)
15
+
16
+ **Note:** Version bump only for package @reventlessdev/online-shop-hybrid-ordering
17
+
18
+
19
+
20
+
21
+
6
22
  # 1.0.0-alpha.113 (2026-07-07)
7
23
 
8
24
  **Note:** Version bump only for package @reventlessdev/online-shop-hybrid-ordering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reventlessdev/online-shop-hybrid-ordering",
3
- "version": "1.0.0-alpha.113",
3
+ "version": "1.0.0-alpha.115",
4
4
  "description": "Online Shop Hybrid example — Ordering plugin (Customer aggregate + Order/CatalogProduct DCB)",
5
5
  "license": "Apache-2.0",
6
6
  "jest": {
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "sury": "^11.0.0-alpha.4",
24
- "@reventlessdev/online-shop-hybrid-catalog-spec": "1.0.0-alpha.60",
25
- "@reventlessdev/online-shop-hybrid-ordering-spec": "1.0.0-alpha.60",
26
24
  "@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.14",
27
- "@reventlessdev/reventless-infra": "3.0.0-alpha.89",
28
- "@reventlessdev/reventless-gwt": "1.0.0-alpha.88",
29
- "@reventlessdev/reventless-local": "3.0.0-alpha.127",
30
- "@reventlessdev/reventless-spec": "3.0.0-alpha.67"
25
+ "@reventlessdev/online-shop-hybrid-ordering-spec": "1.0.0-alpha.61",
26
+ "@reventlessdev/reventless-infra": "3.0.0-alpha.90",
27
+ "@reventlessdev/reventless-gwt": "1.0.0-alpha.90",
28
+ "@reventlessdev/online-shop-hybrid-catalog-spec": "1.0.0-alpha.61",
29
+ "@reventlessdev/reventless-local": "3.0.0-alpha.129",
30
+ "@reventlessdev/reventless-spec": "3.0.0-alpha.68"
31
31
  },
32
32
  "devDependencies": {
33
33
  "rescript": "^12.3.0",