Skip to content

Commit

Permalink
Merge pull request #2047 from mkszepp/add-semver-for-eps-with-create
Browse files Browse the repository at this point in the history
Add semver to power select with create
  • Loading branch information
mansona authored Jul 16, 2024
2 parents 22e9631 + c037dbd commit 3178004
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { PackageRules } from '..';
const rules: PackageRules[] = [
{
package: 'ember-power-select-with-create',
semverRange: '<3.0.0',
components: {
'<PowerSelectWithCreate/>': {
acceptsComponentArguments: ['powerSelectComponentName', 'suggestedOptionComponent'],
Expand Down

0 comments on commit 3178004

Please sign in to comment.