@teambit/lanes 0.0.326 → 0.0.329

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.
@@ -28,7 +28,6 @@ The following describes the final implementation, which differs from the specifi
28
28
  ## Remaining tasks
29
29
 
30
30
  - [ ] Remove components from a remote lane.
31
- - [ ] Bit import with no args. When bitmap has a remote lane, should import the lane.
32
31
  - [ ] Tag dependencies to include them in a lane.
33
32
  - [ ] Test bit-fetch components
34
33
  - [ ] Rename lanes: enable importing a lane after rename.
package/lanes.docs.mdx CHANGED
@@ -28,7 +28,6 @@ The following describes the final implementation, which differs from the specifi
28
28
  ## Remaining tasks
29
29
 
30
30
  - [ ] Remove components from a remote lane.
31
- - [ ] Bit import with no args. When bitmap has a remote lane, should import the lane.
32
31
  - [ ] Tag dependencies to include them in a lane.
33
32
  - [ ] Test bit-fetch components
34
33
  - [ ] Rename lanes: enable importing a lane after rename.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/lanes",
3
- "version": "0.0.326",
3
+ "version": "0.0.329",
4
4
  "homepage": "https://bit.dev/teambit/lanes/lanes",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "lanes",
9
- "version": "0.0.326"
9
+ "version": "0.0.329"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -18,23 +18,23 @@
18
18
  "core-js": "^3.0.0",
19
19
  "@teambit/harmony": "0.3.3",
20
20
  "@teambit/bit-error": "0.0.394",
21
- "@teambit/cli": "0.0.497",
22
- "@teambit/merging": "0.0.69",
23
- "@teambit/scope": "0.0.754",
24
- "@teambit/workspace": "0.0.754",
25
- "@teambit/graphql": "0.0.754",
26
- "@teambit/community": "0.0.45",
27
- "@teambit/component": "0.0.754",
28
- "@teambit/lane-id": "0.0.16",
29
- "@teambit/lanes.modules.diff": "0.0.124",
21
+ "@teambit/cli": "0.0.500",
22
+ "@teambit/merging": "0.0.72",
23
+ "@teambit/scope": "0.0.757",
24
+ "@teambit/workspace": "0.0.757",
25
+ "@teambit/graphql": "0.0.757",
26
+ "@teambit/community": "0.0.48",
27
+ "@teambit/component": "0.0.757",
28
+ "@teambit/lane-id": "0.0.19",
29
+ "@teambit/lanes.modules.diff": "0.0.127",
30
30
  "@teambit/legacy-bit-id": "0.0.399",
31
- "@teambit/logger": "0.0.590",
31
+ "@teambit/logger": "0.0.593",
32
32
  "@teambit/design.ui.pages.not-found": "0.0.355",
33
- "@teambit/lanes.ui.lanes": "0.0.64",
34
- "@teambit/sidebar": "0.0.754",
33
+ "@teambit/lanes.ui.lanes": "0.0.67",
34
+ "@teambit/sidebar": "0.0.757",
35
35
  "@teambit/ui-foundation.ui.menu": "0.0.487",
36
36
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.490",
37
- "@teambit/ui": "0.0.754"
37
+ "@teambit/ui": "0.0.757"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^17.0.8",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react-router-dom": "^6.0.0",
53
- "@teambit/legacy": "1.0.277",
53
+ "@teambit/legacy": "1.0.280",
54
54
  "react-dom": "^16.8.0 || ^17.0.0",
55
55
  "react": "^16.8.0 || ^17.0.0"
56
56
  },
@@ -78,7 +78,7 @@
78
78
  "react": "-"
79
79
  },
80
80
  "peerDependencies": {
81
- "@teambit/legacy": "1.0.277",
81
+ "@teambit/legacy": "1.0.280",
82
82
  "react-dom": "^16.8.0 || ^17.0.0",
83
83
  "react": "^16.8.0 || ^17.0.0"
84
84
  }
@@ -1,2 +1,2 @@
1
- export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.326/dist/lanes.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.326/dist/lanes.docs.mdx')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.329/dist/lanes.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.329/dist/lanes.docs.mdx')]