Skip to content

Commit 5bdc6d8

Browse files
feat(changeset): version packages (#164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fdb9c9 commit 5bdc6d8

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/brown-sloths-stick.md

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

packages/framework/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- 7fdb9c9: added delete user with id method in users module
8+
39
## 1.5.0
410

511
### Minor Changes

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/framework",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": false,
55
"license": "MIT",
66
"exports": {

packages/integrations/mocked/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- 7fdb9c9: added delete user with id method in users module
8+
- Updated dependencies [7fdb9c9]
9+
- @o2s/framework@1.5.1
10+
311
## 1.5.0
412

513
### Minor Changes

packages/integrations/mocked/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",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": false,
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)