@akinon/pz-click-collect 1.81.0-rc.8 → 1.81.0-snapshot-20250502150333

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 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,22 +1,6 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
- ## 1.81.0-rc.8
4
-
5
- ## 1.81.0-rc.7
6
-
7
- ## 1.81.0-rc.6
8
-
9
- ## 1.81.0-rc.5
10
-
11
- ## 1.81.0-rc.4
12
-
13
- ## 1.81.0-rc.3
14
-
15
- ## 1.81.0-rc.2
16
-
17
- ## 1.81.0-rc.1
18
-
19
- ## 1.81.0-rc.0
3
+ ## 1.81.0-snapshot-20250502150333
20
4
 
21
5
  ### Minor Changes
22
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "1.81.0-rc.8",
3
+ "version": "1.81.0-snapshot-20250502150333",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",