Skip to content

Commit

Permalink
Merge pull request #18 from dan-lee/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee authored May 19, 2024
2 parents 41929ad + 97436b7 commit 7e9df21
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-suns-applaud.md

This file was deleted.

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

## 1.2.3

### Patch Changes

- Updated dependencies [7aadd9b]
- [email protected]

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "demo",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# timescape

## 0.4.3

### Patch Changes

- 7aadd9b: Fix test

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "timescape",
"license": "MIT",
"version": "0.4.2",
"version": "0.4.3",
"description": "A flexible, headless date and time input library for JavaScript. Provides tools for building fully customizable date and time input fields, with support for libraries like React, Preact, Vue, Svelte and Solid.",
"repository": "https://github.com/dan-lee/timescape",
"bugs": "https://github.com/dan-lee/timescape/issues",
Expand Down

0 comments on commit 7e9df21

Please sign in to comment.