@pie-lib/text-select 3.0.3-next.57 → 3.0.4
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/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.3...@pie-lib/text-select@3.0.4) (2026-06-12)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
|
|
11
|
+
- **text-select:** update selectable and selected class names to include 'token' suffix PIE-663 ([e25cc95](https://github.com/pie-framework/pie-lib/commit/e25cc951be4264595aae0d93a6d9e9832ace72ca))
|
|
12
|
+
|
|
13
|
+
## [3.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2...@pie-lib/text-select@3.0.3) (2026-06-01)
|
|
14
|
+
|
|
15
|
+
**Note:** Version bump only for package @pie-lib/text-select
|
|
16
|
+
|
|
6
17
|
## [3.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.2...@pie-lib/text-select@3.0.2) (2026-05-07)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @pie-lib/text-select
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.0.
|
|
6
|
+
"version": "3.0.4",
|
|
7
7
|
"description": "Some react components for text selection",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"react",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@mui/icons-material": "^7.3.4",
|
|
23
23
|
"@mui/material": "^7.3.4",
|
|
24
24
|
"@pie-framework/parse-english": "^1.0.0",
|
|
25
|
-
"@pie-lib/render-ui": "^6.1.
|
|
25
|
+
"@pie-lib/render-ui": "^6.1.2",
|
|
26
26
|
"@pie-lib/style-utils": "^2.0.2",
|
|
27
27
|
"@pie-lib/translator": "^4.0.2",
|
|
28
28
|
"classnames": "^2.2.6",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.2.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "3ab0bf122d0f08bbb365fd440e8556d9aacf3749",
|
|
44
44
|
"scripts": {}
|
|
45
45
|
}
|