Skip to content

Commit

Permalink
v1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Akolyte01 committed Jun 20, 2023
1 parent 1b410bb commit fd70c44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog #

## 1.0.17 (2023-6-20)

- *BREAKING CHANGE* chore: rearrange dependencies to minimize installed package size
- How to migrate:
- Whereas before square/svelte-store came with its own version of svelte, now it is a peer dependency. This means that this package will now use the existing version of svelte instead of its own, which may result in behavior discrepancies if using an old version of svelte. This can be mitigated by updating the version of svelte used.

## 1.0.16 (2023-6-20)

- fix: moduleResoltion: NoodeNext support
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@square/svelte-store",
"version": "1.0.16",
"version": "1.0.17",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,10 +41,10 @@
"eslint": "^7.32.0",
"eslint-plugin-square": "^20.0.2",
"jest": "^27.2.4",
"svelte": "^3.0.0",
"ts-jest": "^27.0.5",
"ts-jest-resolver": "^2.0.1",
"typescript": "^4.5.5",
"svelte": "^3.0.0"
"typescript": "^4.5.5"
},
"dependencies": {
"cookie-storage": "^6.1.0"
Expand Down

0 comments on commit fd70c44

Please sign in to comment.