Skip to content

Commit 7acc5e5

Browse files
Change stripes-erm-components dep for snapshot to >= (#3393)
This was missed in the Sunflower changes, stripes-erm-components was moved to v10.0.x. This is a bit of a grey area to me as to who is responsible for keeping this up to date. The last bump was performed by @zburke and the one before that was me. I see that `stripes-authority-components`, `stripes-inventory-components`, and `stripes-marc-components` are set up to use `>=` for snapshot, and so I'd like to mirror that here and avoid the dance needing to happen every time a major bump occurs. Of course the expectation is that major releases will be announced in the `#folio-releases` channel and end up in the bugfest/release environments as before
1 parent 64ef800 commit 7acc5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@folio/stripes": "^10.0.0",
7777
"@folio/stripes-authority-components": ">=2.0.0",
7878
"@folio/stripes-build": "^1.0.0",
79-
"@folio/stripes-erm-components": "^9.0.0",
79+
"@folio/stripes-erm-components": ">=9.0.0",
8080
"@folio/stripes-inventory-components": ">=1.0.0",
8181
"@folio/stripes-marc-components": ">=1.0.0",
8282
"@folio/tags": ">=1.1.0",

0 commit comments

Comments
 (0)