Skip to content

Commit

Permalink
Stable Merge! 🍕
Browse files Browse the repository at this point in the history
Alright, I think it's time! Going to move this build over to the main branch! Lots of development has been happening here, really excited to make it the main version. It's much more maintainable, and it's helping me with understanding how to use functional frontend frameworks too. Glad I managed to decipher my own original code to be able to refactor it losslessly into the new format. Now it can allow me to add new feature much more easily!

I think this is also a nice time to mark it as Version 1.0. It's been around for some time now, and while not everything is perfect (still very far from it), this is the kind of refactor I could only have dreamed of being able to complete, and I think getting as close as I have is a big enough milestone to celebrate for this project 🎉
  • Loading branch information
Offroaders123 committed Jun 28, 2024
1 parent 50a9578 commit 616507f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flatlands",
"version": "0.15.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.8.17"
"solid-js": "^1.8.18"
},
"devDependencies": {
"sass": "^1.77.6",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vite-plugin-solid": "^2.10.2"
}
}

0 comments on commit 616507f

Please sign in to comment.