diff --git a/.changeset/itchy-papayas-burn.md b/.changeset/itchy-papayas-burn.md deleted file mode 100644 index a7c44fa2..00000000 --- a/.changeset/itchy-papayas-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': patch ---- - -Docs syntax highlighting and organisation diff --git a/.changeset/little-experts-jam.md b/.changeset/little-experts-jam.md deleted file mode 100644 index ee1815f0..00000000 --- a/.changeset/little-experts-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': patch ---- - -Updates ReferralBlock and SiteFooter diff --git a/.changeset/neat-spiders-jump.md b/.changeset/neat-spiders-jump.md deleted file mode 100644 index 6804dccc..00000000 --- a/.changeset/neat-spiders-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': patch ---- - -Reuters Graphics logo refresh diff --git a/.changeset/rare-queens-rush.md b/.changeset/rare-queens-rush.md deleted file mode 100644 index a813e3ec..00000000 --- a/.changeset/rare-queens-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': patch ---- - -Patches up component docs links diff --git a/.changeset/strong-plants-worry.md b/.changeset/strong-plants-worry.md deleted file mode 100644 index ab321936..00000000 --- a/.changeset/strong-plants-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': major ---- - -Removes Google Docs-based utils in favour of ArchieML/RNGS.io examples. diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a5f202..f1985b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @reuters-graphics/graphics-components +## 2.0.0 + +### Major Changes + +- 3e20529: Removes Google Docs-based utils in favour of ArchieML/RNGS.io examples. + +### Patch Changes + +- a5ad543: Docs syntax highlighting and organisation +- 06b4d48: Updates ReferralBlock and SiteFooter +- b44ed64: Reuters Graphics logo refresh +- 05b80fd: Patches up component docs links + ## 1.1.7 ### Patch Changes diff --git a/package.json b/package.json index d84c0f25..a21c7177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reuters-graphics/graphics-components", - "version": "1.1.7", + "version": "2.0.0", "type": "module", "private": false, "homepage": "https://reuters-graphics.github.io/graphics-components",