Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.exports = {
'.eslintrc.js',
'.prettierrc.js',
'babel.config.js',
'jest.config.js',
'svelte.config.js',
'tailwind.config.js'
],
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.19.0
pnpm 9.15.4
pnpm 10.17.1
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ When reviewing merged PR's the labels to be used are:

## Release

Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/shepherd-pro/shepherd/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR
Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/shipshapecode/shepherd/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR
2 changes: 1 addition & 1 deletion docs-src/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
},
favicon: '/favicon.ico',
social: {
github: 'https://github.com/shepherd-pro/shepherd'
github: 'https://github.com/shipshapecode/shepherd'
},
components: {
// Override the default `Head` component.
Expand Down
14 changes: 7 additions & 7 deletions docs-src/src/content/docs/guides/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import 'shepherd.js/dist/css/shepherd.css';
### GitHub Releases

Whenever we release a new version, the contents of the `dist` are uploaded
to the release in GitHub. You can find those assets [here](https://github.com/shepherd-pro/shepherd/releases).
to the release in GitHub. You can find those assets [here](https://github.com/shipshapecode/shepherd/releases).

### jsDelivr CDN

Expand All @@ -50,19 +50,19 @@ with:
```html
<script
type="module"
src="https://cdn.jsdelivr.net/npm/shepherd.js@13.0.0/dist/esm/shepherd.mjs"
src="https://cdn.jsdelivr.net/npm/shepherd.js@15.0.0/dist/js/shepherd.mjs"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/shepherd.js@13.0.0/dist/css/shepherd.css"
href="https://cdn.jsdelivr.net/npm/shepherd.js@15.0.0/dist/css/shepherd.css"
/>
```

## JS Framework Wrappers

We strive to make it easy to use Shepherd in all the major frameworks, and have written wrappers to facilitate this.

- [angular-shepherd](https://github.com/shepherd-pro/angular-shepherd)
- [ember-shepherd](https://github.com/shepherd-pro/ember-shepherd)
- [react-shepherd](https://github.com/shepherd-pro/shepherd/tree/main/packages/react)
- [vue-shepherd](https://github.com/shepherd-pro/vue-shepherd)
- [angular-shepherd](https://github.com/shipshapecode/angular-shepherd)
- [ember-shepherd](https://github.com/shipshapecode/ember-shepherd)
- [react-shepherd](https://github.com/shipshapecode/shepherd/tree/main/packages/react)
- [vue-shepherd](https://github.com/shipshapecode/vue-shepherd)
2 changes: 1 addition & 1 deletion landing/src/components/GithubButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const starCount = await getFormattedStars();

<a
class="button star bg-white border-2 border-navy p-6 text-navy whitespace-nowrap w-full"
href="https://github.com/shepherd-pro/shepherd"
href="https://github.com/shipshapecode/shepherd"
>
{starCount} ★ on Github
</a>
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "shepherd-monorepo",
"private": "true",
"version": "12.0.0-alpha.13",
"description": "The monorepo for Shepherd",
"repository": {
"type": "git",
"url": "git+https://github.com/shepherd-pro/shepherd.git"
"url": "git+https://github.com/shipshapecode/shepherd.git"
},
"license": "AGPL-3.0",
"authors": [
Expand All @@ -21,6 +20,8 @@
"lint": "pnpm -F '*' lint",
"lint:fix": "pnpm -F '*' lint:fix",
"lint:js": "pnpm -F '*' lint:js",
"lint:prettier": "pnpm -F '*' lint:prettier",
"lint:prettier:fix": "pnpm -F '*' lint:prettier:fix",
"start": "pnpm watch",
"test:ci": "pnpm build && pnpm -F '*' test:ci",
"test:cy:watch": "pnpm -F cypress-tests test:watch",
Expand All @@ -30,27 +31,26 @@
"watch": "pnpm -F shepherd.js watch"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.25.8",
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.21",
"concurrently": "^9.0.1",
"concurrently": "^9.2.1",
"del": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.11.0",
"eslint": "^8.57.1",
"eslint-plugin-svelte": "^2.46.1",
"postcss": "^8.5.6",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"release-plan": "^0.17.0",
"prettier-plugin-svelte": "^3.4.0",
"release-plan": "^0.17.2",
"replace": "^1.2.2",
"shepherd.js": "workspace:*",
"svelte": "^4.2.19",
"typescript": "^5.7.3"
"svelte": "^5.39.7",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.17.1",
"engines": {
"node": "18.* || >= 20"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shepherd-pro/shepherd.git"
"url": "https://github.com/shipshapecode/shepherd.git"
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
Loading