Skip to content

Commit a9f4a0a

Browse files
chore(release): publish
- @voiceflow/[email protected] - @voiceflow/[email protected] - @voiceflow/[email protected]
1 parent fa905be commit a9f4a0a

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

libs/bidirectional-adapter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-11-26)
7+
8+
### Features
9+
10+
* add composite-reducer (ENG-737) ([#6](https://github.com/voiceflow/oss/issues/6)) ([fa905be](https://github.com/voiceflow/oss/commit/fa905bed25251a9e3da27d811b1ea59e783113b4))
11+
612
# 2.1.0 (2025-11-26)
713

814
### Features

libs/bidirectional-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/bidirectional-adapter",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "bi-directional adapter factory, used to decouple systems across shared data structures",
55
"keywords": [
66
"adapter",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.1.0 (2025-11-26)
7+
8+
### Features
9+
10+
* add composite-reducer (ENG-737) ([#6](https://github.com/voiceflow/oss/issues/6)) ([fa905be](https://github.com/voiceflow/oss/commit/fa905bed25251a9e3da27d811b1ea59e783113b4))

libs/composite-reducer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/composite-reducer",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "combine reducers based on individual properties",
55
"keywords": [
66
"combinedReducer",

libs/normal-store/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-11-26)
7+
8+
### Features
9+
10+
* add composite-reducer (ENG-737) ([#6](https://github.com/voiceflow/oss/issues/6)) ([fa905be](https://github.com/voiceflow/oss/commit/fa905bed25251a9e3da27d811b1ea59e783113b4))
11+
612
# [2.2.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-11-26)
713

814
### Features

libs/normal-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/normal-store",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "tools for interacting with normalized data structures",
55
"keywords": [
66
"data",

0 commit comments

Comments
 (0)