Skip to content

Commit

Permalink
Revert "Version Packages (#280)" (#281)
Browse files Browse the repository at this point in the history
This reverts commit 17837e0.
  • Loading branch information
ArtiomTr authored Aug 25, 2023
1 parent 17837e0 commit cbb1ab2
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 36 deletions.
9 changes: 9 additions & 0 deletions .changeset/olive-snails-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@reactive-forms/autosave': patch
'@reactive-forms/core': patch
'@reactive-forms/dom': patch
'@reactive-forms/x': patch
'@reactive-tools/eslint-config': patch
---

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

## 0.10.2

### Patch Changes

- cff9a7c: Configured provenance

## 0.10.1

## 0.10.0
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.10.2",
"version": "0.10.1",
"main": "dist/index.js",
"module": "dist/autosave.esm.js",
"types": "dist/autosave.d.ts",
Expand Down
6 changes: 0 additions & 6 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @reactive-forms/core

## 0.10.2

### Patch Changes

- cff9a7c: Configured provenance

## 0.10.1

### 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.10.2",
"version": "0.10.1",
"main": "dist/index.js",
"module": "dist/core.esm.js",
"types": "dist/core.d.ts",
Expand Down
6 changes: 0 additions & 6 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @reactive-forms/dom

## 0.10.2

### Patch Changes

- cff9a7c: Configured provenance

## 0.10.1

## 0.10.0
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.10.2",
"version": "0.10.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bugs": "https://github.com/ArtiomTr/reactive-forms/issues",
Expand Down
6 changes: 0 additions & 6 deletions packages/x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @reactive-forms/x

## 0.10.2

### Patch Changes

- cff9a7c: Configured provenance

## 0.10.1

## 0.10.0
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.10.2",
"version": "0.10.1",
"main": "dist/index.js",
"module": "dist/core.esm.js",
"types": "dist/core.d.ts",
Expand Down
7 changes: 0 additions & 7 deletions tools/eslint-config/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-tools/eslint-config",
"version": "0.0.1",
"version": "0.0.0",
"private": true,
"main": ".eslintrc.js",
"dependencies": {
Expand Down

0 comments on commit cbb1ab2

Please sign in to comment.