@box/combobox-with-api 1.26.1 → 1.26.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -40,7 +40,7 @@ All commands used with Nx can be found in `project.json` file within your packag
40
40
  - `nx test-jest combobox-with-api` - runs jest unit tests, producing code coverage at the end.
41
41
  - `nx sonar combobox-with-api` - performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.
42
42
  - `nx chromatic combobox-with-api` - uploads storybook build for review to [box chromatic](https://box.chromatic.com/) , and performs visual comparison of the UI changes against baseline.
43
- - `nx prepare combobox-with-api` - command run during package publication process orchestrated by Lerna.
43
+ - `nx prepare combobox-with-api` - command run during package publication process orchestrated by Nx Release.
44
44
 
45
45
  ## Ownership
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/combobox-with-api",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^12.129.0",
@@ -11,7 +11,7 @@
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "dependencies": {
14
- "@box/tree": "^1.24.1",
14
+ "@box/tree": "^1.24.2",
15
15
  "react-accessible-treeview": "2.9.0"
16
16
  },
17
17
  "devDependencies": {