Skip to content

Commit 4b692df

Browse files
zheksoonitsjavi
andauthored
v0.8.5: Restructure project in workspaces, major refactoring, breaking changes (#10)
* chore: update package versions to 0.8.6 across all packages Co-authored-by: Javi Aguilar <122741+itsjavi@users.noreply.github.com>
1 parent ee0e0cc commit 4b692df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+5489
-3659
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
build/
22

3+
packages/snapdrag/LICENSE
4+
packages/snapdrag/README.md
5+
6+
.yarn/
37
.yarn/*
48
!.yarn/patches
59
!.yarn/plugins
@@ -141,4 +145,4 @@ dist
141145
.yarn/unplugged
142146
.yarn/build-state.yml
143147
.yarn/install-state.gz
144-
.pnp.*
148+
.pnp.*

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# .yarnrc.yml
2+
nodeLinker: node-modules

README.md

Lines changed: 79 additions & 71 deletions
Large diffs are not rendered by default.

core/package.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

core/src/constants.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)