Skip to content

Commit ae699e9

Browse files
chore: update versions (#146)
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.4 ### Patch Changes - 17bedda: Update dependencies - e031659: fix/security-updates - Updated dependencies [17bedda] - Updated dependencies [e031659] - @orbi-ts/core@0.4.2 - @orbi-ts/fuel@0.2.3 - @orbi-ts/services@0.2.1 ## @orbi-ts/core@0.4.2 ### Patch Changes - 17bedda: Update dependencies - Updated dependencies [17bedda] - @orbi-ts/services@0.2.1 ## @orbi-ts/fuel@0.2.3 ### Patch Changes - 17bedda: Update dependencies - e031659: fix/security-updates - Updated dependencies [17bedda] - @orbi-ts/core@0.4.2 - @orbi-ts/services@0.2.1 ## @orbi-ts/eslint-plugin-orbits@0.1.2 ### Patch Changes - 17bedda: Update dependencies - e031659: fix/security-updates ## @orbi-ts/services@0.2.1 ### Patch Changes - 17bedda: Update dependencies --------- Signed-off-by: Sofia Chakir <sofiachakir@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sofia Chakir <sofiachakir@gmail.com>
1 parent 17bedda commit ae699e9

13 files changed

Lines changed: 50 additions & 22 deletions

File tree

.changeset/fruity-llamas-bet.md

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

.changeset/sour-months-pull.md

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Keep your orbit in the cloud galaxy! A typescript framework for DevOps workflow.
66

77
## What is Orbits ?
88

9-
Orbits is an open-source framework for orchestrating long-lived resources and workflows involving long-running processes. It lets you manage your infrastructure templates from a single, unified place using native TypeScript code.
9+
Orbits is an open-source framework for orchestrating long-lived resources and workflows involving long-running processes. It lets you manage your infrastructure templates from a single, unified place using native TypeScript code.
1010

1111
By combining the flexibility of Node.js with a powerful workflow engine, Orbits helps you build modern, adaptable infrastructure operations. It’s ideal for automating processes that self-adapt to their environment and for exposing workflows as reusable, reliable building blocks. It also provides a solid foundation for building crash-resilient Node.js applications.
1212

cli/CHANGELOG.md

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- 17bedda: Update dependencies
8+
- e031659: fix/security-updates
9+
- Updated dependencies [17bedda]
10+
- Updated dependencies [e031659]
11+
- @orbi-ts/core@0.4.2
12+
- @orbi-ts/fuel@0.2.3
13+
- @orbi-ts/services@0.2.1
14+
315
## 0.2.3
416

517
### 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.3",
3+
"version": "0.2.4",
44
"description": "Cli to run your Orbits App",
55
"repository": {
66
"type": "git",

core/actions/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 17bedda: Update dependencies
8+
- Updated dependencies [17bedda]
9+
- @orbi-ts/services@0.2.1
10+
311
## 0.4.1
412

513
### Patch Changes

core/actions/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/core",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Flow for DevOps - a simple way to write state machine",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

helpers/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 17bedda: Update dependencies
8+
- e031659: fix/security-updates
9+
- Updated dependencies [17bedda]
10+
- @orbi-ts/core@0.4.2
11+
- @orbi-ts/services@0.2.1
12+
313
## 0.2.2
414

515
### 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.2",
3+
"version": "0.2.3",
44
"description": "Flow for DevOps - a simple way to write state machine",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @orbi-ts/eslint-plugin-orbits
2+
3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 17bedda: Update dependencies
8+
- e031659: fix/security-updates

0 commit comments

Comments
 (0)