Skip to content

Commit

Permalink
publish v0.105.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 2, 2024
1 parent 41db609 commit c874228
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-glasses-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-wasps-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-feet-carry.md

This file was deleted.

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

## 0.105.3

### Patch Changes

- add logos for webdevladder and zzz ([#33](https://github.com/ryanatkn/fuz/pull/33))
- add support for `logo` and `logo_alt` in `Package_Json` ([#33](https://github.com/ryanatkn/fuz/pull/33))
- add `sideEffects` to `package.json` ([85b92a8](https://github.com/ryanatkn/fuz/commit/85b92a8))

## 0.105.2

### 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.105.2",
"version": "0.105.3",
"description": "Svelte UI library",
"motto": "friendly user zystem",
"glyph": "🧶",
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.105.2',
version: '0.105.3',
description: 'Svelte UI library',
motto: 'friendly user zystem',
glyph: '🧶',
Expand Down Expand Up @@ -335,7 +335,7 @@ export const package_json = {

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

0 comments on commit c874228

Please sign in to comment.