Skip to content

Commit

Permalink
Merge pull request #41 from dreamsicle-io/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0
  • Loading branch information
theenoahmason committed Feb 21, 2024
2 parents 2e25984 + 53389cf commit 66986e3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-theme-assets",
"version": "2.0.0",
"version": "2.1.0",
"description": "WP Theme Assets",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [master]
branches: [main]

jobs:
release:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
name: ${{ env.THEME_VERSION }}
tag: ${{ env.THEME_VERSION }}
commit: master
commit: main
draft: true
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
18
2 changes: 1 addition & 1 deletion package/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"phpSniffer.run": "onType",
"phpSniffer.autoDetect": true,
"phpSniffer.onTypeDelay": 500,
"intelephense.environment.phpVersion": "7.4.1",
"intelephense.environment.phpVersion": "8.1.23",
"intelephense.format.braces": "k&r",
"intelephense.stubs": [
"apache",
Expand Down
10 changes: 4 additions & 6 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"homepage": "https://www.example.org",
"wordpress": {
"versionRequired": "5.0.0",
"versionTested": "5.0.0"
"versionRequired": "6.0.0",
"versionTested": "6.0.0"
},
"browserslist": {
"development": [
Expand All @@ -35,13 +35,11 @@
"last 5 versions"
]
},
"dependencies": {

},
"dependencies": {},
"devDependencies": {
"@babel/core": "~7.16.7",
"@babel/preset-env": "~7.16.8",
"@ronilaukkarinen/gulp-stylelint": "~14.1.1",
"@ronilaukkarinen/gulp-stylelint": "~14.1.2",
"babelify": "~10.0.0",
"browserify": "~17.0.0",
"del": "~6.0.0",
Expand Down

0 comments on commit 66986e3

Please sign in to comment.