Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: Add new simulator #56

Merged
merged 25 commits into from
May 12, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5d41ab5
New: Add simulator scenarios for manual testing
cizl Dec 2, 2022
b649ec7
New: Refactor simulator (WIP)
cizl Dec 2, 2022
3820dff
Fix: Add unused variable TODO
cizl Dec 5, 2022
9a8a227
New: Add progress overlay, Update descriptions
cizl Dec 5, 2022
791807e
Fix: Apply some requested changes
cizl Jan 11, 2023
ebe6236
Fix: Introduce new simulator event, Fix main-thread behavior
cizl Jan 20, 2023
5f32f62
Fix: Rearrange class methods based on visibility
cizl Jan 20, 2023
47b2b69
Fix: Improve naming
cizl Feb 8, 2023
ade50f3
Fix: Try publishing beta branch
cizl Feb 8, 2023
d080c06
Fix: Update release workflow to include beta branch
cizl Feb 8, 2023
caa0b20
Fix: Add "branches" to .releaserc
cizl Feb 8, 2023
c5acc84
Fix: Try adding "release" to .releaserc
cizl Feb 8, 2023
fa8eb89
Fix: Try removing CLI arguments and move branches to package.json
cizl Feb 8, 2023
747b33e
Fix: Rename master to main
cizl Feb 8, 2023
0ace52c
Breaking: Try triggering release by breaking change commit message
cizl Feb 8, 2023
117abf5
Fix: try fix:
cizl Feb 8, 2023
93f6430
Chore(release): 0.2.0
cizl Feb 8, 2023
dc4acd4
Fix: Try adding branches to .releaserc
cizl Feb 8, 2023
28e8f4d
Fix: Try default commit analyzer config
cizl Feb 8, 2023
8514f5a
Fix: Tweak simulator, adjust API slightly
cizl Feb 23, 2023
1e4d231
Fix: Temporarily patch some physics behavior
cizl Mar 16, 2023
7f3d236
Fix: Adjust re-heating parameters
cizl Mar 17, 2023
ec4ac77
Fix: tweak physics behavior -> immediately stop sim when disabling
cizl Mar 17, 2023
32217c6
Fix: Add latest changes
cizl May 12, 2023
7b36eec
Chore: Remove the beta from release branches
tonilastre May 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: Try publishing beta branch
  • Loading branch information
cizl authored and tonilastre committed May 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ade50f329f61f058b4d0a250dd993b2965d3a7ca
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"coverage": "npm test -- --coverage --collectCoverageFrom='./src/**'",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"release": "semantic-release --branches main",
"release": "semantic-release --branches main, beta",
"prepare": "husky install"
},
"dependencies": {