@brightspace-ui/intl 3.13.1 → 3.13.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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -276,7 +276,7 @@ Contributions are welcome, please submit a pull request!
|
|
|
276
276
|
|
|
277
277
|
> TL;DR: Commits prefixed with `fix:` and `feat:` will trigger patch and minor releases when merged to `main`. Read on for more details...
|
|
278
278
|
|
|
279
|
-
The [
|
|
279
|
+
The [semantic-release GitHub Action](https://github.com/BrightspaceUI/actions/tree/main/semantic-release) is called from the `release.yml` GitHub Action workflow to handle version changes and releasing.
|
|
280
280
|
|
|
281
281
|
### Version Changes
|
|
282
282
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/intl",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.2",
|
|
4
4
|
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",
|
|
5
5
|
"main": "lib/number.js",
|
|
6
6
|
"scripts": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@babel/core": "^7",
|
|
40
40
|
"@babel/eslint-parser": "^7",
|
|
41
|
-
"@web/dev-server": "^0.
|
|
41
|
+
"@web/dev-server": "^0.2",
|
|
42
42
|
"chai": "^4",
|
|
43
|
-
"concurrently": "^
|
|
43
|
+
"concurrently": "^8",
|
|
44
44
|
"eslint": "^8",
|
|
45
|
-
"eslint-config-brightspace": "^0.
|
|
45
|
+
"eslint-config-brightspace": "^0.21",
|
|
46
46
|
"http-server": "^14.0",
|
|
47
47
|
"mocha": "^10",
|
|
48
48
|
"mocha-headless-chrome": "^4"
|