You've already forked AstralRinth
forked from didirus/AstralRinth
Auto bump NPM package
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
cd package
|
cd package
|
||||||
|
pnpm version patch
|
||||||
pnpm publish --no-git-checks
|
pnpm publish --no-git-checks
|
||||||
|
|
||||||
env:
|
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'.
|
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",
|
"name": "omorphia",
|
||||||
"version": "0.0.1-alpha",
|
"version": "0.0.2",
|
||||||
"description": "A beautiful Svelte component & style library",
|
"description": "A beautiful Svelte component & style library",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "svelte-kit dev",
|
"dev": "svelte-kit dev",
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ title: Introduction
|
|||||||
|
|
||||||
## What is Omorphia?
|
## 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 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user