@box/box-item-type-selector 2.1.25 → 2.1.26

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 +6 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  - [Running commands](#running-commands)
6
6
  - [Available commands](#available-commands)
7
7
  - [Ownership](#ownership)
8
+ - [Translations](#translations)
8
9
 
9
10
  <!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
11
 
@@ -32,7 +33,7 @@ All commands used with Nx can be found in `project.json` file within your packag
32
33
  - `nx storybook box-item-type-selector` - launches development environment for UI component.
33
34
  - `nx build-storybook box-item-type-selector` - build static version of storybook with all stories.
34
35
  - `nx build box-item-type-selector` - build package using `shared-feature-builder` executor from `automation` package.
35
- - `nx lint box-item-type-selector` - run linter over package files,
36
+ - `nx lint box-item-type-selector` - runs linter over package files.
36
37
  - `nx test box-item-type-selector` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
37
38
  - `nx test-storybook box-item-type-selector` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
38
39
  - `nx test-storybook-local-coverage box-item-type-selector` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
@@ -45,3 +46,7 @@ All commands used with Nx can be found in `project.json` file within your packag
45
46
  ## Ownership
46
47
 
47
48
  Code of the feature belongs to @Box/webapp-eng and @Box/box-hubs. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes. It would be a good practice to consult which team, owning or requesting, will be responsible for implementing changes to code.
49
+
50
+ ## Translations
51
+
52
+ Per-locale `i18n/*.js` files are generated and committed by the Moji Jenkins pipeline. The shared-feature builder copies them into `dist/i18n/` during `build`. Consuming applications list this package in `i18n.config.js` under `translationDependencies`.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@box/box-item-type-selector",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "peerDependencies": {
5
- "@box/blueprint-web": "^16.8.2",
6
- "@box/blueprint-web-assets": "^5.5.0",
5
+ "@box/blueprint-web": "^16.8.3",
6
+ "@box/blueprint-web-assets": "^5.5.1",
7
7
  "react": "^17.0.0 || ^18.0.0",
8
8
  "react-dom": "^17.0.0 || ^18.0.0",
9
9
  "react-intl": "^6.4.2"
10
10
  },
11
11
  "devDependencies": {
12
- "@box/blueprint-web": "^16.8.2",
13
- "@box/blueprint-web-assets": "^5.5.0",
14
- "@box/storybook-utils": "^1.1.24",
12
+ "@box/blueprint-web": "^16.8.3",
13
+ "@box/blueprint-web-assets": "^5.5.1",
14
+ "@box/storybook-utils": "^1.1.25",
15
15
  "react": "^18.3.0",
16
16
  "react-dom": "^18.3.0",
17
17
  "react-intl": "^6.4.2"