Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(release): publish packages (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Mar 26, 2024
2 parents 82d33e0 + 96b61e9 commit 03dcfc9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/one-app-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.17.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-runner@6.17.1...@americanexpress/one-app-runner@6.17.2) (2024-03-26)

### Bug Fixes

* **one-app-runner:** allow :latest and versions >=6.6.0 when specifying image tag ([#628]((https://github.com/americanexpress/one-app-cli/issues/622))) ([82d33e0](https://github.com/americanexpress/one-app-cli/commit/82d33e0a6ac704a493c6005e778b4dfa0902c1ec))





## [6.17.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-runner@6.17.0...@americanexpress/one-app-runner@6.17.1) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-runner",
"version": "6.17.1",
"version": "6.17.2",
"description": "CLI for running One App locally",
"license": "Apache-2.0",
"contributors": [
Expand Down
11 changes: 11 additions & 0 deletions packages/one-app-server-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-server-bundler@1.0.2...@americanexpress/one-app-server-bundler@1.0.3) (2024-03-26)


### Bug Fixes

* **one-app-server-bundler:** include legacy bundle on serve-module even if it does not exist ([#629](https://github.com/americanexpress/one-app-cli/issues/629)) ([f48ef4f](https://github.com/americanexpress/one-app-cli/commit/f48ef4f3f0516e8fb3dc9e4246507b10feb47ca5))





## [1.0.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-server-bundler@1.0.1...@americanexpress/one-app-server-bundler@1.0.2) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-server-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-server-bundler",
"version": "1.0.2",
"version": "1.0.3",
"description": "A command line interface(CLI) tool for bundling the One App server.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 03dcfc9

Please sign in to comment.