Skip to content

Commit

Permalink
publish v0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Apr 18, 2024
1 parent df0bb3c commit 7d85020
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ducks-double.md

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# @ryanatkn/fuz

## 0.99.1

### Patch Changes

- add support for `tag` prop value `'h4'` to `Tome_Subheading` ([df0bb3c](https://github.com/ryanatkn/fuz/commit/df0bb3c))
- Updated dependencies [df0bb3c]
- @ryanatkn/fuz@0.99.1

## 0.99.0

### Minor Changes

- upgrade: `@ryanatkn/moss@0.2.0` ([72056e3](https://github.com/ryanatkn/fuz/commit/72056e3))
- `@ryanatkn/moss@0.2.0` ([72056e3](https://github.com/ryanatkn/fuz/commit/72056e3)) ([upgrade](https://github.com/ryanatkn/fuz/commit/upgrade))

### Patch Changes

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryanatkn/fuz",
"version": "0.99.0",
"version": "0.99.1",
"description": "Svelte UI library",
"motto": "friendly user zystem",
"icon": "🧶",
Expand Down Expand Up @@ -357,6 +357,6 @@
}
},
"dependencies": {
"@ryanatkn/fuz": "^0.99.0"
"@ryanatkn/fuz": "^0.99.1"
}
}
6 changes: 3 additions & 3 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.99.0',
version: '0.99.1',
description: 'Svelte UI library',
motto: 'friendly user zystem',
icon: '🧶',
Expand Down Expand Up @@ -322,12 +322,12 @@ export const package_json = {
types: './dist/Zzz_Logo.svelte.d.ts',
},
},
dependencies: {'@ryanatkn/fuz': '^0.99.0'},
dependencies: {'@ryanatkn/fuz': '^0.99.1'},
} satisfies Package_Json;

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

0 comments on commit 7d85020

Please sign in to comment.