Skip to content

Commit

Permalink
chore(release): v0.4.0 all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed May 5, 2023
1 parent 42cb0d7 commit 83a4cf1
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 384 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 align="center">Unified Overlays</h1>

<p align="center">
A create model | dialog | popup library
A create model | dialog | popup promise deferred library
</p>

<p align="center">
Expand Down
6 changes: 6 additions & 0 deletions packages/@core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @overlays/core

## 0.4.0

### Minor Changes

- chore(release): v0.4.0 all packages

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlays/core",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/unoverlays#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@core/src/constructor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type MountConstructorOptions<Opts> = Opts & {
*/
container: HTMLDivElement
/**
* Promisor, used to mark the completion and end of an instance
* Promise, used to mark the completion and end of an instance
*/
deferred: Deferred
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/@core/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Deferred } from '../utils'
import type { Deferred } from '../deferred'

export interface GlobalMountOptions {
/**
Expand Down
11 changes: 11 additions & 0 deletions packages/@element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @overlays/element

## 0.4.0

### Minor Changes

- chore(release): v0.4.0 all packages

### Patch Changes

- Updated dependencies
- @overlays/core@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlays/element",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/unoverlays#readme",
"repository": {
Expand Down
4 changes: 1 addition & 3 deletions packages/@element/src/define/constructor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export const constructor = createConstructor<ElementComponent>((Inst, props, opt
clearTrigger()
clearOptions()

deferred.finally(() => {
delay(duration).then(vanish)
})
deferred.finally(() => delay(duration).then(vanish))

container.append(inst)
})
Expand Down
11 changes: 11 additions & 0 deletions packages/@react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @overlays/react

## 0.4.0

### Minor Changes

- chore(release): v0.4.0 all packages

### Patch Changes

- Updated dependencies
- @overlays/core@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlays/react",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/unoverlays#readme",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @overlays/svelte

## 0.4.0

### Minor Changes

- chore(release): v0.4.0 all packages

### Patch Changes

- Updated dependencies
- @overlays/core@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlays/svelte",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/unoverlays#readme",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @overlays/vue

## 0.4.0

### Minor Changes

- chore(release): v0.4.0 all packages

### Patch Changes

- Updated dependencies
- @overlays/core@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlays/vue",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/unoverlays#readme",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @overlays/vue2

## 0.4.0

### Minor Changes

- chore(release): v0.4.0 all packages

### Patch Changes

- Updated dependencies
- @overlays/core@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlays/vue2",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/unoverlays#readme",
"repository": {
Expand Down
Loading

1 comment on commit 83a4cf1

@vercel
Copy link

@vercel vercel bot commented on 83a4cf1 May 5, 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:

unoverlays – ./

unoverlays-git-master-tuimao.vercel.app
unoverlays.vercel.app
unoverlays-tuimao.vercel.app

Please sign in to comment.