Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - compose-as-code@1.6.1
 - create-composition@1.3.18
  • Loading branch information
flamestro committed May 25, 2024
1 parent 159bcf1 commit f73f466
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/compose-as-code/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.

## [1.6.1](https://github.com/flamestro/compose-as-code/compare/compose-as-code@1.6.0...compose-as-code@1.6.1) (2024-05-25)

**Note:** Version bump only for package compose-as-code





# [1.6.0](https://github.com/flamestro/compose-as-code/compare/compose-as-code@1.5.2...compose-as-code@1.6.0) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/compose-as-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compose-as-code",
"version": "1.6.0",
"version": "1.6.1",
"description": "Provides a module to express docker compose files as code",
"main": "./lib/cli.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-composition/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.

## 1.3.18 (2024-05-25)

**Note:** Version bump only for package create-composition





## 1.3.17 (2024-02-09)

**Note:** Version bump only for package create-composition
Expand Down
2 changes: 1 addition & 1 deletion packages/create-composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-composition",
"version": "1.3.17",
"version": "1.3.18",
"description": "Initializes a compose-as-code project",
"main": "./src/cli.js",
"scripts": {
Expand Down

0 comments on commit f73f466

Please sign in to comment.