Auto bump NPM package

This commit is contained in:
venashial 2022-03-13 23:39:06 -07:00
parent 630a1d42b8
commit 9b8ced2803
4 changed files with 5 additions and 2 deletions

View File

@ -38,6 +38,7 @@ jobs:
- name: Publish
run: |
cd package
pnpm version patch
pnpm publish --no-git-checks
env:

View File

@ -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'.

View File

@ -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",

View File

@ -4,7 +4,9 @@ title: Introduction
## What is Omorphia?
<!--
> Omorphia is in early development, and not ready for use in any application. Contribute to it on [GitHub](https://github.com/modrinth/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.