Skip to content

Commit

Permalink
Version Packages (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2023
1 parent 828d4e9 commit 31b971c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/thin-tigers-swim.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/formspree-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.1

### Patch Changes

- 56a444b: remove unused package-specific yarn.lock

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formspree-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formspree/core",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "The core library for Formspree",
"homepage": "https://formspree.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/formspree-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.5.1

### Patch Changes

- 56a444b: remove unused package-specific yarn.lock
- Updated dependencies [56a444b]
- @formspree/core@3.0.1

## 2.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formspree-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formspree/react",
"version": "2.5.0",
"version": "2.5.1",
"private": false,
"description": "The React component library for Formspree",
"bugs": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@formspree/core": "^3.0.0",
"@formspree/core": "^3.0.1",
"@stripe/react-stripe-js": "^1.7.1",
"@stripe/stripe-js": "^1.35.0"
},
Expand Down

1 comment on commit 31b971c

@vercel
Copy link

@vercel vercel bot commented on 31b971c Aug 23, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.