Skip to content

Commit 2e3c8db

Browse files
committed
docs: ✏️ update old links
1 parent a16c3ab commit 2e3c8db

File tree

15 files changed

+30
-33
lines changed

15 files changed

+30
-33
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body:
5959
id: reproduction
6060
attributes:
6161
label: Please provide a link to a minimal reproduction of the bug, if you won't provide a link the issue won't be handled.
62-
description: 'You can fork this CodeSandbox playground: https://codesandbox.io/s/ngneat-transloco-kn52hs'
62+
description: 'You can fork this CodeSandbox playground: https://codesandbox.io/p/sandbox/jsverse-transloco-kn52hs'
6363
validations:
6464
required: true
6565

.github/ISSUE_TEMPLATE/feature-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body:
4949
attributes:
5050
label: Describe alternatives you've considered
5151
render: markdown
52-
placeholder: A clear and concise description of the current behavior. It's best to provide an example, for that you could use our [CodeSandbox example](https://codesandbox.io/s/ngneat-transloco-kn52hs)
52+
placeholder: A clear and concise description of the current behavior. It's best to provide an example, for that you could use our [CodeSandbox example](https://codesandbox.io/p/sandbox/jsverse-transloco-kn52hs)
5353
validations:
5454
required: true
5555

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Make sure the PR is structured as followed:
77

88
Please check if your PR fulfills the following requirements:
99

10-
- [ ] The commit message follows our guidelines: https://github.com/ngneat/transloco/blob/master/CONTRIBUTING.md#commit
10+
- [ ] The commit message follows our guidelines: https://github.com/jsverse/transloco/blob/master/CONTRIBUTING.md#commit
1111
- [ ] Tests for the changes have been added (for bug fixes / features)
1212
- [ ] Docs have been added / updated (for bug fixes / features)
1313

BREAKING_CHANGES.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ We have removed deprecated code and upgraded dependencies, please take a look at
153153

154154
### Features
155155

156-
- Messageformat compiled messages are now cached by default see [#358](https://github.com/ngneat/transloco/issues/358) & [messageformat caching](https://ngneat.github.io/transloco/docs/plugins/message-format#caching). Thank goes to [k3nsei](https://github.com/k3nsei).
156+
- Messageformat compiled messages are now cached by default see [#358](https://github.com/jsverse/transloco/issues/358) & [messageformat caching](https://jsverse.gitbook.io/transloco/plugins/message-format#caching-v3). Thank goes to [k3nsei](https://github.com/k3nsei).
157157

158158
## Transloco Persist Lang
159159

@@ -225,8 +225,6 @@ We need this information to know whether we're dealing with a `language` or a `s
225225

226226
**We created a schematics command that'll do most of the work for you**
227227

228-
For more information see the [schematics upgrade command](https://ngneat.github.io/transloco/docs/schematics/upgrade)
229-
230228
## Features
231229

232230
- Each translation file is now flatten in runtime. This change brings benefits such as lower memory consumption, and faster value accessor.

libs/transloco-locale/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-locale-7.0.0...transloco-locale-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-locale-7.0.0...transloco-locale-7.0.1) (2024-05-31)
22

33
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-locale-6.0.0...transloco-locale-7.0.0) (2024-03-23)
44

libs/transloco-messageformat/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-messageformat-7.0.0...transloco-messageformat-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-messageformat-7.0.0...transloco-messageformat-7.0.1) (2024-05-31)
22

33
### Features
44

5-
- **transloco:** 🎸 introduce prefix input ([1e27a8f](https://github.com/ngneat/transloco/commit/1e27a8fe9922e3e8f4ced0ea3960aca8ae4da92d))
5+
- **transloco:** 🎸 introduce prefix input ([1e27a8f](https://github.com/jsverse/transloco/commit/1e27a8fe9922e3e8f4ced0ea3960aca8ae4da92d))
66

77
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-messageformat-6.0.0...transloco-messageformat-7.0.0) (2024-03-23)
88

libs/transloco-optimize/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-optimize-7.0.0...transloco-optimize-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-optimize-7.0.0...transloco-optimize-7.0.1) (2024-05-31)
22

33
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-optimize-6.0.0...transloco-optimize-7.0.0) (2024-03-23)
44

libs/transloco-persist-lang/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- **persist-lang:** 🐛 set path when using cookie storage ([46ec52a5](https://github.com/jsverse/transloco/commit/46ec52a5ac6c9ec1809fa850e8c4a1fc1616245b))
66

7-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-persist-lang-7.0.0...transloco-persist-lang-7.0.1) (2024-05-31)
7+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-persist-lang-7.0.0...transloco-persist-lang-7.0.1) (2024-05-31)
88

99
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-persist-lang-6.0.0...transloco-persist-lang-7.0.0) (2024-03-23)
1010

