Skip to content

Commit

Permalink
➕ Replace twentytwentytwo with twentytwentythree (roots#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Nov 2, 2022
1 parent b38f2fe commit 9c05e92
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/mu-plugins/*/
web/app/themes/twentytwentytwo/
web/app/themes/twentytwentythree/
web/app/upgrade
web/app/uploads/*
!web/app/uploads/.gitkeep
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 1.20.4: 2022-11-01
### 1.21.0: 2022-11-01
* ➕ Replace `twentytwentytwo` with `twentytwentythree` ([#655](https://github.com/roots/bedrock/pull/655))
* ⬆️ Bump roots/wordpress to v6.1 ([#654](https://github.com/roots/bedrock/pull/654))

### 1.20.3: 2022-10-18
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"roots/wordpress": "6.1",
"roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.1.0",
"wpackagist-theme/twentytwentytwo": "^1.2"
"wpackagist-theme/twentytwentythree": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.1",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Ignore WordPress and Composer dependencies -->
<exclude-pattern>web/wp</exclude-pattern>
<exclude-pattern>web/app/themes/twentytwentytwo/</exclude-pattern>
<exclude-pattern>web/app/themes/twentytwentythree/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>

<!-- Show colors in console -->
Expand Down

0 comments on commit 9c05e92

Please sign in to comment.