Auto bump NPM package
This commit is contained in:
parent
630a1d42b8
commit
9b8ced2803
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
- name: Publish
|
||||
run: |
|
||||
cd package
|
||||
pnpm version patch
|
||||
pnpm publish --no-git-checks
|
||||
|
||||
env:
|
||||
|
||||
@ -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'.
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user