From 28266eb528bec2443e83fcc6ee5a5e6185ef6839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Dec 2024 08:42:54 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @reuters-graphics/graphics-kit@1.0.5 [skip ci] --- .changeset/seven-buttons-grow.md | 21 --------------------- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 .changeset/seven-buttons-grow.md diff --git a/.changeset/seven-buttons-grow.md b/.changeset/seven-buttons-grow.md deleted file mode 100644 index 31a1e91..0000000 --- a/.changeset/seven-buttons-grow.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@reuters-graphics/graphics-kit': patch ---- - -Bumps graphics-bin and graphics-kit-publisher for our new IHN-approved AWS S3 preview bucket. - -Following the planned change to our CloudFront distribution on Dec. 17, projects without this change will not be able to publish preview pages. - -## Migration steps - -**If your project was created _before_ the release of the [1.0.0 version](https://github.com/reuters-graphics/bluprint_graphics-kit/blob/main/CHANGELOG.md#100) of the Graphics Kit,** (check the version number in your project's `package.json`) you must create a _new_ project and migrate your app to that. - -When creating a new project, you _should_ create a new repo, but you may skip creating a RNGS.io doc if you have an existing one or are using Google Docs for content. - -Copy any components or stylesheets you made or changed from the `src/lib/` directory into the new project, as well as any static files (images, etc.) in `src/statics/` and AI files in `project-files/`. - -If you didn't create a new RNGS.io doc above, copy the configuration file `rngs-io.json` or `google.json` to your new project. - -You _may_ need to also update some components in the `pages/` directory if you changed any code there. - -**If your project was created _after_ the 1.0.0 version,** then you can bump the version numbers of the dependencies `@reuters-graphics/graphics-bin` and `@reuters-graphics/graphics-kit-publisher` to the latest version in `package.json` and reinstall with `pnpm i`. diff --git a/CHANGELOG.md b/CHANGELOG.md index a921347..1ff6b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @reuters-graphics/graphics-kit +## 1.0.5 + +### Patch Changes + +- 531affc: Bumps graphics-bin and graphics-kit-publisher for our new IHN-approved AWS S3 preview bucket. + + Following the planned change to our CloudFront distribution on Dec. 17, projects without this change will not be able to publish preview pages. + + ## Migration steps + + **If your project was created _before_ the release of the [1.0.0 version](https://github.com/reuters-graphics/bluprint_graphics-kit/blob/main/CHANGELOG.md#100) of the Graphics Kit,** (check the version number in your project's `package.json`) you must create a _new_ project and migrate your app to that. + + When creating a new project, you _should_ create a new repo, but you may skip creating a RNGS.io doc if you have an existing one or are using Google Docs for content. + + Copy any components or stylesheets you made or changed from the `src/lib/` directory into the new project, as well as any static files (images, etc.) in `src/statics/` and AI files in `project-files/`. + + If you didn't create a new RNGS.io doc above, copy the configuration file `rngs-io.json` or `google.json` to your new project. + + You _may_ need to also update some components in the `pages/` directory if you changed any code there. + + **If your project was created _after_ the 1.0.0 version,** then you can bump the version numbers of the dependencies `@reuters-graphics/graphics-bin` and `@reuters-graphics/graphics-kit-publisher` to the latest version in `package.json` and reinstall with `pnpm i`. + ## 1.0.4 ### Patch Changes diff --git a/package.json b/package.json index fe844a4..d18a94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reuters-graphics/graphics-kit", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "private": true, "scripts": {