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

Commit

Permalink
fixed versioning hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jul 9, 2024
1 parent f7ea0aa commit 6528425
Show file tree
Hide file tree
Showing 5 changed files with 3,057 additions and 2,535 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-poets-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-contextify': major
---

Released 1.0, no changes from 0.1.3, resolved versioning issues, following semver now.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish
Expand Down
33 changes: 0 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
# svelte-contextify

## 0.2.1

### Patch Changes

- df901cf: Removed accidental testing exports
- 8ca757e: Fixed types for the recent release

## 0.2.0

### Minor Changes

- c781eb8: Breaking: Revamped the API, instead of having multiple parameters and an array as return value it now accepts and returns an object.
- c781eb8: Added `onError` parameter that will be called when context is trying to be retrieved when it hasn't been set (#18).
- c781eb8: Added `has` function to the returned value to make it easier to check if context exists.

## 0.1.3

### Patch Changes

- b7446d5: Fixed types

## 0.1.2

### Patch Changes

- 132ce75: Minor doc typo

## 0.1.0

### Minor Changes

- 0f28f85: Released library
Loading

0 comments on commit 6528425

Please sign in to comment.