Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
 - @react-atom/core@2.1.1
 - @react-atom/emotion@2.0.5
 - @react-atom/style@2.0.5
 - @react-atom/styled-components@2.0.5
  • Loading branch information
godtail committed Jun 27, 2022
1 parent de6f51c commit 6d673c8
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1](https://github.com/react-atom/react-atom/compare/@react-atom/core@2.1.0...@react-atom/core@2.1.1) (2022-06-27)

**Note:** Version bump only for package @react-atom/core





# [2.1.0](https://github.com/react-atom/react-atom/compare/@react-atom/core@2.0.2...@react-atom/core@2.1.0) (2022-04-25)


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": "@react-atom/core",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "https://github.com/react-atom/react-atom.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.5](https://github.com/react-atom/react-atom/compare/@react-atom/emotion@2.0.4...@react-atom/emotion@2.0.5) (2022-06-27)

**Note:** Version bump only for package @react-atom/emotion





## [2.0.4](https://github.com/react-atom/react-atom/compare/@react-atom/emotion@2.0.3...@react-atom/emotion@2.0.4) (2022-04-25)

**Note:** Version bump only for package @react-atom/emotion
Expand Down
4 changes: 2 additions & 2 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-atom/emotion",
"version": "2.0.4",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "https://github.com/react-atom/react-atom.git"
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@react-atom/core": "^2.1.0"
"@react-atom/core": "^2.1.1"
},
"peerDependencies": {
"@emotion/react": ">=10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.5](https://github.com/react-atom/react-atom/compare/@react-atom/style@2.0.4...@react-atom/style@2.0.5) (2022-06-27)

**Note:** Version bump only for package @react-atom/style





## [2.0.4](https://github.com/react-atom/react-atom/compare/@react-atom/style@2.0.3...@react-atom/style@2.0.4) (2022-04-25)

**Note:** Version bump only for package @react-atom/style
Expand Down
4 changes: 2 additions & 2 deletions packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-atom/style",
"version": "2.0.4",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "https://github.com/react-atom/react-atom.git"
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@react-atom/core": "^2.1.0"
"@react-atom/core": "^2.1.1"
},
"peerDependencies": {
"react": ">=16.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.5](https://github.com/react-atom/react-atom/compare/@react-atom/styled-components@2.0.4...@react-atom/styled-components@2.0.5) (2022-06-27)

**Note:** Version bump only for package @react-atom/styled-components





## [2.0.4](https://github.com/react-atom/react-atom/compare/@react-atom/styled-components@2.0.3...@react-atom/styled-components@2.0.4) (2022-04-25)

**Note:** Version bump only for package @react-atom/styled-components
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-atom/styled-components",
"version": "2.0.4",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "https://github.com/react-atom/react-atom.git"
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@react-atom/core": "^2.1.0"
"@react-atom/core": "^2.1.1"
},
"peerDependencies": {
"react": ">=16.0.0",
Expand Down

0 comments on commit 6d673c8

Please sign in to comment.