Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @reflexio/[email protected]
 - @reflexio/[email protected]
  • Loading branch information
rambler-ui-bot committed Apr 15, 2024
1 parent d200933 commit af12569
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/core-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.5 (2024-04-15)

**Note:** Version bump only for package @reflexio/core-v1
8 changes: 6 additions & 2 deletions packages/core-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@reflexio/core-v1",
"version": "1.2.4",
"version": "1.2.5",
"description": "Reflexio core-v1 package",
"keywords": ["react", "redux", "reflexio"],
"keywords": [
"react",
"redux",
"reflexio"
],
"main": "dist",
"module": "dist",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.6 (2024-04-15)

**Note:** Version bump only for package @reflexio/react-v1
4 changes: 2 additions & 2 deletions packages/react-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reflexio/react-v1",
"version": "1.1.5",
"version": "1.1.6",
"description": "Connecting react with reflexio core-v1",
"keywords": [
"react",
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
"@reflexio/core-v1": "^1.2.4",
"@reflexio/core-v1": "^1.2.5",
"@types/react": "^18.2.73"
},
"peerDependencies": {
Expand Down

0 comments on commit af12569

Please sign in to comment.