Skip to content

Commit

Permalink
Merge pull request #14920 from opf/housekeeping/bump-primer-0-23-0
Browse files Browse the repository at this point in the history
Bump primer to version 0.23.0
  • Loading branch information
ulferts authored Mar 5, 2024
2 parents 9181804 + 9d7972d commit 1a2144f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ end

gem 'openproject-octicons', '~>19.8.0'
gem 'openproject-octicons_helper', '~>19.8.0'
gem 'openproject-primer_view_components', '~>0.22.2'
gem 'openproject-primer_view_components', '~>0.23.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ GEM
actionview
openproject-octicons (= 19.8.0)
railties
openproject-primer_view_components (0.22.2)
openproject-primer_view_components (0.23.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.8.0)
Expand Down Expand Up @@ -1231,7 +1231,7 @@ DEPENDENCIES
openproject-octicons (~> 19.8.0)
openproject-octicons_helper (~> 19.8.0)
openproject-openid_connect!
openproject-primer_view_components (~> 0.22.2)
openproject-primer_view_components (~> 0.23.0)
openproject-recaptcha!
openproject-reporting!
openproject-storages!
Expand Down
48 changes: 24 additions & 24 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 @@ -97,7 +97,7 @@
"@ngneat/content-loader": "^7.0.0",
"@ngx-formly/core": "^6.1.4",
"@openproject/octicons-angular": "^19.8.0",
"@openproject/primer-view-components": "^0.22.2",
"@openproject/primer-view-components": "^0.23.0",
"@openproject/reactivestates": "^3.0.1",
"@primer/css": "^21.1.1",
"@uirouter/angular": "^12.0.0",
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.22.2"
"@primer/view-components": "npm:@openproject/primer-view-components@^0.23.0"
}
}

0 comments on commit 1a2144f

Please sign in to comment.