Skip to content

Commit 5b92236

Browse files
chore(release): publish
- @voiceflow/[email protected] - @voiceflow/[email protected] - @voiceflow/[email protected] - @voiceflow/[email protected]
1 parent e2cde17 commit 5b92236

File tree

8 files changed

+32
-4
lines changed

8 files changed

+32
-4
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.3.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-11-27)
7+
8+
### Features
9+
10+
* add slate-serializer (ENG-738) ([#7](https://github.com/voiceflow/oss/issues/7)) ([e2cde17](https://github.com/voiceflow/oss/commit/e2cde171a2426dd41c547e950ec94a97006250e3))
11+
612
# [2.2.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (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.2.0",
3+
"version": "2.3.0",
44
"description": "bi-directional adapter factory, used to decouple systems across shared data structures",
55
"keywords": [
66
"adapter",

libs/composite-reducer/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-27)
7+
8+
### Features
9+
10+
* add slate-serializer (ENG-738) ([#7](https://github.com/voiceflow/oss/issues/7)) ([e2cde17](https://github.com/voiceflow/oss/commit/e2cde171a2426dd41c547e950ec94a97006250e3))
11+
612
# 2.1.0 (2025-11-26)
713

814
### Features

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.1.0",
3+
"version": "2.2.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.4.0](https://github.com/voiceflow/oss/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-11-27)
7+
8+
### Features
9+
10+
* add slate-serializer (ENG-738) ([#7](https://github.com/voiceflow/oss/issues/7)) ([e2cde17](https://github.com/voiceflow/oss/commit/e2cde171a2426dd41c547e950ec94a97006250e3))
11+
612
# [2.3.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.3.0",
3+
"version": "2.4.0",
44
"description": "tools for interacting with normalized data structures",
55
"keywords": [
66
"data",

libs/slate-serializer/CHANGELOG.md

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-27)
7+
8+
### Features
9+
10+
* add slate-serializer (ENG-738) ([#7](https://github.com/voiceflow/oss/issues/7)) ([e2cde17](https://github.com/voiceflow/oss/commit/e2cde171a2426dd41c547e950ec94a97006250e3))

libs/slate-serializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/slate-serializer",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Utilities for serializing slate data",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)