Skip to content

Commit

Permalink
Merge 1efbf1f into 11b54ac
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jul 7, 2023
2 parents 11b54ac + 1efbf1f commit 431bb7b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 24 deletions.
7 changes: 7 additions & 0 deletions .changeset/new-impalas-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@primer/react': minor
---

Update dependency ranges to use caret ranges instead of pinned versions

<!-- Changed components: _none_ -->
25 changes: 15 additions & 10 deletions contributor-docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,21 @@ For a full list of releases, visit our [releases](https://github.com/primer/reac

## Changes

| Category | Type of change | semver bump |
| :-------- | :------------------------------------------------------------------ | :---------- |
| Component | A component is added | `minor` |
| | A component is deprecated | `minor` |
| | A component is removed | `major` |
| Props | A prop is added | `minor` |
| | [The type of a prop is broadened](#the-type-of-a-prop-is-broadened) | `minor` |
| | [The type of a prop is narrowed](#the-type-of-a-prop-is-narrowed) | `major` |
| | A prop is deprecated | `minor` |
| | A prop is removed | `major` |
| Category | Type of change | semver bump |
| :-------- | :--------------------------------------------------------------------------- | :---------- |
| Component | A component is added | `minor` |
| | A component is deprecated | `minor` |
| | A component is removed | `major` |
| Props | A prop is added | `minor` |
| | [The type of a prop is broadened](#the-type-of-a-prop-is-broadened) | `minor` |
| | [The type of a prop is narrowed](#the-type-of-a-prop-is-narrowed) | `major` |
| | A prop is deprecated | `minor` |
| | A prop is removed | `major` |
| Package | A dependency is added | `minor` |
| | A dependency is removed and it does not affect the public API of the package | `minor` |
| | A dependency is removed and it does affect the public API of the package | `major` |
| | The version of a dependency is increased to a newer minor or patch version | `minor` |
| | The version of a dependency is increased to a newer major version | `major` |

## Reference

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
"@github/markdown-toolbar-element": "^2.1.0",
"@github/paste-markdown": "^1.4.0",
"@github/relative-time-element": "^4.1.2",
"@lit-labs/react": "1.1.1",
"@primer/behaviors": "1.3.4",
"@lit-labs/react": "^1.1.1",
"@primer/behaviors": "^1.3.4",
"@primer/octicons-react": "^19.3.0",
"@primer/primitives": "7.11.11",
"@primer/primitives": "^7.11.11",
"@react-aria/ssr": "^3.1.0",
"@styled-system/css": "^5.1.5",
"@styled-system/props": "^5.1.5",
Expand All @@ -115,11 +115,11 @@
"color2k": "^2.0.0",
"deepmerge": "^4.2.2",
"focus-visible": "^5.2.0",
"fzy.js": "0.4.1",
"fzy.js": "^0.4.1",
"history": "^5.0.0",
"lodash.isempty": "4.4.0",
"lodash.isobject": "3.0.2",
"react-intersection-observer": "9.4.3",
"lodash.isempty": "^4.4.0",
"lodash.isobject": "^3.0.2",
"react-intersection-observer": "^9.4.3",
"react-is": "^18.2.0",
"styled-system": "^5.1.5"
},
Expand Down

0 comments on commit 431bb7b

Please sign in to comment.