libs/transloco-persist-translations/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-persist-translations-7.0.0...transloco-persist-translations-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-persist-translations-7.0.0...transloco-persist-translations-7.0.1) (2024-05-31)
22

33
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-persist-translations-6.0.0...transloco-persist-translations-7.0.0) (2024-03-23)
44

libs/transloco-preload-langs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-preload-langs-7.0.0...transloco-preload-langs-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-preload-langs-7.0.0...transloco-preload-langs-7.0.1) (2024-05-31)
22

33
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-preload-langs-6.0.0...transloco-preload-langs-7.0.0) (2024-03-23)
44

libs/transloco-scoped-libs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-scoped-libs-7.0.0...transloco-scoped-libs-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-scoped-libs-7.0.0...transloco-scoped-libs-7.0.1) (2024-05-31)
22

33
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-scoped-libs-6.0.0...transloco-scoped-libs-7.0.0) (2024-03-23)
44

libs/transloco-utils/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- **utils:** 🐛 update the global config types
66

7-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-utils-7.0.0...transloco-utils-7.0.1) (2024-05-31)
7+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-utils-7.0.0...transloco-utils-7.0.1) (2024-05-31)
88

99
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-utils-6.0.0...transloco-utils-7.0.0) (2024-03-23)
1010

libs/transloco-validator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-validator-7.0.0...transloco-validator-7.0.1) (2024-05-31)
1+
## [7.0.1](https://github.com/jsverse/transloco/compare/transloco-validator-7.0.0...transloco-validator-7.0.1) (2024-05-31)
22

33
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-validator-6.0.0...transloco-validator-7.0.0) (2024-03-23)
44

libs/transloco/CHANGELOG.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## 7.5.1 (2024-12-24)
22

3-
43
### 🩹 Fixes
54

