Skip to content

Commit

Permalink
chore: Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Oct 8, 2022
1 parent dfb0ac8 commit 05e7120
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "PuruVJ/neodrag" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
dist/
.DS_Store
.DS_Store
.env
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neodrag/react

## 1.0.1

### Patch Changes

- Fix snapping while scaled
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/react",
"version": "1.0.0",
"version": "1.0.1",
"description": "React library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neodrag/solid

## 0.1.1

### Patch Changes

- Fix snapping while scaled
4 changes: 2 additions & 2 deletions packages/solid/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-template-solid",
"name": "demo",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"start": "vite",
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/solid",
"version": "0.1.0",
"version": "0.1.1",
"description": "SolidJS library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neodrag/svelte

## 1.2.4

### Patch Changes

- Fix snapping while scaled
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/svelte",
"version": "1.2.3",
"version": "1.2.4",
"description": "Svelte Action to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neodrag/vanilla

## 1.0.1

### Patch Changes

- Fix snapping while scaled
4 changes: 2 additions & 2 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/vanilla",
"version": "1.0.0",
"version": "1.0.1",
"description": "JS library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -48,6 +48,6 @@
"size": "echo 'Vanilla size:' && brotli-size dist/index.js"
},
"devDependencies": {
"@neodrag/svelte": "workspace:1.2.3"
"@neodrag/svelte": "workspace:*"
}
}
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neodrag/vue

## 0.1.2

### Patch Changes

- Fix snapping while scaled
8 changes: 8 additions & 0 deletions packages/vue/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# demo

## 0.0.1

### Patch Changes

- Updated dependencies []:
- @neodrag/vue@0.1.2
2 changes: 1 addition & 1 deletion packages/vue/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/vue",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vue library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packages:
- packages/**
- '!packages/demo/**'
- '!**/test/**'

0 comments on commit 05e7120

Please sign in to comment.