Skip to content

Commit

Permalink
Revert "chore: ignore test package in changeset flow" (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Mar 21, 2024
1 parent ed7ac41 commit a221c74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["mock-game-contracts"],
"ignore": [],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}"
Expand Down
5 changes: 5 additions & 0 deletions test/mock-game-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mock-game-contracts

## 2.0.0

## 2.0.0-next.18
2 changes: 1 addition & 1 deletion test/mock-game-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-game-contracts",
"version": "0.0.0",
"version": "2.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a221c74

Please sign in to comment.