@pisell/common 1.0.39 → 1.0.40

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pisell/common
2
2
 
3
+ ## 1.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f3ed6fa4]
8
+ - @pisell/utils@1.0.41
9
+
3
10
  ## 1.0.39
4
11
 
5
12
  ### Patch Changes
@@ -112,6 +119,14 @@
112
119
  - Updated dependencies [10083f21]
113
120
  - @pisell/utils@1.0.25
114
121
 
122
+ ## 1.0.26
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies [8dc07315]
127
+ - Updated dependencies [678cac4f]
128
+ - @pisell/utils@1.0.29
129
+
115
130
  ## 1.0.25
116
131
 
117
132
  ### 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.40",
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.41"
24
24
  },
25
25
  "devDependencies": {
26
26
  "father": "^4.1.6"