Skip to content

Commit

Permalink
chore(release): 🚀 bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 4d67671 commit 92476b1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/Mifiel/mifiel-js/compare/@mifiel/[email protected]...@mifiel/[email protected]) (2024-08-08)

**Note:** Version bump only for package @mifiel/api-client





## [0.2.6](https://github.com/Mifiel/mifiel-js/compare/@mifiel/[email protected]...@mifiel/[email protected]) (2024-08-08)

**Note:** Version bump only for package @mifiel/api-client
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mifiel/api-client",
"version": "0.2.6",
"version": "0.2.7",
"description": "Mifiel API Client for NodeJS",
"license": "MIT",
"repository": "[email protected]:Mifiel/mifiel-js.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@mifiel/api-client-auth": "^0.2.3",
"@mifiel/models": "^0.1.1",
"@mifiel/models": "^0.1.2",
"@types/isomorphic-form-data": "2.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/Mifiel/mifiel-js/compare/@mifiel/[email protected]...@mifiel/[email protected]) (2024-08-08)

**Note:** Version bump only for package @mifiel/models





## [0.1.1](https://github.com/Mifiel/mifiel-js/compare/@mifiel/[email protected]...@mifiel/[email protected]) (2024-08-08)

**Note:** Version bump only for package @mifiel/models
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mifiel/models",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mifiel TypeScript Interfaces and Types definitions",
"license": "MIT",
"repository": "[email protected]:Mifiel/mifiel-js.git",
Expand Down

0 comments on commit 92476b1

Please sign in to comment.