Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 13, 2021
1 parent 1d0df80 commit dc816b5
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 31 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
with:
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: ray
SLUG: spatie-ray
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
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.

10 changes: 5 additions & 5 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'cd3c13a84864f72fa00cd023dce89ec46a539fca',
'reference' => '1d0df807b5e15a1e377bf538f51d3229af65a601',
'name' => 'spatie/wordpress-ray',
),
'versions' =>
Expand Down Expand Up @@ -410,12 +410,12 @@ class InstalledVersions
),
'spatie/ray' =>
array (
'pretty_version' => '1.5.5',
'version' => '1.5.5.0',
'pretty_version' => '1.5.6',
'version' => '1.5.6.0',
'aliases' =>
array (
),
'reference' => '4e5d340b8eb5d01d6b4ec37e171378a562a09a0f',
'reference' => '186cb24079214be803af1633e178f815e411090f',
),
'spatie/wordpress-ray' =>
array (
Expand All @@ -424,7 +424,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'cd3c13a84864f72fa00cd023dce89ec46a539fca',
'reference' => '1d0df807b5e15a1e377bf538f51d3229af65a601',
),
'symfony/console' =>
array (
Expand Down
16 changes: 8 additions & 8 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,17 +2547,17 @@
},
{
"name": "spatie/ray",
"version": "1.5.5",
"version_normalized": "1.5.5.0",
"version": "1.5.6",
"version_normalized": "1.5.6.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/ray.git",
"reference": "4e5d340b8eb5d01d6b4ec37e171378a562a09a0f"
"reference": "186cb24079214be803af1633e178f815e411090f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ray/zipball/4e5d340b8eb5d01d6b4ec37e171378a562a09a0f",
"reference": "4e5d340b8eb5d01d6b4ec37e171378a562a09a0f",
"url": "https://api.github.com/repos/spatie/ray/zipball/186cb24079214be803af1633e178f815e411090f",
"reference": "186cb24079214be803af1633e178f815e411090f",
"shasum": ""
},
"require": {
Expand All @@ -2572,11 +2572,11 @@
"symfony/var-dumper": "^4.2|^5.2"
},
"require-dev": {
"illuminate/support": "^8.18",
"illuminate/support": "6.x|^8.18",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"time": "2021-01-11T23:14:50+00:00",
"time": "2021-01-13T07:53:27+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -2607,7 +2607,7 @@
],
"support": {
"issues": "https://github.com/spatie/ray/issues",
"source": "https://github.com/spatie/ray/tree/1.5.5"
"source": "https://github.com/spatie/ray/tree/1.5.6"
},
"funding": [
{
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => 'cd3c13a84864f72fa00cd023dce89ec46a539fca',
'reference' => '1d0df807b5e15a1e377bf538f51d3229af65a601',
'name' => 'spatie/wordpress-ray',
),
'versions' =>
Expand Down Expand Up @@ -387,12 +387,12 @@
),
'spatie/ray' =>
array (
'pretty_version' => '1.5.5',
'version' => '1.5.5.0',
'pretty_version' => '1.5.6',
'version' => '1.5.6.0',
'aliases' =>
array (
),
'reference' => '4e5d340b8eb5d01d6b4ec37e171378a562a09a0f',
'reference' => '186cb24079214be803af1633e178f815e411090f',
),
'spatie/wordpress-ray' =>
array (
Expand All @@ -401,7 +401,7 @@
'aliases' =>
array (
),
'reference' => 'cd3c13a84864f72fa00cd023dce89ec46a539fca',
'reference' => '1d0df807b5e15a1e377bf538f51d3229af65a601',
),
'symfony/console' =>
array (
Expand Down
4 changes: 4 additions & 0 deletions vendor/spatie/ray/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `ray` will be documented in this file

## 1.5.6 - 2021-01-13

- allow lower dependencies

## 1.5.5 - 2021-01-11

- split origin factory in overridable functions
Expand Down
4 changes: 2 additions & 2 deletions vendor/spatie/ray/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"symfony/var-dumper": "^4.2|^5.2"
},
"require-dev": {
"illuminate/support": "^8.18",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
"spatie/phpunit-snapshot-assertions": "^4.2",
"illuminate/support": "6.x|^8.18"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dc816b5

Please sign in to comment.