Skip to content

Commit

Permalink
publish v0.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Apr 13, 2024
1 parent 8b6ed20 commit af7c8e5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/smooth-garlics-run.md

This file was deleted.

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

## 0.94.0

### Minor Changes

- - use `:where` in the reset stylesheet to lower specificity of most selectors ([#21](https://github.com/ryanatkn/fuz/pull/21))
- rename `link_color_selected` from `link_active`
- remove generic variables to support generic fallbacks:
- `var(--size)` becomes `var(--size, var(--size_md))`
- `var(--icon_size)` becomes `var(--icon_size, var(--icon_size_md))`

## 0.93.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.93.3",
"version": "0.94.0",
"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.93.3',
version: '0.94.0',
description: 'Svelte UI library and CSS design system',
icon: '🧶',
public: true,
Expand Down Expand Up @@ -301,7 +301,7 @@ export const package_json = {

export const src_json = {
name: '@ryanatkn/fuz',
version: '0.93.3',
version: '0.94.0',
modules: {
'./package.json': {path: 'package.json', declarations: []},
'./Alert.svelte': {path: 'Alert.svelte', declarations: []},
Expand Down

0 comments on commit af7c8e5

Please sign in to comment.