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/[email protected]
 - @americanexpress/[email protected]
 - @americanexpress/[email protected]
  • Loading branch information
10xLaCroixDrinker committed Apr 1, 2024
1 parent bb5a6be commit 59f6dd5
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-plugin-one-app/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.14.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-04-01)


### Features

* **one-app-runner:** add option to load jaeger all-in-one ([c412970](https://github.com/americanexpress/one-app-cli/commit/c412970c0e8c4d5f309290c8fa68c4d2b90d2f09))





## [6.13.5](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-06-13)

**Note:** Version bump only for package @americanexpress/eslint-plugin-one-app
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-one-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/eslint-plugin-one-app",
"version": "6.13.5",
"version": "6.14.0",
"description": "This package has Eslint configurations used by one-app.",
"main": "index.js",
"jest": {
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.19.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-04-01)


### Features

* **one-app-runner:** add option to load jaeger all-in-one ([c412970](https://github.com/americanexpress/one-app-cli/commit/c412970c0e8c4d5f309290c8fa68c4d2b90d2f09))





# [6.18.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-26)


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.18.0",
"version": "6.19.0",
"description": "CLI for running One App locally",
"license": "Apache-2.0",
"contributors": [
Expand Down
21 changes: 21 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,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-04-01)


### Bug Fixes

* transpile cjs files ([#633](https://github.com/americanexpress/one-app-cli/issues/633)) ([c5e3968](https://github.com/americanexpress/one-app-cli/commit/c5e3968221aba52d95e94a0da273ef6fb4d0ec36))


### Features

* **one-app-runner:** add option to load jaeger all-in-one ([c412970](https://github.com/americanexpress/one-app-cli/commit/c412970c0e8c4d5f309290c8fa68c4d2b90d2f09))


### Performance Improvements

* **one-app-server-bundler:** serve-module read and write the module map once ([#623](https://github.com/americanexpress/one-app-cli/issues/623)) ([391a390](https://github.com/americanexpress/one-app-cli/commit/391a390d2c27d4343763d9a5e109b9056302ce3d))





## [1.0.4](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-29)


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.4",
"version": "1.1.0",
"description": "A command line interface(CLI) tool for bundling the One App server.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 59f6dd5

Please sign in to comment.