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

Commit

Permalink
Chore/release (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Apr 2, 2024
2 parents bb5a6be + b411c8b commit a8f94c4
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
8 changes: 8 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,14 @@
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/eslint-plugin-one-app@6.13.5...@americanexpress/eslint-plugin-one-app@6.14.0) (2024-04-02)


**Note:** Version bump only for package @americanexpress/eslint-plugin-one-app




## [6.13.5](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/eslint-plugin-one-app@6.13.4...@americanexpress/eslint-plugin-one-app@6.13.5) (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/one-app-runner@6.18.0...@americanexpress/one-app-runner@6.19.0) (2024-04-02)


### 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/one-app-runner@6.17.2...@americanexpress/one-app-runner@6.18.0) (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
9 changes: 9 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,15 @@
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/one-app-server-bundler@1.0.3...@americanexpress/one-app-server-bundler@1.1.0) (2024-04-02)


**Note:** Version bump only for package @americanexpress/one-app-server-bundler





## [1.0.4](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-server-bundler@1.0.3...@americanexpress/one-app-server-bundler@1.0.4) (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 a8f94c4

Please sign in to comment.