From a943c83f44fcb241fb3b4a035c1d05f1f8aa9ef8 Mon Sep 17 00:00:00 2001 From: Slava Razum Date: Fri, 9 Jun 2023 17:26:08 +0200 Subject: [PATCH] Update repo name --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- CHANGELOG.md | 2 +- README.md | 4 ++-- package.json | 13 ++++++++----- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d6e34fb..2d0bda7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: Ask a Question - url: https://github.com/qruto/laravel-wave-js/discussions/new?category=q-a + url: https://github.com/qruto/laravel-wave-client/discussions/new?category=q-a about: Ask the community for help - name: Feature Request - url: https://github.com/qruto/laravel-wave-js/discussions/new?category=ideas + url: https://github.com/qruto/laravel-wave-client/discussions/new?category=ideas about: Share ideas for new features - name: Bug Report - url: https://github.com/qruto/laravel-wave-js/issues/new + url: https://github.com/qruto/laravel-wave-client/issues/new about: Report a reproducable bug diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bc6f2..b59f0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/qruto/laravel-wave-js/compare/v0.6.0...main) +## [Unreleased](https://github.com/qruto/laravel-wave-client/compare/v0.7.0...main) ## 0.5.1 - 2022-08-02 diff --git a/README.md b/README.md index 091db6c..de6c31c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@

Bring live to your application

- Build Status - Code Quality + Build Status + Code Quality Total Downloads Latest Stable Version

diff --git a/package.json b/package.json index a5e0f86..5301c74 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,22 @@ { "name": "laravel-wave", - "version": "0.6.0", - "description": "Event Source adapter for Laravel broadcasting system.", + "version": "0.7.0", + "description": "Server-sent event client for Laravel broadcasting system.", "keywords": [ "laravel", + "echo", + "wave", "sse", "event source", "broadcasting", "real-time", - "live-update" + "live-update", + "server-sent" ], - "homepage": "https://github.com/qruto/laravel-wave-js", + "homepage": "https://github.com/qruto/laravel-wave-client", "repository": { "type": "git", - "url": "https://github.com/qruto/laravel-wave-js" + "url": "https://github.com/qruto/laravel-wave-client" }, "scripts": { "build": "npm run compile && npm run declarations",