Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Jan 2, 2024
1 parent 8a94434 commit cb44be3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/@ionic/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2024-01-02)


### Bug Fixes

* live reload deploys app when warnings are present [#4807](https://github.com/ionic-team/ionic-cli/issues/4807) ([#5043](https://github.com/ionic-team/ionic-cli/issues/5043)) ([ef5706e](https://github.com/ionic-team/ionic-cli/commit/ef5706ed5e7ef347280320a88b5604a279667184))


### Features

* **angular:** support angulars vite dev server ([#5064](https://github.com/ionic-team/ionic-cli/issues/5064)) ([8a94434](https://github.com/ionic-team/ionic-cli/commit/8a94434a413c1b60b0e88904064edfe7a98206ab))





## [7.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-12-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli",
"version": "7.1.6",
"version": "7.2.0",
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "https://ionicframework.com",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-scripts/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.

## [2.1.74](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.74) (2024-01-02)

**Note:** Version bump only for package cli-scripts





## [2.1.73](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.73) (2023-12-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "cli-scripts",
"version": "2.1.73",
"version": "2.1.74",
"bin": {
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
},
Expand All @@ -16,7 +16,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@ionic/cli": "7.1.6",
"@ionic/cli": "7.2.0",
"@ionic/cli-framework": "6.0.1",
"@ionic/utils-fs": "3.1.7",
"ansi-styles": "^4.0.0",
Expand Down

0 comments on commit cb44be3

Please sign in to comment.