Skip to content

Commit 58849bc

Browse files
committed
fix(organisms, molecules): lock down version
1 parent 59f8d07 commit 58849bc

File tree

4 files changed

+1399
-91
lines changed

4 files changed

+1399
-91
lines changed

packages/app

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 01b4982da55686613aaff0a2b073859f00be80fb

packages/molecules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "rollup -c -w"
1616
},
1717
"dependencies": {
18-
"@offcourse/atoms": "^0.0.0-semantically-released",
18+
"@offcourse/atoms": "^1.1.0",
1919
"atoms": "^0.2.0",
2020
"ramda": "^0.25.0",
2121
"react-copy-to-clipboard": "^5.0.1",

packages/organisms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"start": "rollup -c -w"
1616
},
1717
"dependencies": {
18-
"@offcourse/atoms": "^0.0.0-semantically-released",
19-
"@offcourse/molecules": "^0.0.0-semantically-released",
18+
"@offcourse/atoms": "^1.1.0",
19+
"@offcourse/molecules": "^1.0.1",
2020
"formik": "^0.11.11",
2121
"ramda": "^0.25.0",
2222
"voca": "^1.4.0",

0 commit comments

Comments
 (0)