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

chore(release): publish packages #618

Merged
merged 1 commit into from
Mar 12, 2024
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
14 changes: 14 additions & 0 deletions packages/one-app-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-12)


### Bug Fixes

* **one-app-bundler:** hash css module classes from files in node_modules ([#613](https://github.com/americanexpress/one-app-cli/issues/613)) ([4c24846](https://github.com/americanexpress/one-app-cli/commit/4c24846b2b381454df10207fd5bc5ccd7fce07f4))
* **styles-loader:** disable purgecss by default ([0955cf3](https://github.com/americanexpress/one-app-cli/commit/0955cf324c1b6e2c6d483d0ca1dc995949c170e4))
* **webpack:** add missing webpack 4 polyfills ([1080885](https://github.com/americanexpress/one-app-cli/commit/108088563d327d254addcaac5ae6eadbc87b6969))
* **webpack:** support jsx-runtime for react<18 with esm ([#615](https://github.com/americanexpress/one-app-cli/issues/615)) ([42c2858](https://github.com/americanexpress/one-app-cli/commit/42c2858f0e681f4e5ce01746de9db93b02ac4a8a))





# [7.0.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-02-09)


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": "7.0.0",
"version": "7.0.1",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"module": "true",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@americanexpress/one-app-dev-bundler": "^1.7.0",
"@americanexpress/one-app-dev-bundler": "^1.7.1",
"@americanexpress/one-app-locale-bundler": "^6.6.0",
"@babel/core": "^7.22.20",
"ajv": "^8.12.0",
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.7.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-12)


### Bug Fixes

* **one-app-bundler:** hash css module classes from files in node_modules ([#613](https://github.com/americanexpress/one-app-cli/issues/613)) ([4c24846](https://github.com/americanexpress/one-app-cli/commit/4c24846b2b381454df10207fd5bc5ccd7fce07f4))
* **styles-loader:** disable purgecss by default ([0955cf3](https://github.com/americanexpress/one-app-cli/commit/0955cf324c1b6e2c6d483d0ca1dc995949c170e4))





# [1.7.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-02-09)


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.7.0",
"version": "1.7.1",
"description": "A development bundler focussed on speed and modern features.",
"main": "index.js",
"bin": {
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.17.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-12)


### Features

* **one-app-runner:** added logging options for level & format ([#609](https://github.com/americanexpress/one-app-cli/issues/609)) ([6eda6b5](https://github.com/americanexpress/one-app-cli/commit/6eda6b592852be99d051beab791b6dffaa87b28d))





## [6.16.3](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-01-29)

**Note:** Version bump only for package @americanexpress/one-app-runner
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.16.3",
"version": "6.17.0",
"description": "CLI for running One App locally",
"license": "Apache-2.0",
"contributors": [
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-12)


### Bug Fixes

* **one-app-bundler:** hash css module classes from files in node_modules ([#613](https://github.com/americanexpress/one-app-cli/issues/613)) ([4c24846](https://github.com/americanexpress/one-app-cli/commit/4c24846b2b381454df10207fd5bc5ccd7fce07f4))
* **styles-loader:** disable purgecss by default ([0955cf3](https://github.com/americanexpress/one-app-cli/commit/0955cf324c1b6e2c6d483d0ca1dc995949c170e4))





# 1.0.0 (2024-02-09)


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.0",
"version": "1.0.1",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"bin": {
Expand Down
Loading