Skip to content

Commit

Permalink
Version Packages (#332)
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 Dec 3, 2024
1 parent 5ccf8e0 commit e6d3369
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-eels-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-pugs-approve.md

This file was deleted.

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

## 0.12.4

## 0.12.3

## 0.12.2
Expand Down
2 changes: 1 addition & 1 deletion packages/autosave/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/autosave",
"description": "> TODO: description",
"version": "0.12.3",
"version": "0.12.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reactive-forms/core

## 0.12.4

### Patch Changes

- 5ccf8e0: Add cleanup for batch observer
- Updated dependencies [2f2aa13]
- [email protected]

## 0.12.3

### Patch 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": "@reactive-forms/core",
"description": "Core package of Reactive Forms framework",
"version": "0.12.3",
"version": "0.12.4",
"type": "commonjs",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactive-forms/dom

## 0.12.4

### Patch Changes

- Updated dependencies [2f2aa13]
- [email protected]

## 0.12.3

## 0.12.2
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/dom",
"description": "> TODO: description",
"version": "0.12.3",
"version": "0.12.4",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/stocked/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# stocked

## 1.1.3

### Patch Changes

- 2f2aa13: Memoize resetValues function

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stocked/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stocked",
"description": "Tiny state management library for react.",
"version": "1.1.2",
"version": "1.1.3",
"type": "commonjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @reactive-forms/x

## 0.12.4

## 0.12.3

## 0.12.2
Expand Down
2 changes: 1 addition & 1 deletion packages/x/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/x",
"description": "Advanced Reactive Forms components for rich eXperience",
"version": "0.12.3",
"version": "0.12.4",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
"repository": "fracht/reactive-forms.git",
Expand Down

0 comments on commit e6d3369

Please sign in to comment.