Skip to content

Commit

Permalink
chore: release v3 (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2023
1 parent b034256 commit 1c178e0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/all-settled": "3.1.2",
"packages/async": "3.9.4",
"packages/core": "3.6.0",
"packages/core": "3.6.1",
"packages/core-v1": "3.1.7",
"packages/core-v2": "3.1.2",
"packages/effects": "3.5.1",
"packages/eslint-plugin": "3.4.1",
"packages/eslint-plugin": "3.4.2",
"packages/form": "3.1.6",
"packages/form-web": "3.1.5",
"packages/framework": "3.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.6.1](https://github.com/artalar/reatom/compare/core-v3.6.0...core-v3.6.1) (2023-10-10)


### Bug Fixes

* **core:** hide spy for updateHooks ([344d2ce](https://github.com/artalar/reatom/commit/344d2ce10676f49999c8c3fb973109e1ac42c57c))

## [3.6.0](https://github.com/artalar/reatom/compare/core-v3.5.0...core-v3.6.0) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/core",
"version": "3.6.0",
"version": "3.6.1",
"private": false,
"description": "The ultimate state manager",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.4.2](https://github.com/artalar/reatom/compare/eslint-plugin-v3.4.1...eslint-plugin-v3.4.2) (2023-10-10)


### Bug Fixes

* **eslint-plugin:** allow any template literal ([#661](https://github.com/artalar/reatom/issues/661)) ([5539cdd](https://github.com/artalar/reatom/commit/5539cddb5628de56f7e7f011c41ec4230d7a4ae5))
* **eslint-plugin:** allow explicit empty atomPostfix ([7bac17f](https://github.com/artalar/reatom/commit/7bac17f83350349b8e428688a1aceb16cfefbe11))

## [3.4.1](https://github.com/artalar/reatom/compare/eslint-plugin-v3.4.0...eslint-plugin-v3.4.1) (2023-09-13)


Expand Down
5 changes: 3 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/eslint-plugin",
"version": "3.4.1",
"version": "3.4.2",
"private": false,
"sideEffects": false,
"description": "Reatom for eslint-plugin",
Expand All @@ -20,7 +20,8 @@
"sandbox": "vite",
"prepublishOnly": "npm run build && npm run test",
"build": "microbundle -f esm,cjs",
"test": "ts-node src/tests/index.ts"
"test": "ts-node src/**/*.test.ts",
"test:watch": "tsx watch src/**/*.test.ts"
},
"author": "pivaszbs",
"maintainers": [
Expand Down

1 comment on commit 1c178e0

@vercel
Copy link

@vercel vercel bot commented on 1c178e0 Oct 10, 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.