Skip to content

Commit

Permalink
fix: compiled for sanity 3.0.0-rc.0
Browse files Browse the repository at this point in the history
Upgraded with
"npx @sanity/plugin-kit inject --preset semver-workflow --preset renovatebot"
  • Loading branch information
snorrees committed Nov 2, 2022
1 parent 933660b commit 3c5244d
Show file tree
Hide file tree
Showing 11 changed files with 8,300 additions and 3,337 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
commitlint.config.js
lib
lint-staged.config.js
*.md
package.config.ts
*.js
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
Expand Down Expand Up @@ -42,16 +42,17 @@ jspm_packages
# VS Code settings
.vscode

# IntelliJ
.idea
*.iml

# Cache
.cache

# Compiled plugin
/lib

.idea/
*.iml
# Yalc
.yalc
yalc.lock

## use npm
yarn.lock
# Compiled plugin
lib

.parcel-cache
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
legacy-peer-deps=true
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module.exports = {
printWidth: 100,
bracketSpacing: false,
singleQuote: true,
};
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Simeon Griggs
Copyright (c) 2022 Sanity.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,22 +190,19 @@ Put simply it updates the position of an individual – or many – Documents in
## License
MIT © Simeon Griggs
See LICENSE
MIT-licensed. See LICENSE.
## Develop & test
This plugin uses [@sanity/plugin-kit](https://github.com/sanity-io/plugin-kit)
with default configuration for build & watch scripts.
See [Testing a plugin in Sanity Studio](https://github.com/sanity-io/plugin-kit#testing-a-plugin-in-sanity-studio)
on how to run this plugin with hotreload in the studio.d & watch
on how to run this plugin with hotreload in the studio.
## Release new version
### Release new version
Run ["CI & Release" workflow](https://github.com/sanity-io/orderable-document-list/actions).
Make sure to select the `v3` branch and check "Release new version".
Version will be automatically bumped based on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) since the last release.
Run ["CI & Release" workflow](https://github.com/sanity-io/orderable-document-list/actions/workflows/main.yml).
Make sure to select the v3 branch and check "Release new version".
Semantic release will only release on configured branches, so it is safe to run release on any branch.
Loading

0 comments on commit 3c5244d

Please # to comment.