@flatjs/evolve 1.8.1-next.84 → 1.8.1-next.85

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @flatjs/evolve
2
2
 
3
+ ## 1.8.1-next.85
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fd1d163]
8
+ - @flatjs/graph@1.8.1-next.44
9
+
3
10
  ## 1.8.1-next.84
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.8.1-next.84",
3
+ "version": "1.8.1-next.85",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -46,7 +46,7 @@
46
46
  "@flatjs/common": "1.8.1-next.31",
47
47
  "@flatjs/evolve-preset-babel": "1.8.1-next.15",
48
48
  "@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.31",
49
- "@flatjs/graph": "1.8.1-next.43",
49
+ "@flatjs/graph": "1.8.1-next.44",
50
50
  "@flatjs/mock": "1.8.1-next.67",
51
51
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
52
52
  "@types/babel__core": "7.20.1",