Skip to content

Commit

Permalink
Merge pull request #485 from Brain-Bones/dev
Browse files Browse the repository at this point in the history
0.67.5 merge to master
  • Loading branch information
endigo9740 authored Nov 1, 2022
2 parents 7e0ca54 + 667503d commit 96d9b4b
Show file tree
Hide file tree
Showing 147 changed files with 5,592 additions and 3,556 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Before submitting the PR:
- [ ] Does your PR reference an issue? If not, please [chat to the team on Discord](https://discord.gg/EXqV7W8MtY) or [GitHub](https://github.com/Brain-Bones/skeleton/discussions) before submission.
- [ ] Did you you update and run tests before submission using `npm run test`?
- [ ] Does your branch follow our [naming convention](https://skeleton.brainandbonesllc.com/docs/contributions)? If not, please amend the branch name using `branch -m new-branch-name`
- [ ] Does your branch follow our [naming convention](https://www.skeleton.dev/docs/contributions)? If not, please amend the branch name using `branch -m new-branch-name`
- [ ] Did you update documentation related to your new feature or changes?

## What does your PR address?
Expand Down
12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
/coverage
pnpm-lock.yaml
.vscode
.github
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Skeleton](https://user-images.githubusercontent.com/1509726/199282306-7454adcb-b765-4618-8438-67655a7dee47.png)](https://www.skeleton.dev/)

[![npm version](https://img.shields.io/npm/v/@brainandbones/skeleton?logo=npm&color=cb3837)](https://www.npmjs.com/package/@brainandbones/skeleton)
[![Chat](https://img.shields.io/discord/1003691521280856084?label=chat&logo=discord&color=7289da)](https://discord.gg/EXqV7W8MtY)
[![Twitter Follow](https://img.shields.io/twitter/follow/SkeletonUI?style=social)](https://twitter.com/SkeletonUI)
Expand Down
Loading

1 comment on commit 96d9b4b

@vercel
Copy link

@vercel vercel bot commented on 96d9b4b Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.