Skip to content

Commit

Permalink
publish v0.91.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Mar 23, 2024
1 parent 37e6790 commit 05d07b6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-boats-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-bees-cheat.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ryanatkn/fuz

## 0.91.4

### Patch Changes

- fix `Package_Summary` homepage formatting ([37e6790](https://github.com/ryanatkn/fuz/commit/37e6790))
- make hidden `display: none` higher specificity with `!important` ([948e3e6](https://github.com/ryanatkn/fuz/commit/948e3e6))

## 0.91.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryanatkn/fuz",
"version": "0.91.3",
"version": "0.91.4",
"description": "Svelte UI library and CSS design system",
"icon": "🧶",
"public": true,
Expand Down
4 changes: 2 additions & 2 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {Src_Json} from '@ryanatkn/gro/src_json.js';

export const package_json = {
name: '@ryanatkn/fuz',
version: '0.91.3',
version: '0.91.4',
description: 'Svelte UI library and CSS design system',
icon: '🧶',
public: true,
Expand Down Expand Up @@ -275,7 +275,7 @@ export const package_json = {

export const src_json = {
name: '@ryanatkn/fuz',
version: '0.91.3',
version: '0.91.4',
modules: {
'./Alert.svelte': {path: 'Alert.svelte', declarations: []},
'./alert.js': {
Expand Down

0 comments on commit 05d07b6

Please sign in to comment.