Skip to content

Commit b46e059

Browse files
authored
first major release changeset (#48)
1 parent 07a6a2f commit b46e059

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.changeset/1e27ec06/changes.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"releases": [
3+
{ "name": "codesandboxer", "type": "major" },
4+
{ "name": "codesandboxer-fs", "type": "major" }
5+
],
6+
"dependents": [
7+
{
8+
"name": "bitbucket-releases-addon",
9+
"type": "patch",
10+
"dependencies": ["codesandboxer"]
11+
},
12+
{
13+
"name": "react-codesandboxer",
14+
"type": "patch",
15+
"dependencies": ["codesandboxer"]
16+
},
17+
{
18+
"name": "vs-codesandboxer",
19+
"type": "patch",
20+
"dependencies": ["codesandboxer-fs"]
21+
}
22+
]
23+
}

.changeset/1e27ec06/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Move codesandboxer and codesandboxer-fs to first major version, as they exist in a fairly stable and used state.

.changeset/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const changesetOptions = {
2626
*/
2727

2828
const getLink = commit =>
29-
`https://github.com/Noviny/codesandboxer/commit/${commit}`;
29+
`https://github.com/codesandbox/codesandboxer/commit/${commit}`;
3030

3131
const getReleaseLine = async (changeset, versionType) => {
3232
const indentedSummary = changeset.summary
@@ -36,7 +36,7 @@ const getReleaseLine = async (changeset, versionType) => {
3636

3737
return `- [${versionType}] [${changeset.commit}](${getLink(
3838
changeset.commit,
39-
)}):\n\n${indentedSummary}`;
39+
)}):\n${indentedSummary}`;
4040
};
4141

4242
// This function takes information about what dependencies we are updating in the package.

0 commit comments

Comments
 (0)