Skip to content

Commit

Permalink
Merge pull request #16256 from opf/housekeeping/bump-primer-0-39-1
Browse files Browse the repository at this point in the history
Bump primer to 0.39.1
  • Loading branch information
HDinger authored Jul 26, 2024
2 parents 8442ebe + 1deb625 commit 80cef72
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ end

gem "openproject-octicons", "~>19.17.0"
gem "openproject-octicons_helper", "~>19.17.0"
gem "openproject-primer_view_components", "~>0.39.0"
gem "openproject-primer_view_components", "~>0.39.1"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ GEM
actionview
openproject-octicons (= 19.17.0)
railties
openproject-primer_view_components (0.39.0)
openproject-primer_view_components (0.39.1)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.17.0)
Expand Down Expand Up @@ -1267,7 +1267,7 @@ DEPENDENCIES
openproject-octicons (~> 19.17.0)
openproject-octicons_helper (~> 19.17.0)
openproject-openid_connect!
openproject-primer_view_components (~> 0.39.0)
openproject-primer_view_components (~> 0.39.1)
openproject-recaptcha!
openproject-reporting!
openproject-storages!
Expand Down
28 changes: 14 additions & 14 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@ngneat/content-loader": "^7.0.0",
"@ngx-formly/core": "^6.1.4",
"@openproject/octicons-angular": "^19.17.0",
"@openproject/primer-view-components": "^0.39.0",
"@openproject/primer-view-components": "^0.39.1",
"@openproject/reactivestates": "^3.0.1",
"@primer/css": "^21.3.3",
"@types/hotwired__turbo": "^8.0.1",
Expand Down Expand Up @@ -175,6 +175,6 @@
"generate-typings": "tsc -d -p src/tsconfig.app.json"
},
"overrides": {
"@primer/view-components": "npm:@openproject/primer-view-components@^0.39.0"
"@primer/view-components": "npm:@openproject/primer-view-components@^0.39.1"
}
}
3 changes: 2 additions & 1 deletion lookbook/docs/patterns/10-page-header.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ There are minor adjustments on how the composition of this component is defined
**Don't**

- Don’t use the trailing action in the PageHeader as navigation element “back”, the breadcrumb and the browser back are covering this case.
- Use PageHeaders as section sub-header inside of the content of the page.
- Don't use create buttons as action of the PageHeader. They belong into the `Primer::OpenProject::SubHeader`, even if the SubHeader only consists of that button.
- Don't use PageHeaders as a section header inside of the content of the page.

## Used in

Expand Down

0 comments on commit 80cef72

Please sign in to comment.