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

chore(release): publish packages #639

Merged
merged 1 commit into from
May 7, 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
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.

## [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
Original file line number Diff line number Diff line change
@@ -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
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.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
Original file line number Diff line number Diff line change
@@ -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
Loading