@rxap/ngx-localize 18.0.2-dev.0 → 18.0.2-dev.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/package.json +43 -31
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.0.2-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.2-dev.1...@rxap/ngx-localize@18.0.2-dev.2) (2024-06-17)
7
+
8
+ **Note:** Version bump only for package @rxap/ngx-localize
9
+
10
+ ## [18.0.2-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.2-dev.0...@rxap/ngx-localize@18.0.2-dev.1) (2024-06-17)
11
+
12
+ **Note:** Version bump only for package @rxap/ngx-localize
13
+
6
14
  ## [18.0.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.1...@rxap/ngx-localize@18.0.2-dev.0) (2024-06-05)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/ngx-localize
package/README.md CHANGED
@@ -17,5 +17,5 @@ yarn add @rxap/ngx-localize
17
17
  ```
18
18
  **Install peer dependencies:**
19
19
  ```bash
20
- yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.0.1 @rxap/ngx-user@^18.0.1 rxjs@^7.8.1
20
+ yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.0.2-dev.1 @rxap/ngx-user@^18.0.2-dev.1 rxjs@^7.8.1
21
21
  ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "18.0.2-dev.0",
2
+ "version": "18.0.2-dev.2",
3
3
  "name": "@rxap/ngx-localize",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -8,8 +8,8 @@
8
8
  "peerDependencies": {
9
9
  "@angular/common": "^18.0.1",
10
10
  "@angular/core": "^18.0.1",
11
- "@rxap/config": "^18.0.1",
12
- "@rxap/ngx-user": "^18.0.1",
11
+ "@rxap/config": "^18.0.2-dev.1",
12
+ "@rxap/ngx-user": "^18.0.2-dev.1",
13
13
  "rxjs": "^7.8.1"
14
14
  },
15
15
  "author": {
@@ -31,6 +31,14 @@
31
31
  ],
32
32
  "nx-migrations": {
33
33
  "packageGroup": [
34
+ {
35
+ "package": "@angular/animations",
36
+ "version": "18.0.0 || 19.0.0"
37
+ },
38
+ {
39
+ "package": "@angular/cdk",
40
+ "version": "18.0.0"
41
+ },
34
42
  {
35
43
  "package": "@angular/common",
36
44
  "version": "18.0.1"
@@ -40,76 +48,80 @@
40
48
  "version": "18.0.1"
41
49
  },
42
50
  {
43
- "package": "@rxap/authentication",
51
+ "package": "@angular/forms",
52
+ "version": "18.0.0 || 19.0.0"
53
+ },
54
+ {
55
+ "package": "@angular/material",
56
+ "version": "18.0.0"
57
+ },
58
+ {
59
+ "package": "@angular/platform-browser",
44
60
  "version": "18.0.1"
45
61
  },
46
62
  {
47
- "package": "@rxap/config",
63
+ "package": "@angular/router",
48
64
  "version": "18.0.1"
49
65
  },
66
+ {
67
+ "package": "@rxap/authentication",
68
+ "version": "18.0.2-dev.1"
69
+ },
70
+ {
71
+ "package": "@rxap/config",
72
+ "version": "18.0.2-dev.1"
73
+ },
50
74
  {
51
75
  "package": "@rxap/data-source",
52
- "version": "18.0.1"
76
+ "version": "18.1.0-dev.1"
53
77
  },
54
78
  {
55
79
  "package": "@rxap/data-structure-tree",
56
- "version": "1.1.4"
80
+ "version": "1.1.5-dev.0"
57
81
  },
58
82
  {
59
83
  "package": "@rxap/definition",
60
- "version": "18.0.1"
84
+ "version": "18.0.2-dev.0"
61
85
  },
62
86
  {
63
87
  "package": "@rxap/environment",
64
- "version": "18.0.1"
88
+ "version": "18.0.2-dev.1"
65
89
  },
66
90
  {
67
91
  "package": "@rxap/mixin",
68
- "version": "16.0.4"
92
+ "version": "16.0.5-dev.0"
69
93
  },
70
94
  {
71
95
  "package": "@rxap/ngx-pub-sub",
72
- "version": "18.0.1"
96
+ "version": "18.0.2-dev.0"
73
97
  },
74
98
  {
75
99
  "package": "@rxap/ngx-user",
76
- "version": "18.0.1"
77
- },
78
- {
79
- "package": "@rxap/node-utilities",
80
- "version": "1.2.2"
100
+ "version": "18.0.2-dev.1"
81
101
  },
82
102
  {
83
103
  "package": "@rxap/open-api",
84
- "version": "18.0.1"
104
+ "version": "18.0.2-dev.1"
85
105
  },
86
106
  {
87
107
  "package": "@rxap/pattern",
88
- "version": "1.1.3"
89
- },
90
- {
91
- "package": "@rxap/plugin-utilities",
92
- "version": "19.0.3-dev.0"
108
+ "version": "1.1.4-dev.0"
93
109
  },
94
110
  {
95
111
  "package": "@rxap/reflect-metadata",
96
- "version": "1.0.5"
112
+ "version": "1.0.6-dev.0"
97
113
  },
98
114
  {
99
115
  "package": "@rxap/remote-method",
100
- "version": "18.0.1"
116
+ "version": "18.0.2-dev.0"
101
117
  },
102
118
  {
103
119
  "package": "@rxap/rxjs",
104
- "version": "1.1.4"
120
+ "version": "1.1.5-dev.0"
105
121
  },
106
122
  {
107
123
  "package": "@rxap/utilities",
108
- "version": "16.2.2"
109
- },
110
- {
111
- "package": "@rxap/workspace-utilities",
112
- "version": "19.2.0-dev.2"
124
+ "version": "16.2.3-dev.0"
113
125
  }
114
126
  ]
115
127
  },
@@ -123,7 +135,7 @@
123
135
  "directory": "packages/angular/localize"
124
136
  },
125
137
  "sideEffects": false,
126
- "gitHead": "40896f95b891a0467bb234824179f7c606ab6ce8",
138
+ "gitHead": "42fc2c2497e5c45c3a1bc301e75db60f0f2d648e",
127
139
  "module": "fesm2022/rxap-ngx-localize.mjs",
128
140
  "typings": "index.d.ts",
129
141
  "exports": {