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
Browse files Browse the repository at this point in the history
 - @americanexpress/one-app-bundler@7.0.2
 - @americanexpress/one-app-dev-bundler@1.7.2
 - @americanexpress/one-app-runner@6.17.1
  • Loading branch information
code-forger committed Mar 20, 2024
1 parent c63cef9 commit 687c7df
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/one-app-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.

## [7.0.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-bundler@7.0.1...@americanexpress/one-app-bundler@7.0.2) (2024-03-20)


### Bug Fixes

* **appConfig:** restore check to app config ([08f62d2](https://github.com/americanexpress/one-app-cli/commit/08f62d2e8c2eadb4a9751ffd7ac5c51553972e8e))





## [7.0.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-bundler@7.0.0...@americanexpress/one-app-bundler@7.0.1) (2024-03-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/one-app-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-bundler",
"version": "7.0.1",
"version": "7.0.2",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"module": "true",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@americanexpress/one-app-dev-bundler": "^1.7.1",
"@americanexpress/one-app-dev-bundler": "^1.7.2",
"@americanexpress/one-app-locale-bundler": "^6.6.0",
"@babel/core": "^7.22.20",
"ajv": "^8.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/one-app-dev-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.7.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-dev-bundler@1.7.1...@americanexpress/one-app-dev-bundler@1.7.2) (2024-03-20)


### Bug Fixes

* **appConfig:** restore check to app config ([08f62d2](https://github.com/americanexpress/one-app-cli/commit/08f62d2e8c2eadb4a9751ffd7ac5c51553972e8e))





## [1.7.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-dev-bundler@1.7.0...@americanexpress/one-app-dev-bundler@1.7.1) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-dev-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-dev-bundler",
"version": "1.7.1",
"version": "1.7.2",
"description": "A development bundler focussed on speed and modern features.",
"main": "index.js",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/one-app-runner/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.

## [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)


### Bug Fixes

* **one-app-runner:** single serve-module invocation ([#622](https://github.com/americanexpress/one-app-cli/issues/622)) ([6c208cd](https://github.com/americanexpress/one-app-cli/commit/6c208cd43dc0a2fcc03704a23f3974f9943dd4ee))





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


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.0",
"version": "6.17.1",
"description": "CLI for running One App locally",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 687c7df

Please sign in to comment.