Skip to content

Commit

Permalink
Merge pull request #146 from reuters-graphics/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
hobbes7878 authored Dec 18, 2024
2 parents 5c4510a + 28266eb commit 7b2138b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/seven-buttons-grow.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reuters-graphics/graphics-kit",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"private": true,
"scripts": {
Expand Down

0 comments on commit 7b2138b

Please sign in to comment.