Skip to content

Commit

Permalink
Merge pull request #1923 from Kajabi/develop
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
ju-Skinner authored Aug 1, 2024
2 parents 45e92f2 + 4ac2e57 commit b6e3726
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
allow:
- dependency-name: "@pine-ds/icons"
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
class="sage-select__arrow"
color="<%= SageTokens::COLOR_PALETTE[:CHARCOAL_100] %>"
name="caret-down"
size=""
></pds-icon>
<% if component.message.present? %>
<div class="sage-select__info">
Expand Down
1 change: 0 additions & 1 deletion packages/sage-react/lib/Select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const Select = ({
class="sage-select__arrow"
color={SageTokens.COLOR_PALETTE.CHARCOAL_100}
name="caret-down"
size=""
/>
{label && (
<label htmlFor={id} className="sage-select__label">{label}</label>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2849,9 +2849,9 @@
"@octokit/openapi-types" "^12.11.0"

"@pine-ds/icons@^7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@pine-ds/icons/-/icons-7.0.1.tgz#60ac43d5a55af1a15927ea1212c0a572a4bf624c"
integrity sha512-PljJ4tAPWTOfFLWgFqK629LcqYGwjkokW42Zab3w+MUWLWrVTkvWT4tv3Hpm/XalMvR7CcFLQyjwGeFQc1Fs6Q==
version "7.4.1"
resolved "https://registry.yarnpkg.com/@pine-ds/icons/-/icons-7.4.1.tgz#b1643881f60e4d04dafd51e8a94f545de9d2afd0"
integrity sha512-FkA8P2khHQcy7g27Ak+uL8ZSU7TU6O/1KiqVc2o/IVOXRZowT2Apq9Hkt77lchW0nKp1MgGcFwGAVLRj87EujA==
dependencies:
"@stencil/core" "^4.8.1"

Expand Down

0 comments on commit b6e3726

Please sign in to comment.