Skip to content

Commit f6c2b02

Browse files
authored
Merge branch 'master' into revamp
2 parents 29ba133 + 4e32ec5 commit f6c2b02

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [17.3.1](https://github.com/ideal-postcodes/postcodes.io/compare/17.3.0...17.3.1) (2025-05-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **Scottish Postcodes:** Add missing scottish cons ([b8f252b](https://github.com/ideal-postcodes/postcodes.io/commit/b8f252be3841aaaecbfc7370cfefb5d8e6e7d287)), closes [#122](https://github.com/ideal-postcodes/postcodes.io/issues/122)
7+
* **SPD:** Update database for scottish constituencies ([4dcc573](https://github.com/ideal-postcodes/postcodes.io/commit/4dcc573e297c46362f135a1a7aa2751ddeadcce5))
8+
19
# [17.3.0](https://github.com/ideal-postcodes/postcodes.io/compare/17.2.1...17.3.0) (2025-05-08)
210

311

data/scottish_constituencies.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"S16000088": "Clackmannanshire and Dunblane",
1717
"S16000089": "Clydebank and Milngavie",
1818
"S16000090": "Clydesdale",
19-
"S16000091": "Coatbridge and Chryston",
2019
"S16000092": "Cowdenbeath",
2120
"S16000093": "Cumbernauld and Kilsyth",
2221
"S16000094": "Cunninghame North",
@@ -70,6 +69,7 @@
7069
"S16000143": "Skye, Lochaber and Badenoch",
7170
"S16000144": "Stirling",
7271
"S16000146": "Uddingston and Bellshill",
73-
"S16000147": "Glasgow Provan",
74-
"S16000148": "Strathkelvin and Bearsden"
75-
}
72+
"S16000148": "Strathkelvin and Bearsden",
73+
"S16000149": "Coatbridge and Chryston",
74+
"S16000150": "Glasgow Provan"
75+
}

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ const config: Config = {
8484
target: "_blank",
8585
position: "right",
8686
},
87+
{
88+
href: "https://github.com/ideal-postcodes/postcodes.io",
89+
label: "GitHub",
90+
position: "right",
91+
target: "_blank",
92+
},
8793
],
8894
},
8995
footer: {

latest

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
https://postcodesio.s3.amazonaws.com/public/postcodesio-2025-04-10-1038.sql.gz
2-
1+
https://postcodesio.s3.amazonaws.com/public/postcodesio-2025-05-15-1053.sql.gz

0 commit comments

Comments
 (0)