ngx-tethys 17.0.0-next.5 → 17.0.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/esm2022/version.mjs +2 -2
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/ng-update/update-17/update-data.js +20 -4
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
# [17.0.0-next.6](https://github.com/atinc/ngx-tethys/compare/17.0.0-next.5...17.0.0-next.6) (2024-03-07)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **schematics:** improve schematics for select and custom-select in template #INFR-11735 ([#3047](https://github.com/atinc/ngx-tethys/issues/3047)) ([acb4f95](https://github.com/atinc/ngx-tethys/commit/acb4f95b05e9fce85b03601f173ea74d7f935039)), closes [#INFR-11735](https://github.com/atinc/ngx-tethys/issues/INFR-11735)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
# [17.0.0-next.5](https://github.com/atinc/ngx-tethys/compare/17.0.0-next.4...17.0.0-next.5) (2024-03-06)
|
|
6
15
|
|
|
7
16
|
|
package/esm2022/version.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Version } from '@angular/core';
|
|
2
|
-
export const VERSION = new Version('17.0.0-next.
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
export const VERSION = new Version('17.0.0-next.6');
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFeEMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLGVBQWUsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVmVyc2lvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcxNy4wLjAtbmV4dC42Jyk7XG4iXX0=
|
package/fesm2022/ngx-tethys.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('17.0.0-next.
|
|
1
|
+
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('17.0.0-next.6');\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;MAEa,OAAO,GAAG,IAAI,OAAO,CAAC,eAAe;;ACFlD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -758,16 +758,32 @@ exports.upgradeData = {
|
|
|
758
758
|
pr: '',
|
|
759
759
|
changes: [
|
|
760
760
|
{
|
|
761
|
-
replace: '<thy-select',
|
|
762
|
-
replaceWith: '<thy-native-select'
|
|
761
|
+
replace: '<thy-select>',
|
|
762
|
+
replaceWith: '<thy-native-select>'
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
replace: '<thy-select ',
|
|
766
|
+
replaceWith: '<thy-native-select '
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
replace: '<thy-select\n',
|
|
770
|
+
replaceWith: '<thy-native-select\n'
|
|
763
771
|
},
|
|
764
772
|
{
|
|
765
773
|
replace: '</thy-select>',
|
|
766
774
|
replaceWith: '</thy-native-select>'
|
|
767
775
|
},
|
|
768
776
|
{
|
|
769
|
-
replace: '<thy-custom-select',
|
|
770
|
-
replaceWith: '<thy-select'
|
|
777
|
+
replace: '<thy-custom-select>',
|
|
778
|
+
replaceWith: '<thy-select>'
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
replace: '<thy-custom-select\n',
|
|
782
|
+
replaceWith: '<thy-select\n'
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
replace: '<thy-custom-select ',
|
|
786
|
+
replaceWith: '<thy-select '
|
|
771
787
|
},
|
|
772
788
|
{
|
|
773
789
|
replace: '</thy-custom-select>',
|
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "17.0.0-next.
|
|
1
|
+
export declare const VERSION = "17.0.0-next.6";
|
package/schematics/version.js
CHANGED