Skip to content

Commit 108c138

Browse files
chore(common): versions @atls/react-api-auth-user:0.0.7 @atls/react-app-links:0.0.5 @atls/react-identity-links:0.0.6 @atls/react-identity-user-provider:0.0.5 @atls/react-upload:1.0.3 @atls/tinkoff-payment-widget:0.1.6 @atls/react-user:0.1.47
1 parent fc0076e commit 108c138

File tree

17 files changed

+199
-10
lines changed

17 files changed

+199
-10
lines changed

packages/api-auth-user/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
## 0.0.7 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
11+
* upgrade yarn, typescript, set resolutions ([b235334](https://github.com/atls/reactjs/commit/b23533417af6fb323187ef281b83d8dc5e7bd9dd))
12+
13+
### Features
14+
15+
16+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
17+
* **api-auth-user:** init ([418aabf](https://github.com/atls/reactjs/commit/418aabf26ab908bb863dcc4fad2d71b4a541d514))
18+
* **common:** bump yarn ([#143](https://github.com/atls/reactjs/issues/143)) ([8239f82](https://github.com/atls/reactjs/commit/8239f82f1c85d872a99613d3693babc761703b05))
19+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
20+
* update kratos browser flows to client 0.8.2 ([52f9c0f](https://github.com/atls/reactjs/commit/52f9c0fa129cd7d4567ab826c754483a6ddd6817))
21+
* upgraded ([71a06f6](https://github.com/atls/reactjs/commit/71a06f6f498c928ed33b79f93af5d398a32af487))
22+
23+

packages/api-auth-user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"postpack": "rm -rf dist"
1313
},
1414
"devDependencies": {
15-
"@atls/react-user": "workspace:0.1.46",
15+
"@atls/react-user": "workspace:0.1.47",
1616
"@types/react": "18.3.6",
1717
"react": "^18.2.0"
1818
},

packages/app-links/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
## 0.0.5 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
11+
12+
### Features
13+
14+
15+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
16+
* init app links ([e8e5765](https://github.com/atls/reactjs/commit/e8e5765a3b3e7c4ba78632e973acf2aa659437d5))
17+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
18+
19+

packages/app-links/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atls/react-app-links",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "BSD-3-Clause",
55
"main": "src/index.ts",
66
"files": [

packages/identity-links/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
3+
## 0.0.6 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
11+
* upgrade yarn, typescript, set resolutions ([b235334](https://github.com/atls/reactjs/commit/b23533417af6fb323187ef281b83d8dc5e7bd9dd))
12+
13+
### Features
14+
15+
16+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
17+
* **common:** bump yarn ([#143](https://github.com/atls/reactjs/issues/143)) ([8239f82](https://github.com/atls/reactjs/commit/8239f82f1c85d872a99613d3693babc761703b05))
18+
* domain based identity links ([8263449](https://github.com/atls/reactjs/commit/826344977b1a86190a47b8d8fc6eecdb432da6a8))
19+
* **identity-links:** init, also refactor react-user ([3fe1388](https://github.com/atls/reactjs/commit/3fe138854f57f7b50ce14df6c5dd9ab6f0d90dc2))
20+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
21+
* root domain based identity links ([61508e4](https://github.com/atls/reactjs/commit/61508e41910a041d604999c01b74469bd1ea128c))
22+
* update kratos browser flows to client 0.8.2 ([52f9c0f](https://github.com/atls/reactjs/commit/52f9c0fa129cd7d4567ab826c754483a6ddd6817))
23+
* upgraded ([71a06f6](https://github.com/atls/reactjs/commit/71a06f6f498c928ed33b79f93af5d398a32af487))
24+
25+

packages/identity-links/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atls/react-identity-links",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT",
55
"main": "src/index.ts",
66
"files": [
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
## 0.0.5 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
11+
12+
### Features
13+
14+
15+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
16+
* **common:** bump yarn ([#143](https://github.com/atls/reactjs/issues/143)) ([8239f82](https://github.com/atls/reactjs/commit/8239f82f1c85d872a99613d3693babc761703b05))
17+
* init identity user provider ([a728eaf](https://github.com/atls/reactjs/commit/a728eafdc9a866e5fce87b73a4adbb6dd9981017))
18+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
19+
* update kratos browser flows to client 0.8.2 ([52f9c0f](https://github.com/atls/reactjs/commit/52f9c0fa129cd7d4567ab826c754483a6ddd6817))
20+
21+

packages/identity-user-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tldjs": "^2.3.1"
1616
},
1717
"devDependencies": {
18-
"@atls/react-user": "workspace:0.1.46",
18+
"@atls/react-user": "workspace:0.1.47",
1919
"@types/react": "18.3.6",
2020
"@types/tldjs": "2.3.4",
2121
"react": "18.2.0"
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
## 0.0.3 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
11+
* upgrade yarn, typescript, set resolutions ([b235334](https://github.com/atls/reactjs/commit/b23533417af6fb323187ef281b83d8dc5e7bd9dd))
12+
13+
### Features
14+
15+
16+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
17+
* **common:** bump yarn ([#143](https://github.com/atls/reactjs/issues/143)) ([8239f82](https://github.com/atls/reactjs/commit/8239f82f1c85d872a99613d3693babc761703b05))
18+
* **kratos:** remove form, add browser flow ([65f61dd](https://github.com/atls/reactjs/commit/65f61dd5e8e80fd1b3eb0dc848ba4d7a7b8b0e9c))
19+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
20+
* update kratos browser flows to client 0.8.2 ([52f9c0f](https://github.com/atls/reactjs/commit/52f9c0fa129cd7d4567ab826c754483a6ddd6817))
21+
* upgraded ([71a06f6](https://github.com/atls/reactjs/commit/71a06f6f498c928ed33b79f93af5d398a32af487))
22+
23+

packages/payment-widget/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
## [0.1.6](https://github.com/atls/reactjs/compare/@atls/[email protected]...@atls/[email protected]) (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
11+

packages/payment-widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atls/tinkoff-payment-widget",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "BSD-3-Clause",
55
"type": "module",
66
"exports": {

packages/react-kratos/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# 0.0.0 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react-kratos:** types node ([f323153](https://github.com/atls/reactjs/commit/f323153496e9020ef7a5f9df7be5e0d56b2dc9d2))
10+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
11+
12+
### Features
13+
14+
15+
* **ory:** init ([93523bd](https://github.com/atls/reactjs/commit/93523bd64d4ac33aa2826ff62545881ea3a7bab6))
16+
17+

packages/upload/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
3+
## 1.0.3 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
10+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
11+
* upgrade yarn, typescript, set resolutions ([b235334](https://github.com/atls/reactjs/commit/b23533417af6fb323187ef281b83d8dc5e7bd9dd))
12+
13+
### Features
14+
15+
16+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
17+
* init upload ([62d275f](https://github.com/atls/reactjs/commit/62d275fbb9571eb8e8b188d424178327746a5e81))
18+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
19+
* **react-upload:** bump major ([#146](https://github.com/atls/reactjs/issues/146)) ([0da26e5](https://github.com/atls/reactjs/commit/0da26e5f986de5044a151813f7b0b58f3a821579))
20+
* upload gql client credentials and results ([b7f0c91](https://github.com/atls/reactjs/commit/b7f0c917d2aa220660d32488928d9e412cac0161))
21+
22+
### Performance Improvements
23+
24+
25+
* remove useless container ([1a35d6c](https://github.com/atls/reactjs/commit/1a35d6c7302e75c0ab993af1ac9306acbcf8414a))
26+
27+

packages/upload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atls/react-upload",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "BSD-3-Clause",
55
"type": "module",
66
"main": "src/index.ts",

packages/user/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
## 0.1.47 (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **common:** exclude tests from bundle ([94db66e](https://github.com/atls/reactjs/commit/94db66e83000f10c5d8552083f958c88d55dcdfc))
10+
* **react:** lint and typecheck errors ([a090051](https://github.com/atls/reactjs/commit/a090051d1007e171df8066e85f15fcf8fd44c4ed))
11+
* upgrade react, types fixes ([34feb02](https://github.com/atls/reactjs/commit/34feb027a2e2d7e5741509fd1ff846755d217b97))
12+
13+
### Features
14+
15+
16+
* add emotion as deps, bump @types/react ([1ce29b3](https://github.com/atls/reactjs/commit/1ce29b384640d9be0550d9c6f4dc07083821137a))
17+
* **identity-links:** init, also refactor react-user ([3fe1388](https://github.com/atls/reactjs/commit/3fe138854f57f7b50ce14df6c5dd9ab6f0d90dc2))
18+
* init identity user provider ([a728eaf](https://github.com/atls/reactjs/commit/a728eafdc9a866e5fce87b73a4adbb6dd9981017))
19+
* react bump ([#144](https://github.com/atls/reactjs/issues/144)) ([9770fa1](https://github.com/atls/reactjs/commit/9770fa10451b647ed48e226270da68228714d174))
20+
* update kratos browser flows to client 0.8.2 ([52f9c0f](https://github.com/atls/reactjs/commit/52f9c0fa129cd7d4567ab826c754483a6ddd6817))
21+
* upgraded ([71a06f6](https://github.com/atls/reactjs/commit/71a06f6f498c928ed33b79f93af5d398a32af487))
22+
23+

packages/user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atls/react-user",
3-
"version": "0.1.46",
3+
"version": "0.1.47",
44
"license": "BSD 3-Clause",
55
"main": "src/index.ts",
66
"files": [

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ __metadata:
175175
version: 0.0.0-use.local
176176
resolution: "@atls/react-api-auth-user@workspace:packages/api-auth-user"
177177
dependencies:
178-
"@atls/react-user": "workspace:0.1.46"
178+
"@atls/react-user": "workspace:0.1.47"
179179
"@types/react": "npm:18.3.6"
180180
react: "npm:^18.2.0"
181181
peerDependencies:
@@ -226,7 +226,7 @@ __metadata:
226226
version: 0.0.0-use.local
227227
resolution: "@atls/react-identity-user-provider@workspace:packages/identity-user-provider"
228228
dependencies:
229-
"@atls/react-user": "workspace:0.1.46"
229+
"@atls/react-user": "workspace:0.1.47"
230230
"@types/react": "npm:18.3.6"
231231
"@types/tldjs": "npm:2.3.4"
232232
react: "npm:18.2.0"
@@ -285,7 +285,7 @@ __metadata:
285285
languageName: unknown
286286
linkType: soft
287287

288-
"@atls/react-user@workspace:0.1.46, @atls/react-user@workspace:packages/user":
288+
"@atls/react-user@workspace:0.1.47, @atls/react-user@workspace:packages/user":
289289
version: 0.0.0-use.local
290290
resolution: "@atls/react-user@workspace:packages/user"
291291
dependencies:

0 commit comments

Comments
 (0)