65
- **transloco:** 🐛 Remove flat as dependency ([0730fd5f](https://github.com/jsverse/transloco/commit/0730fd5f))
@@ -15,47 +14,47 @@
1514

1615
### Bug Fixes
1716

18-
- **transloco:** 🐛 Fixed file matching on Windows OS ([71aade96](https://github.com/ngneat/transloco/commit/71aade968fc3435522b1cde3481a76ca7e31baee))
17+
- **transloco:** 🐛 Fixed file matching on Windows OS ([71aade96](https://github.com/jsverse/transloco/commit/71aade968fc3435522b1cde3481a76ca7e31baee))
1918

20-
## [7.4.3](https://github.com/ngneat/transloco/compare/transloco-7.4.2...transloco-7.4.3) (2024-07-26)
19+
## [7.4.3](https://github.com/jsverse/transloco/compare/transloco-7.4.2...transloco-7.4.3) (2024-07-26)
2120

2221
### Features
2322

24-
- **transloco:** 🎸 Schematics move to transloco.config.ts ([fc4fc6b7](https://github.com/ngneat/transloco/commit/fc4fc6b73c8707a15671de14c60cc7665c74395e))
23+
- **transloco:** 🎸 Schematics move to transloco.config.ts ([fc4fc6b7](https://github.com/jsverse/transloco/commit/fc4fc6b73c8707a15671de14c60cc7665c74395e))
2524

26-
## [7.4.2](https://github.com/ngneat/transloco/compare/transloco-7.4.1...transloco-7.4.2) (2024-05-31)
25+
## [7.4.2](https://github.com/jsverse/transloco/compare/transloco-7.4.1...transloco-7.4.2) (2024-05-31)
2726

28-
## [7.4.1](https://github.com/ngneat/transloco/compare/transloco-7.4.0...transloco-7.4.1) (2024-05-10)
27+
## [7.4.1](https://github.com/jsverse/transloco/compare/transloco-7.4.0...transloco-7.4.1) (2024-05-10)
2928

3029
### Bug Fixes
3130

32-
- **transloco:** 🐛 selectTranslate lang should support arrays ([a77c79c](https://github.com/ngneat/transloco/commit/a77c79c3f9a44f57a6dd69c3326053fd1624d62f))
31+
- **transloco:** 🐛 selectTranslate lang should support arrays ([a77c79c](https://github.com/jsverse/transloco/commit/a77c79c3f9a44f57a6dd69c3326053fd1624d62f))
3332

34-
# [7.4.0](https://github.com/ngneat/transloco/compare/transloco-7.3.0...transloco-7.4.0) (2024-05-01)
33+
# [7.4.0](https://github.com/jsverse/transloco/compare/transloco-7.3.0...transloco-7.4.0) (2024-05-01)
3534

3635
### Features
3736

38-
- **transloco:** 🎸 support nested objects in params ([57b58f1](https://github.com/ngneat/transloco/commit/57b58f159705a9b32fb975ee0c1b627237941ba4)), closes [#652](https://github.com/ngneat/transloco/issues/652)
37+
- **transloco:** 🎸 support nested objects in params ([57b58f1](https://github.com/jsverse/transloco/commit/57b58f159705a9b32fb975ee0c1b627237941ba4)), closes [#652](https://github.com/jsverse/transloco/issues/652)
3938

40-
# [7.3.0](https://github.com/ngneat/transloco/compare/transloco-7.2.1...transloco-7.3.0) (2024-04-25)
39+
# [7.3.0](https://github.com/jsverse/transloco/compare/transloco-7.2.1...transloco-7.3.0) (2024-04-25)
4140

4241
### Features
4342

44-
- **transloco:** 🎸 Expose default handlers ([05c2ec1](https://github.com/ngneat/transloco/commit/05c2ec1f5429e604ae5caac19d417f5e64778394)), closes [#772](https://github.com/ngneat/transloco/issues/772)
43+
- **transloco:** 🎸 Expose default handlers ([05c2ec1](https://github.com/jsverse/transloco/commit/05c2ec1f5429e604ae5caac19d417f5e64778394)), closes [#772](https://github.com/jsverse/transloco/issues/772)
4544

46-
## [7.2.1](https://github.com/ngneat/transloco/compare/transloco-7.2.0...transloco-7.2.1) (2024-04-22)
45+
## [7.2.1](https://github.com/jsverse/transloco/compare/transloco-7.2.0...transloco-7.2.1) (2024-04-22)
4746

48-
# [7.2.0](https://github.com/ngneat/transloco/compare/transloco-7.1.0...transloco-7.2.0) (2024-04-19)
47+
# [7.2.0](https://github.com/jsverse/transloco/compare/transloco-7.1.0...transloco-7.2.0) (2024-04-19)
4948

5049
### Features
5150

52-
- **transloco:** allow to provide multiple scopes via `provideTranslocoScopes` ([#758](https://github.com/ngneat/transloco/issues/758)) ([623b46f](https://github.com/ngneat/transloco/commit/623b46f4384803e7f7f8f57e57a43cb29a29e8d2))
51+
- **transloco:** allow to provide multiple scopes via `provideTranslocoScopes` ([#758](https://github.com/jsverse/transloco/issues/758)) ([623b46f](https://github.com/jsverse/transloco/commit/623b46f4384803e7f7f8f57e57a43cb29a29e8d2))
5352

54-
# [7.1.0](https://github.com/ngneat/transloco/compare/transloco-7.0.0...transloco-7.1.0) (2024-03-30)
53+
# [7.1.0](https://github.com/jsverse/transloco/compare/transloco-7.0.0...transloco-7.1.0) (2024-03-30)
5554

5655
### Features
5756

58-
- **transloco:** 🎸 introduce prefix input ([1e27a8f](https://github.com/ngneat/transloco/commit/1e27a8fe9922e3e8f4ced0ea3960aca8ae4da92d))
57+
- **transloco:** 🎸 introduce prefix input ([1e27a8f](https://github.com/jsverse/transloco/commit/1e27a8fe9922e3e8f4ced0ea3960aca8ae4da92d))
5958

6059
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-6.0.4...transloco-7.0.0) (2024-03-23)
6160

libs/vscode-snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/ngneat/transloco"
16+
"url": "https://github.com/jsverse/transloco"
1717
},
1818
"categories": [
1919
"Snippets"

0 commit comments

Comments
 (0)