@twin.org/merge-locales 0.0.2-next.7 → 0.0.2-next.8
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/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +19 -0
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -173,7 +173,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
173
173
|
return this.execute({
|
|
174
174
|
title: "TWIN Merge Locales",
|
|
175
175
|
appName: "merge-locales",
|
|
176
|
-
version: "0.0.2-next.
|
|
176
|
+
version: "0.0.2-next.8", // x-release-please-version
|
|
177
177
|
icon: "⚙️ ",
|
|
178
178
|
supportsEnvFiles: false,
|
|
179
179
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -170,7 +170,7 @@ class CLI extends CLIBase {
|
|
|
170
170
|
return this.execute({
|
|
171
171
|
title: "TWIN Merge Locales",
|
|
172
172
|
appName: "merge-locales",
|
|
173
|
-
version: "0.0.2-next.
|
|
173
|
+
version: "0.0.2-next.8", // x-release-please-version
|
|
174
174
|
icon: "⚙️ ",
|
|
175
175
|
supportsEnvFiles: false,
|
|
176
176
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @twin.org/ts-to-openapi - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.7...merge-locales-v0.0.2-next.8) (2025-09-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **merge-locales:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/cli-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
16
|
+
* @twin.org/core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
17
|
+
* @twin.org/nameof bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
20
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
21
|
+
|
|
3
22
|
## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.6...merge-locales-v0.0.2-next.7) (2025-08-29)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/merge-locales",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.8",
|
|
4
4
|
"description": "Tool to merge locale files from all dependencies",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/cli-core": "0.0.2-next.
|
|
18
|
-
"@twin.org/core": "0.0.2-next.
|
|
19
|
-
"@twin.org/nameof": "0.0.2-next.
|
|
17
|
+
"@twin.org/cli-core": "0.0.2-next.8",
|
|
18
|
+
"@twin.org/core": "0.0.2-next.8",
|
|
19
|
+
"@twin.org/nameof": "0.0.2-next.8",
|
|
20
20
|
"commander": "14.0.0",
|
|
21
21
|
"glob": "11.0.3"
|
|
22
22
|
},
|