@pisell/common 1.0.39 → 1.0.41

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @pisell/common
2
2
 
3
+ ## 1.0.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0267536f]
8
+ - @pisell/utils@1.0.42
9
+
10
+ ## 1.0.40
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [f3ed6fa4]
15
+ - @pisell/utils@1.0.41
16
+
3
17
  ## 1.0.39
4
18
 
5
19
  ### Patch Changes
@@ -112,6 +126,14 @@
112
126
  - Updated dependencies [10083f21]
113
127
  - @pisell/utils@1.0.25
114
128
 
129
+ ## 1.0.26
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [8dc07315]
134
+ - Updated dependencies [678cac4f]
135
+ - @pisell/utils@1.0.29
136
+
115
137
  ## 1.0.25
116
138
 
117
139
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "sideEffects": [
5
5
  "*.less"
6
6
  ],
@@ -20,7 +20,7 @@
20
20
  "archiver": "^5.3.1",
21
21
  "dotenv": "^16.0.3",
22
22
  "ssh2": "^1.13.0",
23
- "@pisell/utils": "1.0.40"
23
+ "@pisell/utils": "1.0.42"
24
24
  },
25
25
  "devDependencies": {
26
26
  "father": "^4.1.6"