Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from Hugos68/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Hugos68 authored Jul 14, 2024
2 parents 33ff8fb + 52d7c69 commit 3ab3e3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-knives-chew.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 @@
# svelte-contextify

## 1.0.4

### Patch Changes

- eb51b62: fix: move svelte to devDependencies, update package.json exports

## 1.0.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-contextify",
"description": "A tiny library for vastly improving context managament in Svelte apps by encapsulating the Context API.",
"version": "1.0.3",
"version": "1.0.4",
"license": "Apache-2.0",
"author": {
"name": "Hugo Korte",
Expand All @@ -24,7 +24,9 @@
"ci:check": "biome check",
"ci:publish": "pnpm run build && changeset publish"
},
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 3ab3e3d

Please sign in to comment.