Skip to content

Commit ceed67b

Browse files
feat(changeset): version packages (#849)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ff35ec commit ceed67b

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/wide-sloths-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-actors-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/create-o2s-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-o2s-app
22

3+
## 4.1.7
4+
5+
### Patch Changes
6+
7+
- 3ff35ec: remove unused logic for handling private modules during scaffolding
8+
39
## 4.1.6
410

511
### Patch Changes

packages/cli/create-o2s-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-o2s-app",
3-
"version": "4.1.6",
3+
"version": "4.1.7",
44
"private": false,
55
"license": "MIT",
66
"description": "CLI tool to scaffold new O2S applications with Next.js and NestJS setup.",

packages/integrations/mocked-dxp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/integrations.mocked-dxp
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- c893e2c: remove unused constructor arguments in SearchService
8+
39
## 1.2.1
410

511
### Patch Changes

packages/integrations/mocked-dxp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/integrations.mocked-dxp",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": false,
55
"license": "MIT",
66
"description": "Mocked DXP integration for O2S, providing in-memory data for DXP demo flows.",

0 commit comments

Comments
 (0)