@autobusal/common 1.26.1 → 1.27.1

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 (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## 1.27.1
5
+
6
+ ### Removed
7
+
8
+ - **Everything 1.27.0 added for multi-TLD** — `localeHref`, the `LocaleDomain`
9
+ type, `Meta`'s domain-resolved canonical and hreflang, and
10
+ `ChangeLanguage`'s cross-domain navigation. `Meta` is back to resolving both
11
+ from `window.location.origin` plus the `/{locale}/` prefix.
12
+
13
+ The product decision changed after the code landed: ccTLDs will **301 to
14
+ `.com/{locale}/`** rather than be real per-country sites, so none of this
15
+ had a caller and none of it ever would. A ccTLD's geo signal multiplies
16
+ content that already exists, and a new ccTLD starts at zero authority while
17
+ a subdirectory inherits the domain's on day one.
18
+
19
+ **Do not downgrade to 1.26.1 to get this** — 1.27.0 is published, so
20
+ `@latest` would reintroduce it. This version is 1.26.1's behaviour with a
21
+ higher number.
22
+
3
23
  ## 1.26.1
4
24
 
5
25
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/common",
3
- "version": "1.26.1",
3
+ "version": "1.27.1",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts"