Skip to content

Commit

Permalink
Loosening the primer/primitives dependency to any minor.patch version (
Browse files Browse the repository at this point in the history
…#1594)

* Loosening the primer/primitives dependency to any minor.patch version

* Create friendly-squids-grin.md
  • Loading branch information
jonrohan committed Sep 16, 2021
1 parent 5fb831c commit 2cf661c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-squids-grin.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Loosening the primer/primitives dependency to any minor.patch version
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"release": "changeset publish"
},
"dependencies": {
"@primer/primitives": "4.7.1"
"@primer/primitives": "^4.7.1"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -880,7 +880,7 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@primer/primitives@4.7.1":
"@primer/primitives@^4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-4.7.1.tgz#2510ca37dd83d1e9cacda7637f2a594edff0391d"
integrity sha512-kttAUcP3QgT5UbYLeMTKDxPvnAVzywX0xnKPcLkmEVQyhmEBlTO4LSlYIzL5YcKyklHcFRf1426UcGOY9wdWDQ==
Expand Down

0 comments on commit 2cf661c

Please sign in to comment.