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

Commit

Permalink
chore(release): 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infoxicator authored Nov 5, 2020
1 parent 6ccca2d commit efd8837
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-one-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0",
"version": "6.11.0",
"description": "This package has Eslint configurations used by one-app.",
"main": "index.js",
"jest": {
Expand Down
9 changes: 9 additions & 0 deletions packages/generator-one-app-module/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.

# 6.11.0 (2020-11-04)


### Features

* **deps:** update generated module deps ([#153](https://github.com/americanexpress/one-app-cli/issues/153)) ([865bf24](https://github.com/americanexpress/one-app-cli/commit/865bf245de329dc6f4d08e79b75a90bea8c92996))



# 6.10.0 (2020-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/generator-one-app-module/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

# 6.11.0 (2020-11-04)


### Bug Fixes

* **bundler:** add trailing slash to externals resolver ([a106d16](https://github.com/americanexpress/one-app-cli/commit/a106d16ff84bb65a76c171edea1d1c543eb3b964))
* **lodash:** bring in security fix for prototype pollution ([9e063c3](https://github.com/americanexpress/one-app-cli/commit/9e063c313ced8f0ca0533b7b2e47d2c3b211a9d5))
* **readPkgUp:** fix use packageJson from readPkgUp.sync instead of pkg ([f36c328](https://github.com/americanexpress/one-app-cli/commit/f36c32810d06ddd8920ad82f26fec6b98a458978))


### Features

* **one-app-locale-bundler:** friendly json parse errors ([#137](https://github.com/americanexpress/one-app-cli/issues/137)) ([a05ca27](https://github.com/americanexpress/one-app-cli/commit/a05ca27698b1a2d8a38d2ea5e086961d046dd96e))



# 6.10.0 (2020-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-bundler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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": "6.10.0",
"version": "6.11.0",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"babel-eslint": "7.x || 8.x"
},
"dependencies": {
"@americanexpress/eslint-plugin-one-app": "^6.10.0",
"@americanexpress/one-app-locale-bundler": "^6.3.0",
"@americanexpress/eslint-plugin-one-app": "^6.11.0",
"@americanexpress/one-app-locale-bundler": "^6.4.0",
"@americanexpress/purgecss-loader": "^2.0.0",
"@hapi/joi": "^17.1.1",
"ajv": "^6.7.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/one-app-locale-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.

# 6.4.0 (2020-11-04)


### Features

* **one-app-locale-bundler:** friendly json parse errors ([#137](https://github.com/americanexpress/one-app-cli/issues/137)) ([a05ca27](https://github.com/americanexpress/one-app-cli/commit/a05ca27698b1a2d8a38d2ea5e086961d046dd96e))



# 6.3.0 (2020-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-locale-bundler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/one-app-locale-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-locale-bundler",
"version": "6.3.0",
"version": "6.4.0",
"description": "A command line interface(CLI) tool for bundling the locale files.",
"bin": {
"bundle-module-locale": "./bin/bundle-module-locale.js"
Expand Down
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.11.0 (2020-11-04)


### Features

* **one-app-runner:** add container name flag ([#76](https://github.com/americanexpress/one-app-cli/issues/76)) ([fbd0fb5](https://github.com/americanexpress/one-app-cli/commit/fbd0fb55ef7f7998cef9ebab5b99e78132f401a5))
* **runner:** add offline flag ([#158](https://github.com/americanexpress/one-app-cli/issues/158)) ([fb05b7d](https://github.com/americanexpress/one-app-cli/commit/fb05b7de67a4de0088466423e3d73dc45195cc93))



# 6.10.0 (2020-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit efd8837

Please sign in to comment.