Skip to content

Commit de0cbdb

Browse files
chore(main): release 0.3.2
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent d38a368 commit de0cbdb

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.3.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/open-feature/toggle-shop/compare/v0.3.1...v0.3.2) (2025-03-28)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* include quantity in checkout calculation for tracking ([#29](https://github.com/open-feature/toggle-shop/issues/29)) ([d38a368](https://github.com/open-feature/toggle-shop/commit/d38a3681dde6ff012564f2424586b736c88f067a))
9+
10+
11+
### 🧹 Chore
12+
13+
* improve load gen script ([c7bdc49](https://github.com/open-feature/toggle-shop/commit/c7bdc499665d7267fafef453d8294af783cc8734))
14+
315
## [0.3.1](https://github.com/open-feature/toggle-shop/compare/v0.3.0...v0.3.1) (2025-02-14)
416

517

kubernetes/toggle-shop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
spec:
139139
containers:
140140
- name: toggle-shop
141-
image: ghcr.io/open-feature/toggle-shop:v0.3.1 # x-release-please-version
141+
image: ghcr.io/open-feature/toggle-shop:v0.3.2 # x-release-please-version
142142
ports:
143143
- containerPort: 3000
144144
name: app-port

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toggle-shop",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env FLAGD_OFFLINE_FLAG_SOURCE_PATH=./flags.json next dev",

0 commit comments

Comments
 (0)