Skip to content

Commit

Permalink
Merge pull request #62 from hcg1023/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
hcg1023 authored Oct 9, 2023
2 parents c1b3836 + f9fb2db commit 35f4fb6
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/spicy-items-argue.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 2.1.5

### Patch Changes

- Updated dependencies [a20213844]
- [email protected]
- [email protected]

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.1.4",
"version": "2.1.5",
"private": true,
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"peerDependencies": {
"@testing-library/vue": ">= 11",
"vue": "^3.0.0-0 || ^2.6.0",
"vue3-dnd": ">=2.0.3"
"vue3-dnd": ">=2.0.4"
},
"peerDependenciesMeta": {
"@testing-library/vue": {
Expand Down
7 changes: 7 additions & 0 deletions packages/test-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-vue2

## 2.0.4

### Patch Changes

- Updated dependencies [a20213844]
- [email protected]

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-vue2",
"private": true,
"version": "2.0.3",
"version": "2.0.4",
"scripts": {
"dev": "pnpm -r --filter=\"vue3-dnd\" switch:2 && vite",
"build": "echo \"not need build\"",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue3-dnd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.4

### Patch Changes

- a20213844: fix: update DndContextSymbol to Symbol.for

fix: fix equal collected code error

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-dnd",
"version": "2.0.3",
"version": "2.0.4",
"description": "Drag and Drop for Vue Composition API",
"scripts": {
"test": "vitest run",
Expand Down

1 comment on commit 35f4fb6

@vercel
Copy link

@vercel vercel bot commented on 35f4fb6 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-dnd – ./

vue3-dnd-git-main-hcg1023.vercel.app
vue3-dnd.vercel.app
vue3-dnd-hcg1023.vercel.app

Please sign in to comment.