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
Browse files Browse the repository at this point in the history
  • Loading branch information
code-forger authored Feb 9, 2024
2 parents c9ab840 + 79c8cf2 commit a8a5937
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
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.

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


### Features

* **oneAppBundler:** Migrate to Webpack v5 ([c9ab840](https://github.com/americanexpress/one-app-cli/commit/c9ab840b4306a49f1c929c89a7898d5467d7575f))





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

**Note:** Version bump only for package @americanexpress/one-app-bundler
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-rc.10",
"version": "7.0.0",
"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.6.1-rc.1",
"@americanexpress/one-app-dev-bundler": "^1.7.0",
"@americanexpress/one-app-locale-bundler": "^6.6.0",
"@americanexpress/purgecss-loader": "4.0.0",
"@babel/core": "^7.22.20",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **oneAppBundler:** Migrate to Webpack v5 ([c9ab840](https://github.com/americanexpress/one-app-cli/commit/c9ab840b4306a49f1c929c89a7898d5467d7575f))





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


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.6.1-rc.1",
"version": "1.7.0",
"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-server-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2024-02-09)


### Features

* **oneAppBundler:** Migrate to Webpack v5 ([c9ab840](https://github.com/americanexpress/one-app-cli/commit/c9ab840b4306a49f1c929c89a7898d5467d7575f))
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-alpha-001",
"version": "1.0.0",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a8a5937

Please sign in to comment.