Skip to content

Commit b3fea73

Browse files
chore: update versions (#135)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @orbi-ts/cli@0.2.3 ### Patch Changes - e59bb2d: update dependencies - Updated dependencies [e59bb2d] - @orbi-ts/fuel@0.2.2 ## @orbi-ts/fuel@0.2.2 ### Patch Changes - e59bb2d: update dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e59bb2d commit b3fea73

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.changeset/funky-geese-arrive.md

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

.changeset/slow-lemons-smoke.md

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

cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wbce/orbits-cli
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- e59bb2d: update dependencies
8+
- Updated dependencies [e59bb2d]
9+
- @orbi-ts/fuel@0.2.2
10+
311
## 0.2.2
412

513
### Patch Changes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbi-ts/cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Cli to run your Orbits App",
55
"repository": {
66
"type": "git",

helpers/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- e59bb2d: update dependencies
8+
39
## 0.2.1
410

511
### Patch Changes

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbi-ts/fuel",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Flow for DevOps - a simple way to write state machine",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)