@akinon/pz-click-collect 1.81.0-rc.9 → 1.81.0-snapshot-20250502183629
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/.gitattributes +15 -15
- package/CHANGELOG.md +1 -19
- package/package.json +1 -1
package/.gitattributes
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
*.js text eol=lf
|
2
|
-
*.jsx text eol=lf
|
3
|
-
*.ts text eol=lf
|
4
|
-
*.tsx text eol=lf
|
5
|
-
*.json text eol=lf
|
6
|
-
*.md text eol=lf
|
7
|
-
|
8
|
-
.eslintignore text eol=lf
|
9
|
-
.eslintrc text eol=lf
|
10
|
-
.gitignore text eol=lf
|
11
|
-
.prettierrc text eol=lf
|
12
|
-
.yarnrc text eol=lf
|
13
|
-
|
14
|
-
* text=auto
|
15
|
-
|
1
|
+
*.js text eol=lf
|
2
|
+
*.jsx text eol=lf
|
3
|
+
*.ts text eol=lf
|
4
|
+
*.tsx text eol=lf
|
5
|
+
*.json text eol=lf
|
6
|
+
*.md text eol=lf
|
7
|
+
|
8
|
+
.eslintignore text eol=lf
|
9
|
+
.eslintrc text eol=lf
|
10
|
+
.gitignore text eol=lf
|
11
|
+
.prettierrc text eol=lf
|
12
|
+
.yarnrc text eol=lf
|
13
|
+
|
14
|
+
* text=auto
|
15
|
+
|
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,6 @@
|
|
1
1
|
# @akinon/pz-click-collect
|
2
2
|
|
3
|
-
## 1.81.0-
|
4
|
-
|
5
|
-
## 1.81.0-rc.8
|
6
|
-
|
7
|
-
## 1.81.0-rc.7
|
8
|
-
|
9
|
-
## 1.81.0-rc.6
|
10
|
-
|
11
|
-
## 1.81.0-rc.5
|
12
|
-
|
13
|
-
## 1.81.0-rc.4
|
14
|
-
|
15
|
-
## 1.81.0-rc.3
|
16
|
-
|
17
|
-
## 1.81.0-rc.2
|
18
|
-
|
19
|
-
## 1.81.0-rc.1
|
20
|
-
|
21
|
-
## 1.81.0-rc.0
|
3
|
+
## 1.81.0-snapshot-20250502183629
|
22
4
|
|
23
5
|
### Minor Changes
|
24
6
|
|