Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dedicated repos for @kadence packages #530

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
.eslintignore
.eslintrc.js
.prettierrc.js
.npmrc
composer.json
composer.lock
gulpfile.js
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Checkout slic
uses: actions/checkout@v4
with:
repository: stellarwp/slic
ref: 1.5.4
ref: 1.7.0
path: slic
fetch-depth: 1

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "src/packages/helpers"]
path = src/packages/helpers
url = https://github.com/stellarwp/kadence-helpers/
[submodule "src/packages/icons"]
path = src/packages/icons
url = https://github.com/stellarwp/kadence-icons/
[submodule "src/packages/components"]
path = src/packages/components
url = https://github.com/stellarwp/kadence-components/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion includes/assets/js/splide.min.js

Large diffs are not rendered by default.

Loading