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 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo authored Sep 14, 2023
2 parents ae3c065 + 6476fb3 commit cd83ead
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/holocron-dev-server/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.

# [0.2.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-09-14)


### Features

* external fallbacks ([#536](https://github.com/americanexpress/one-app-cli/issues/536)) ([523898d](https://github.com/americanexpress/one-app-cli/commit/523898deb9a1a4bcce6ba43915c852b02b7bb3a5))





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

**Note:** Version bump only for package @americanexpress/holocron-dev-server
Expand Down
4 changes: 2 additions & 2 deletions packages/holocron-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/holocron-dev-server",
"version": "0.1.14",
"version": "0.2.0",
"description": "A micro-frontend dev server for Holocron Modules",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"module": "src/index.js",
"dependencies": {
"@americanexpress/fetch-enhancers": "^1.0.3",
"@americanexpress/one-app-bundler": "^6.20.0",
"@americanexpress/one-app-bundler": "^6.21.0",
"@americanexpress/one-app-ducks": "^4.1.1",
"@americanexpress/one-app-router": "^1.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.1",
Expand Down
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.

# [6.21.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-09-14)


### Features

* external fallbacks ([#536](https://github.com/americanexpress/one-app-cli/issues/536)) ([523898d](https://github.com/americanexpress/one-app-cli/commit/523898deb9a1a4bcce6ba43915c852b02b7bb3a5))





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


Expand Down
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.20.0",
"version": "6.21.0",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"license": "Apache-2.0",
"dependencies": {
"@americanexpress/eslint-plugin-one-app": "^6.13.5",
"@americanexpress/one-app-dev-bundler": "^1.4.2",
"@americanexpress/one-app-locale-bundler": "^6.5.11",
"@americanexpress/one-app-dev-bundler": "^1.5.0",
"@americanexpress/one-app-locale-bundler": "^6.6.0",
"@americanexpress/purgecss-loader": "4.0.0",
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
Expand Down
17 changes: 17 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,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-09-14)


### Bug Fixes

* **dev-bundler:** use semver ranges for all deps ([#550](https://github.com/americanexpress/one-app-cli/issues/550)) ([991ea3b](https://github.com/americanexpress/one-app-cli/commit/991ea3be4bea76f9a80200255a2f2e22a1180929))


### Features

* **devBundler:** aggregate styles into dependencies and local ([#557](https://github.com/americanexpress/one-app-cli/issues/557)) ([0eeee49](https://github.com/americanexpress/one-app-cli/commit/0eeee499ee9fda2eac6b2663c754c6840053d05a))
* external fallbacks ([#536](https://github.com/americanexpress/one-app-cli/issues/536)) ([523898d](https://github.com/americanexpress/one-app-cli/commit/523898deb9a1a4bcce6ba43915c852b02b7bb3a5))





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


Expand Down
6 changes: 3 additions & 3 deletions 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.4.2",
"version": "1.5.0",
"description": "A development bundler focussed on speed and modern features.",
"main": "index.js",
"bin": {
Expand All @@ -25,7 +25,7 @@
"module": "true",
"type": "module",
"dependencies": {
"@americanexpress/one-app-locale-bundler": "^6.5.11",
"@americanexpress/one-app-locale-bundler": "^6.6.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
Expand Down Expand Up @@ -81,4 +81,4 @@
"publishConfig": {
"access": "public"
}
}
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-09-14)


### Features

* external fallbacks ([#536](https://github.com/americanexpress/one-app-cli/issues/536)) ([523898d](https://github.com/americanexpress/one-app-cli/commit/523898deb9a1a4bcce6ba43915c852b02b7bb3a5))





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

**Note:** Version bump only for package @americanexpress/one-app-locale-bundler
Expand Down
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.5.11",
"version": "6.6.0",
"description": "A command line interface(CLI) tool for bundling the locale files.",
"bin": {
"bundle-module-locale": "./bin/bundle-module-locale.js"
Expand Down
18 changes: 18 additions & 0 deletions packages/one-app-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.15.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-09-14)


### Bug Fixes

* argument escaping ([#555](https://github.com/americanexpress/one-app-cli/issues/555)) ([902395c](https://github.com/americanexpress/one-app-cli/commit/902395c9e5c59da73399c2f3ba35063378fbf5d9))
* **one-app-runner:** apply anonymous ip to debugger ([#559](https://github.com/americanexpress/one-app-cli/issues/559)) ([8443acc](https://github.com/americanexpress/one-app-cli/commit/8443accdb78b60a91ec9c864cd95163319168607))
* **one-app-runner:** move placement of --inspect flag ([#556](https://github.com/americanexpress/one-app-cli/issues/556)) ([3370f3e](https://github.com/americanexpress/one-app-cli/commit/3370f3e3afb3238112a47156008bb3a701eaf900))


### Features

* external fallbacks ([#536](https://github.com/americanexpress/one-app-cli/issues/536)) ([523898d](https://github.com/americanexpress/one-app-cli/commit/523898deb9a1a4bcce6ba43915c852b02b7bb3a5))





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


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

0 comments on commit cd83ead

Please sign in to comment.