Skip to content

Commit

Permalink
publish v0.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Apr 13, 2024
1 parent 0f4908e commit d55f83b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-plants-tie.md

This file was deleted.

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

## 0.96.0

### Minor Changes

- rename `Spider` from `Fuz_Logo` and publish `Fuz_Logo` and `Spiders` ([0f4908e](https://github.com/ryanatkn/fuz/commit/0f4908e))

## 0.95.0

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

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

0 comments on commit d55f83b

Please sign in to comment.