Skip to content

Commit 31dadde

Browse files
committed
feat(release): Updating changeset config, and package defaults.
1 parent aa85cf6 commit 31dadde

File tree

26 files changed

+39
-14
lines changed

26 files changed

+39
-14
lines changed

.changeset/config.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,18 @@
77
"access": "restricted",
88
"baseBranch": "next",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [
11+
"@phase2/outline-core-accordion",
12+
"@phase2/outline-core-alert",
13+
"@phase2/outline-core-breadcrumb",
14+
"@phase2/outline-core-card",
15+
"@phase2/outline-core-container",
16+
"@phase2/outline-core-form",
17+
"@phase2/outline-core-icon",
18+
"@phase2/outline-core-image",
19+
"@phase2/outline-core-list",
20+
"@phase2/outline-core-modal",
21+
"@phase2/outline-core-text",
22+
"@phase2/outline-core-youtube"
23+
]
1124
}

packages/outline-core-accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"package": "yarn publish"
3131
},
3232
"dependencies": {
33-
"@phase2/outline-core": "latest",
33+
"@phase2/outline-core": "^0.2.3",
3434
"lit": "^2.3.1"
3535
},
3636
"publishConfig": {

packages/outline-core-accordion/src/outline-core-accordion.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const componentName = 'outline-core-accordion';
2121
* @todo: Update `../docs/outline-core-accordion.mdx` to accurately document the component.
2222
* @todo: Run `yarn analyze` to generate README.md.
2323
* @todo: Update `package.json` to remove the `private` flag.
24+
* @todo: Update `.changeset/config.json` to remove this component from the `ignore` list.
2425
* @todo: Create PR for updated and completed component.
2526
*/
2627
@customElement(componentName)

packages/outline-core-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"package": "yarn publish"
3131
},
3232
"dependencies": {
33-
"@phase2/outline-core": "latest",
33+
"@phase2/outline-core": "^0.2.3",
3434
"lit": "^2.3.1"
3535
},
3636
"publishConfig": {

packages/outline-core-alert/src/outline-core-alert.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const componentName = 'outline-core-alert';
2121
* @todo: Update `../docs/outline-core-alert.mdx` to accurately document the component.
2222
* @todo: Run `yarn analyze` to generate README.md.
2323
* @todo: Update `package.json` to remove the `private` flag.
24+
* @todo: Update `.changeset/config.json` to remove this component from the `ignore` list.
2425
* @todo: Create PR for updated and completed component.
2526
*/
2627
@customElement(componentName)

packages/outline-core-breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"package": "yarn publish"
3131
},
3232
"dependencies": {
33-
"@phase2/outline-core": "latest",
33+
"@phase2/outline-core": "^0.2.3",
3434
"lit": "^2.3.1"
3535
},
3636
"publishConfig": {

packages/outline-core-breadcrumb/src/outline-core-breadcrumb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const componentName = 'outline-core-breadcrumb';
2121
* @todo: Update `../docs/outline-core-breadcrumb.mdx` to accurately document the component.
2222
* @todo: Run `yarn analyze` to generate README.md.
2323
* @todo: Update `package.json` to remove the `private` flag.
24+
* @todo: Update `.changeset/config.json` to remove this component from the `ignore` list.
2425
* @todo: Create PR for updated and completed component.
2526
*/
2627
@customElement(componentName)

packages/outline-core-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"package": "yarn publish"
3030
},
3131
"dependencies": {
32-
"@phase2/outline-core": "latest",
32+
"@phase2/outline-core": "^0.2.3",
3333
"lit": "^2.3.1"
3434
},
3535
"publishConfig": {

packages/outline-core-card/src/outline-core-card.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const componentName = 'outline-core-card';
2121
* @todo: Update `../docs/outline-core-card.mdx` to accurately document the component.
2222
* @todo: Run `yarn analyze` to generate README.md.
2323
* @todo: Update `package.json` to remove the `private` flag.
24+
* @todo: Update `.changeset/config.json` to remove this component from the `ignore` list.
2425
* @todo: Create PR for updated and completed component.
2526
*/
2627
@customElement(componentName)

packages/outline-core-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"package": "yarn publish"
3131
},
3232
"dependencies": {
33-
"@phase2/outline-core": "latest",
33+
"@phase2/outline-core": "^0.2.3",
3434
"lit": "^2.3.1"
3535
},
3636
"publishConfig": {

0 commit comments

Comments
 (0)