mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
chore: bump version to 1.0.0 (#4)
Update version from 0.1.0 to 1.0.0 across all files: - skills/postgres-best-practices/AGENTS.md - skills/postgres-best-practices/SKILL.md - skills/postgres-best-practices/metadata.json - packages/postgres-best-practices-build/package.json - packages/postgres-best-practices-build/package-lock.json - packages/postgres-best-practices-build/src/build.ts Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "postgresql-best-practices-build",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "postgresql-best-practices-build",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.0",
|
||||
"tsx": "^4.7.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "postgres-best-practices-build",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -57,7 +57,7 @@ function getDefaultSections(): Section[] {
|
||||
function loadMetadata(): Metadata {
|
||||
if (!existsSync(METADATA_FILE)) {
|
||||
return {
|
||||
version: "0.1.0",
|
||||
version: "1.0.0",
|
||||
organization: "Supabase",
|
||||
date: new Date().toLocaleDateString("en-US", { month: "long", year: "numeric" }),
|
||||
abstract: "Postgres performance optimization guide for developers.",
|
||||
|
||||
Reference in New Issue
Block a user