@yoshinani/style-guide 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cspell/words.txt +4 -2
  2. package/package.json +1 -1
package/cspell/words.txt CHANGED
@@ -1,13 +1,15 @@
1
1
  commitlint
2
- yoshinani
3
2
  firestore
3
+ injecfn
4
4
  liff
5
5
  nakanoaas
6
6
  opengraph
7
7
  postback
8
8
  remeda
9
+ replyable
9
10
  shadcn
10
11
  supabase
11
12
  turbopack
12
13
  usecase
13
- valibot
14
+ valibot
15
+ yoshinani
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoshinani/style-guide",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Yoshinani's Style Guide",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/yoshinani-dev/style-guide#readme",