Skip to content

Commit

Permalink
Make next release major release (#260)
Browse files Browse the repository at this point in the history
* Creating next_major branch for major releases

* Rename color blind themes (#254)

* Rename protanopia themes to colorblind

* Rename protanopia themes to colorblind

* Create green-apples-hang.md

* Update green-apples-hang.md

* Delete pre.json
  • Loading branch information
jonrohan authored Oct 21, 2021
1 parent d5b7e3c commit a11b8a7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-apples-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": major
---

Rename color blind themes
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'main'
- 'next_major'
jobs:
release:
name: Final
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches-ignore:
- 'main'
- 'changeset-release/main'
- 'changeset-release/**'
- 'dependabot/**'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- 'changeset-release/main'
- 'changeset-release/**'

jobs:
release-candidate:
Expand Down
8 changes: 4 additions & 4 deletions data/colors/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import light from './themes/light'
import light_protanopia from './themes/light_protanopia'
import light_colorblind from './themes/light_colorblind'
import dark from './themes/dark'
import dark_dimmed from './themes/dark_dimmed'
import dark_high_contrast from './themes/dark_high_contrast'
import dark_protanopia from './themes/dark_protanopia'
import dark_colorblind from './themes/dark_colorblind'

export default {
light,
light_protanopia,
light_colorblind,
dark,
dark_dimmed,
dark_high_contrast,
dark_protanopia
dark_colorblind
}
File renamed without changes.
File renamed without changes.

1 comment on commit a11b8a7

@vercel
Copy link

@vercel vercel bot commented on a11b8a7 Oct 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.