@aurodesignsystem/auro-devops-component 1.0.0-rc-1.1 → 1.0.0-rc-1.13.1
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 +2 -1
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 1.0.0-rc-1.1 (2025-10-
|
|
1
|
+
# 1.0.0-rc-1.13.1 (2025-10-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* add permissions section for id-token in workflows ([4ec1562](https://github.com/AlaskaAirlines/auro-devops-component/commit/4ec156279b73d4ef654d495058d4f268b48c305f))
|
|
12
12
|
* add permissions section for OIDC in pull request workflow ([ffc609a](https://github.com/AlaskaAirlines/auro-devops-component/commit/ffc609abc9621143c48e78ad21ae62d55c7d2108))
|
|
13
13
|
* add permissions section for pull request workflow ([7ee5f00](https://github.com/AlaskaAirlines/auro-devops-component/commit/7ee5f0041a9b494b0980b4d7b81f3cfd2b546744))
|
|
14
|
+
* add provenance flag to publishConfig in package.json ([80250a6](https://github.com/AlaskaAirlines/auro-devops-component/commit/80250a6eec398e9331854ab2833e2fd396a8aa57))
|
|
14
15
|
* adjust spacing and layout to remove last slide overflow issue [#45](https://github.com/AlaskaAirlines/auro-devops-component/issues/45) ([6611803](https://github.com/AlaskaAirlines/auro-devops-component/commit/6611803a5c35baf884752a41c7e6f71d9732da63))
|
|
15
16
|
* adjust the condition for slides to have the brightness style applied in full bleed mode ([b4efa25](https://github.com/AlaskaAirlines/auro-devops-component/commit/b4efa2590d4c79c648bb3497f6bcbc7a1d6efeba))
|
|
16
17
|
* correct indentation for 'with' section in pull request workflow ([b92a532](https://github.com/AlaskaAirlines/auro-devops-component/commit/b92a532676a74e0a2a7c35586b8897acbe2f1e6a))
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem/auro-devops-component",
|
|
10
|
-
"version": "1.0.0-rc-1.1",
|
|
10
|
+
"version": "1.0.0-rc-1.13.1",
|
|
11
11
|
"description": "Testing component based on an old version of auro-slideshow. Not intended to be used in other projects.",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"lit": "^3.3.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"embla-carousel": "^8.6.0",
|
|
28
|
-
"embla-carousel-auto-scroll": "^8.6.0",
|
|
29
|
-
"embla-carousel-autoplay": "^8.6.0",
|
|
30
|
-
"embla-carousel-class-names": "^8.6.0",
|
|
31
27
|
"@alaskaairux/icons": "^5.14.0",
|
|
32
28
|
"@aurodesignsystem/auro-button": "^12.3.0",
|
|
29
|
+
"@aurodesignsystem/auro-cli": "^3.1.1",
|
|
30
|
+
"@aurodesignsystem/auro-config": "npm:@aurodesignsystem-dev/auro-config@^0.0.0-pr23.2",
|
|
33
31
|
"@aurodesignsystem/auro-icon": "^9.1.0",
|
|
34
32
|
"@aurodesignsystem/auro-library": "^5.5.4",
|
|
35
|
-
"@aurodesignsystem/auro-cli": "^3.1.1",
|
|
36
|
-
"@aurodesignsystem/auro-config": "^1.3.0",
|
|
37
33
|
"@aurodesignsystem/design-tokens": "^8.6.0",
|
|
38
34
|
"@aurodesignsystem/webcorestylesheets": "^10.1.4",
|
|
35
|
+
"embla-carousel": "^8.6.0",
|
|
36
|
+
"embla-carousel-auto-scroll": "^8.6.0",
|
|
37
|
+
"embla-carousel-autoplay": "^8.6.0",
|
|
38
|
+
"embla-carousel-class-names": "^8.6.0",
|
|
39
39
|
"husky": "^9.1.7",
|
|
40
40
|
"sinon": "^21.0.0"
|
|
41
41
|
},
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"last 2 Safari major versions"
|
|
48
48
|
],
|
|
49
49
|
"publishConfig": {
|
|
50
|
-
"access": "public"
|
|
50
|
+
"access": "public",
|
|
51
|
+
"provenance": true
|
|
51
52
|
},
|
|
52
53
|
"keywords": [
|
|
53
54
|
"alaska airlines",
|