diff --git a/.changeset/quick-plants-tie.md b/.changeset/quick-plants-tie.md deleted file mode 100644 index 9255203fd..000000000 --- a/.changeset/quick-plants-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ryanatkn/fuz": minor ---- - -rename `Spider` from `Fuz_Logo` and publish `Fuz_Logo` and `Spiders` diff --git a/CHANGELOG.md b/CHANGELOG.md index c33a2a97c..712764053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 9bcf0f0c7..f7a528057 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ryanatkn/fuz", - "version": "0.95.0", + "version": "0.96.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ryanatkn/fuz", - "version": "0.95.0", + "version": "0.96.0", "license": "MIT", "devDependencies": { "@changesets/changelog-git": "^0.2.0", diff --git a/package.json b/package.json index ad78373bf..fc7cf235a 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/src/routes/package.ts b/src/routes/package.ts index f38dd551b..8a3d9ea74 100644 --- a/src/routes/package.ts +++ b/src/routes/package.ts @@ -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, @@ -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: []},