From 9b8ced2803bfce1e2a7083cb03079b49913c8aba Mon Sep 17 00:00:00 2001 From: venashial Date: Sun, 13 Mar 2022 23:39:06 -0700 Subject: [PATCH] Auto bump NPM package --- .github/workflows/release.yml | 1 + README.md | 2 +- package.json | 2 +- src/routes/index.md | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90db06163..a76a4a4e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,7 @@ jobs: - name: Publish run: | cd package + pnpm version patch pnpm publish --no-git-checks env: diff --git a/README.md b/README.md index a56eeff2d..227e12918 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -### ⚠️ Currently in-progress ⚠️ +### ⚠️ Currently in-progress: Not accepting contributions currently. When creating a component, start with [GitHub's Primer styles](https://github.com/primer/css/tree/main/src) for that component, and go from there. Global variables and colors are incomplete and currently identical to Primers'. diff --git a/package.json b/package.json index c7c826934..f8877dfe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omorphia", - "version": "0.0.1-alpha", + "version": "0.0.2", "description": "A beautiful Svelte component & style library", "scripts": { "dev": "svelte-kit dev", diff --git a/src/routes/index.md b/src/routes/index.md index 73d0b633d..7975a86d0 100644 --- a/src/routes/index.md +++ b/src/routes/index.md @@ -4,7 +4,9 @@ title: Introduction ## What is Omorphia? + Omorphia is Modrinth's style and reusable component library for use in all of its frontend applications, including [knossos](https://github.com/modrinth/knossos) (modrinth.com), [theseus](https://github.com/modrinth/theseus) (launcher), and planned projects such as Modrinth's in-house auth and ad-server.