@telus-uds/components-community.sticky 1.1.6 → 1.1.7
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.json +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@telus-uds/components-community.sticky",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed, 14 Jun 2023
|
|
5
|
+
"date": "Wed, 14 Jun 2023 19:30:33 GMT",
|
|
6
|
+
"tag": "@telus-uds/components-community.sticky_v1.1.7",
|
|
7
|
+
"version": "1.1.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@telus-uds/components-community.sticky",
|
|
13
|
+
"comment": "Bump @telus-uds/components-web to v2.8.1",
|
|
14
|
+
"commit": "f3c8506da6e76c8696bf7358b78865f0dbca8d2f"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 14 Jun 2023 00:06:30 GMT",
|
|
6
21
|
"tag": "@telus-uds/components-community.sticky_v1.1.6",
|
|
7
22
|
"version": "1.1.6",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-community.sticky
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 14 Jun 2023
|
|
3
|
+
This log was last generated on Wed, 14 Jun 2023 19:30:33 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.1.7
|
|
8
|
+
|
|
9
|
+
Wed, 14 Jun 2023 19:30:33 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/components-web to v2.8.1
|
|
14
|
+
|
|
7
15
|
## 1.1.6
|
|
8
16
|
|
|
9
|
-
Wed, 14 Jun 2023 00:
|
|
17
|
+
Wed, 14 Jun 2023 00:06:30 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"styled-components": "^5.3.10"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@telus-uds/components-web": "^2.8.
|
|
14
|
+
"@telus-uds/components-web": "^2.8.1",
|
|
15
15
|
"@telus-uds/browserslist-config": "^1.0.5",
|
|
16
16
|
"@testing-library/jest-dom": "^5.16.1",
|
|
17
17
|
"@testing-library/react": "^13.3.0",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"standard-engine": {
|
|
46
46
|
"skip": true
|
|
47
47
|
},
|
|
48
|
-
"version": "1.1.
|
|
48
|
+
"version": "1.1.7"
|
|
49
49
|
}
|