Skip to content

Commit

Permalink
chore: changes to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
k-huggs committed May 16, 2024
1 parent 73edb06 commit d9ed418
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you're using TypeScript you might want to add `@types/styled-components` to y

## Making changes

We use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and [semantic versioning](https://semver.org/). Releases are managed by [Semantic Release](https://github.com/semantic-release/semantic-release) and are automatically published to [NPM](https://www.npmjs.com/package/@oaknational/oak-components) on every merge to `main`
We use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and [semantic versioning](https://semver.org/). Releases are managed by [Semantic Release](https://github.com/semantic-release/semantic-release) and are automatically published to [NPM](https://www.npmjs.com/package/@oaknational/oak-components) on every merge to `main`.

Changes should go through a pull-request to `main` and require approval by at least 1 reviewer. You should seek reviews from a QA/designer/PM when necessary.

Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/OakHeaderHero/OakHeaderHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const UnstyledComponent = (props: OakHeaderHeroProps) => {
} = props;
return (
<OakBox
$overflowX={"hidden"}
$width={"100%"}
$background={"bg-decorative3-main"}
$overflowX={"hidden"}
>
<OakMaxWidth>
<OakFlex
Expand Down
6 changes: 3 additions & 3 deletions src/image-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export const icons = {
facebook: "v1699895330/icons/iojlvh3o5lshy2jupyph.svg",
share: "v1699895363/icons/agcmduftef3wcla6gzec.svg",
"arrow-right": "v1707149070/icons/fv0z57zerrioft52dd9n.svg",
"arrow-up": "v1699954152/icons/arrow-up.svg",
"arrow-left": "v1707149179/icons/ejrm9dpgpzb7ddbo8z2i.svg",
"arrow-down": "v1699954152/icons/wpfmbmwpyfinipg0d61y.svg",
"worksheet-3": "v1699895429/icons/bzhojpjxp9rukdvh7daz.svg",
"chevron-right": "v1707752509/icons/vk9xxxhnsltsickom6q9.svg",
save: "v1699895505/icons/rh1ahwwtbemvz0ihluew.svg",
Expand All @@ -22,7 +25,6 @@ export const icons = {
books: "v1699953657/icons/hz4l3iq6i68kazvkvorq.svg",
"supervision-level": "v1699953696/icons/cwqhknapp3maa4g0t3lj.svg",
"quiz-white": "v1699953730/icons/gpcehpgr9mqoumsa25xe.svg",
"arrow-left": "v1707149179/icons/ejrm9dpgpzb7ddbo8z2i.svg",
"additional-material": "v1699953798/icons/ntoq4tqvcm2uj1pajubt.svg",
"slide-deck-3": "v1699953830/icons/sm92moja9d5utu3cj16c.svg",
"sign-language": "v1699953861/icons/ns94ozvozzi22enxkx0x.svg",
Expand All @@ -34,10 +36,8 @@ export const icons = {
"chevron-up": "v1699954058/icons/pay71thmhhylj7z28sj1.svg",
go: "v1699954090/icons/vdzptyvmitylra8x4usy.svg",
copyright: "v1699954118/icons/boiod3rflocgsnfokyo8.svg",
"arrow-down": "v1699954152/icons/wpfmbmwpyfinipg0d61y.svg",
project: "v1699954186/icons/zofq5pheud6spnwjpewk.svg",
"slide-deck": "v1699954241/icons/sjjy5f3g4eciwcuxxr33.svg",
"arrow-up": "v1699954152/icons/arrow-up.svg",
"content-guidance": "v1699954277/icons/tm3uhcqenaznq4fxys7j.svg",
tick: "v1699954310/icons/efd3esaor6zqk7seh6kt.svg",
instagram: "v1699954343/icons/ayfeljric0kkimdymvva.svg",
Expand Down

0 comments on commit d9ed418

Please sign in to comment.