Skip to content

Commit 29361bd

Browse files
authored
Merge pull request #379 from MOV-AI/dev
Release version 2.6.0
2 parents 097aa6b + 8b4a9a7 commit 29361bd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
]
1818
}
1919
},
20-
"postCreateCommand": "bash -i -c 'nvm install $(cat .nvmrc) -y && nvm use && corepack enable && pnpm clean && pnpm install'",
20+
"postCreateCommand": "bash -i -c 'nvm install $(cat .nvmrc) -y && nvm use && corepack enable && pnpm clean && pnpm install && pnpm prepare; npm i -g corepack@latest && corepack enable'",
2121
"remoteUser": "node",
2222
"runArgs": ["--network=host"],
2323
"mounts": [
2424
"type=bind,src=${localEnv:HOME}/.npmrc,dst=/home/node/.npmrc",
2525
"type=bind,src=${localEnv:HOME}/.ssh,dst=/home/node/.ssh",
26-
"type=bind,src=${localEnv:HOME}/movai/src/feapps,dst=/workspaces/"
26+
"type=bind,src=${localEnv:HOME}/movai/src/feapps,dst=/workspaces/",
27+
"type=bind,src=${localEnv:HOME}/.gitconfig,dst=/home/node/.gitconfig"
2728
]
2829
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.6.0
2+
3+
- [FP-3138](https://movai.atlassian.net/browse/FP-3138): Not able to use dev container in all frontend repos
4+
15
# v1.3.11
26

37
- [FP-2206](https://movai.atlassian.net/browse/FP-2206): IDE- 'current password' field behaves as mandatory but does not marked with asterisk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mov-ai/mov-fe-lib-react",
3-
"version": "1.3.11-1",
3+
"version": "2.6.0-0",
44
"description": "The Mov.AI's frontend library for React.",
55
"keywords": [
66
"frontend",

0 commit comments

Comments
 (0)