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

chore(release): publish packages #564

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/holocron-dev-server/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.

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

**Note:** Version bump only for package @americanexpress/holocron-dev-server





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


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.2.0",
"version": "0.2.1",
"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.21.0",
"@americanexpress/one-app-bundler": "^6.21.1",
"@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
8 changes: 8 additions & 0 deletions packages/one-app-bundler/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.21.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2023-09-15)

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





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


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

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


### Bug Fixes

* **externals:** issue when no one-amex key ([#562](https://github.com/americanexpress/one-app-cli/issues/562)) ([b00af2b](https://github.com/americanexpress/one-app-cli/commit/b00af2b84187ef07c1cecfd3f9cf9511bda83620))
* **externals:** sanatize external name ([#563](https://github.com/americanexpress/one-app-cli/issues/563)) ([4be6f3b](https://github.com/americanexpress/one-app-cli/commit/4be6f3be3ae1838cf09d0438b051382a9c206747))





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


Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "1.5.1",
"description": "A development bundler focussed on speed and modern features.",
"main": "index.js",
"bin": {
Expand Down
Loading