Skip to content

Commit

Permalink
Merge pull request #408 from 10up/develop
Browse files Browse the repository at this point in the history
Toolkit 6.2.0
  • Loading branch information
tlovett1 authored Jun 6, 2024
2 parents 87f24fb + 36d0f47 commit c401105
Show file tree
Hide file tree
Showing 46 changed files with 1,694 additions and 422 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-ravens-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Fix: watch close when using modules
5 changes: 5 additions & 0 deletions .changeset/fifty-ants-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": minor
---

Project Command (BETA)
5 changes: 5 additions & 0 deletions .changeset/gorgeous-ants-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Fix project init command
5 changes: 5 additions & 0 deletions .changeset/hip-toys-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@10up/eslint-config": minor
---

Update eslint rule for typescript to use default arguments for default props.
5 changes: 5 additions & 0 deletions .changeset/poor-birds-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Fix init command
22 changes: 22 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@10up/babel-preset-default": "2.1.1",
"@10up/eslint-config": "4.0.0",
"@10up/stylelint-config": "3.0.0",
"10up-toolkit": "6.1.0",
"tenup-theme": "1.1.5-next.7",
"@10up/component-accordion": "2.1.5",
"@10up/library-ts-test": "2.1.5"
},
"changesets": [
"clean-ravens-film",
"fifty-ants-call",
"gorgeous-ants-grow",
"hip-toys-learn",
"poor-birds-rhyme",
"weak-oranges-promise",
"yellow-pumpkins-fail"
]
}
5 changes: 5 additions & 0 deletions .changeset/weak-oranges-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Refactor init command
5 changes: 5 additions & 0 deletions .changeset/yellow-pumpkins-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Update `project` command to use latest
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[*.{yml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
Loading

0 comments on commit c401105

Please sign in to comment.