@box/blueprint-web 6.37.0 → 6.37.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
- [Step 2: Push your feature branch](#step-2-push-your-feature-branch)
|
|
9
9
|
- [Step 3: Open Pull request](#step-3-open-pull-request)
|
|
10
10
|
- [Commit Types](#commit-types)
|
|
11
|
-
- [See more in Contribution docs.](#see-more-in-contribution-docs)
|
|
12
11
|
- [Package Installation](#package-installation)
|
|
13
12
|
- [Component Development](#component-development)
|
|
14
13
|
- [Prerequisites](#prerequisites)
|
|
@@ -99,7 +98,7 @@ The rules for commit types are:
|
|
|
99
98
|
In most cases, commits will be a `feat` or `fix`. Make sure to include the `BREAKING CHANGE` string in the summary if
|
|
100
99
|
there are non-backwards-compatible changes in the commit.
|
|
101
100
|
|
|
102
|
-
|
|
101
|
+
See more in [Contribution docs](./docs/contribution/01-contribution-overview.stories.mdx).
|
|
103
102
|
|
|
104
103
|
## Package Installation
|
|
105
104
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "6.37.
|
|
3
|
+
"version": "6.37.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@box/storybook-utils": "^0.0.7"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "71fc320ece4157bdf6f6a45d9d0a0424db6b451c",
|
|
61
61
|
"module": "lib-esm/index.js",
|
|
62
62
|
"main": "lib-esm/index.js",
|
|
63
63
|
"exports": {
|