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

Commit efd8837

Browse files
authored
chore(release): 6.11.0
1 parent 6ccca2d commit efd8837

File tree

14 files changed

+56
-12
lines changed

14 files changed

+56
-12
lines changed

packages/eslint-plugin-one-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-one-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@americanexpress/eslint-plugin-one-app",
3-
"version": "6.10.0",
3+
"version": "6.11.0",
44
"description": "This package has Eslint configurations used by one-app.",
55
"main": "index.js",
66
"jest": {

packages/generator-one-app-module/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 6.11.0 (2020-11-04)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
615
# 6.10.0 (2020-08-27)
716

817

packages/generator-one-app-module/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generator-one-app-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@americanexpress/generator-one-app-module",
3-
"version": "6.10.0",
3+
"version": "6.11.0",
44
"description": "generator for One App Modules",
55
"license": "Apache-2.0",
66
"contributors": [

packages/one-app-bundler/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 6.11.0 (2020-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler:** add trailing slash to externals resolver ([a106d16](https://github.com/americanexpress/one-app-cli/commit/a106d16ff84bb65a76c171edea1d1c543eb3b964))
12+
* **lodash:** bring in security fix for prototype pollution ([9e063c3](https://github.com/americanexpress/one-app-cli/commit/9e063c313ced8f0ca0533b7b2e47d2c3b211a9d5))
13+
* **readPkgUp:** fix use packageJson from readPkgUp.sync instead of pkg ([f36c328](https://github.com/americanexpress/one-app-cli/commit/f36c32810d06ddd8920ad82f26fec6b98a458978))
14+
15+
16+
### Features
17+
18+
* **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))
19+
20+
21+
622
# 6.10.0 (2020-08-27)
723

824

packages/one-app-bundler/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/one-app-bundler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@americanexpress/one-app-bundler",
3-
"version": "6.10.0",
3+
"version": "6.11.0",
44
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
55
"main": "index.js",
66
"bin": {
@@ -41,8 +41,8 @@
4141
"babel-eslint": "7.x || 8.x"
4242
},
4343
"dependencies": {
44-
"@americanexpress/eslint-plugin-one-app": "^6.10.0",
45-
"@americanexpress/one-app-locale-bundler": "^6.3.0",
44+
"@americanexpress/eslint-plugin-one-app": "^6.11.0",
45+
"@americanexpress/one-app-locale-bundler": "^6.4.0",
4646
"@americanexpress/purgecss-loader": "^2.0.0",
4747
"@hapi/joi": "^17.1.1",
4848
"ajv": "^6.7.0",

packages/one-app-locale-bundler/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 6.4.0 (2020-11-04)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
615
# 6.3.0 (2020-08-27)
716

817

packages/one-app-locale-bundler/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)