Skip to content

Commit

Permalink
Merge pull request #2 from ivnbogdan/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
ivnbogdan authored Nov 16, 2024
2 parents 53fa1a2 + cdf4b2c commit 2acd4b2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-lemons-join.md

This file was deleted.

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

## 0.1.9

### Patch Changes

- 53fa1a2: class styling apply logic fixes
- Updated dependencies [53fa1a2]
- @datepicker-suggest/react@0.0.10

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
6 changes: 6 additions & 0 deletions packages/datepicker-suggest-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @datepicker-suggest/react

## 0.0.10

### Patch Changes

- 53fa1a2: class styling apply logic fixes

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/datepicker-suggest-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datepicker-suggest/react",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
Expand Down

0 comments on commit 2acd4b2

Please sign in to comment.