Skip to content

Commit

Permalink
Merge pull request #42 from LHRUN/dev
Browse files Browse the repository at this point in the history
Feature/1.4.1
  • Loading branch information
LHRUN authored Oct 19, 2024
2 parents 3cbba2c + 0671831 commit 2be6694
Show file tree
Hide file tree
Showing 29 changed files with 75 additions and 8,039 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ module.exports = {
"ignoreAtRules": ["tailwind"]
}
],
"selector-class-pattern": "^[a-z][a-zA-Z0-9]+$"
"selector-class-pattern": "^[a-z][a-zA-Z0-9-]+$"
}
};
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 1.4.1

### Feat

- update some styles
- remove autodraw

# 1.4.0

### Feat

- add canvas background image

# 1.3.1
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paint-board",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,7 +12,6 @@
"lint:style": "stylelint --fix \"src/**/*.css\""
},
"dependencies": {
"axios": "^1.6.5",
"daisyui": "^2.46.1",
"fabric": "^5.3.0",
"i18next": "^22.4.9",
Expand Down
33 changes: 6 additions & 27 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 2be6694

Please sign in to comment.