Skip to content

Commit cde97b7

Browse files
committed
chore(release): publish [skip ci]
- @ionic/cordova-builders@6.0.0 - @ionic/angular-toolkit@6.0.0
1 parent 9ace3dd commit cde97b7

File tree

6 files changed

+47
-4
lines changed

6 files changed

+47
-4
lines changed

packages/cordova-builders/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 6.0.0 (2022-01-18)
7+
8+
9+
### Features
10+
11+
* split tooling ([#465](https://github.com/ionic-team/angular-toolkit/issues/465)) ([a8303ec](https://github.com/ionic-team/angular-toolkit/commit/a8303ec5df92c9f463ded30fbcb97a908578adf5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* ionic/angular + cordova users will now need to install @ionic/cordova-builders and
17+
update their angular.json to reflect the new package name
18+
19+
* chore(): fix package description
20+
21+
22+
23+
24+
625
## 5.0.4-testing.4 (2021-11-17)
726

827
**Note:** Version bump only for package @ionic/cordova-builders

packages/cordova-builders/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cordova-builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cordova-builders",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"description": "Cordova builders for @ionic/angular apps",
66
"homepage": "https://ionicframework.com/",

packages/schematics/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 6.0.0 (2022-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* turn of declarations ([c5b0ca9](https://github.com/ionic-team/angular-toolkit/commit/c5b0ca9e448f71123dedb4afd4e3dad7d365493c))
12+
13+
14+
### Features
15+
16+
* split tooling ([#465](https://github.com/ionic-team/angular-toolkit/issues/465)) ([a8303ec](https://github.com/ionic-team/angular-toolkit/commit/a8303ec5df92c9f463ded30fbcb97a908578adf5))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* ionic/angular + cordova users will now need to install @ionic/cordova-builders and
22+
update their angular.json to reflect the new package name
23+
24+
* chore(): fix package description
25+
26+
27+
28+
29+
630
## 5.0.4-testing.4 (2021-11-17)
731

832
**Note:** Version bump only for package @ionic/angular-toolkit

packages/schematics/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-toolkit",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"description": "Schematics for @ionic/angular apps.",
66
"homepage": "https://ionicframework.com/",

0 commit comments

Comments
 (0)