Skip to content

Commit

Permalink
Removed basic package changelog & added to ignore for changesets (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-comeau authored Nov 7, 2024
2 parents 9423487 + 4f148c8 commit 7737b15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": ["basic"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
22 changes: 0 additions & 22 deletions apps/samples/basic/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/samples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basic",
"private": true,
"version": "0.0.3",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "webpack serve --config webpack.dev.js",
Expand Down

0 comments on commit 7737b15

Please sign in to comment.