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 (#639)
Browse files Browse the repository at this point in the history
- @americanexpress/one-app-bundler@7.0.3
 - @americanexpress/one-app-dev-bundler@1.7.3
  • Loading branch information
bishnubista committed May 7, 2024
1 parent c71d825 commit 8f6fd22
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/one-app-bundler/CHANGELOG.md
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.

## [7.0.3](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-bundler@7.0.2...@americanexpress/one-app-bundler@7.0.3) (2024-05-07)

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





## [7.0.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-bundler@7.0.1...@americanexpress/one-app-bundler@7.0.2) (2024-03-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/one-app-bundler/package.json
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-bundler",
"version": "7.0.2",
"version": "7.0.3",
"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.2",
"@americanexpress/one-app-dev-bundler": "^1.7.3",
"@americanexpress/one-app-locale-bundler": "^6.6.0",
"@babel/core": "^7.22.20",
"ajv": "^8.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/one-app-dev-bundler/CHANGELOG.md
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.3](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-dev-bundler@1.7.2...@americanexpress/one-app-dev-bundler@1.7.3) (2024-05-07)


### Bug Fixes

* **load-styles:** export css module classes as-is ([#638](https://github.com/americanexpress/one-app-cli/issues/638)) ([c71d825](https://github.com/americanexpress/one-app-cli/commit/c71d825a80827d2a055b3b7d4078542c3a5800e2))





## [1.7.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-dev-bundler@1.7.1...@americanexpress/one-app-dev-bundler@1.7.2) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-dev-bundler/package.json
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-dev-bundler",
"version": "1.7.2",
"version": "1.7.3",
"description": "A development bundler focussed on speed and modern features.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8f6fd22

Please sign in to comment.