Skip to content

Commit 02e41c3

Browse files
chore(release): publish
- @voiceflow/[email protected] - @voiceflow/[email protected]
1 parent 855c0e3 commit 02e41c3

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
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 bidirectional-adapter ([a960ee3](https://github.com/voiceflow/oss/commit/a960ee3f64bff20bc8114f0e36669e23e5885554))

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.0.0",
3+
"version": "2.1.0",
44
"description": "bi-directional adapter factory, used to decouple systems across shared data structures",
55
"keywords": [
66
"adapter",

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.2.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-11-26)
7+
8+
### Features
9+
10+
* add bidirectional-adapter ([a960ee3](https://github.com/voiceflow/oss/commit/a960ee3f64bff20bc8114f0e36669e23e5885554))
11+
612
# 2.1.0 (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.1.0",
3+
"version": "2.2.0",
44
"description": "tools for interacting with normalized data structures",
55
"keywords": [
66
"data",

0 commit comments

Comments
 (0)