Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
 - @react-atom/core@2.1.0
 - @react-atom/emotion@2.0.4
 - @react-atom/style@2.0.4
 - @react-atom/styled-components@2.0.4
 - @react-atom/tokens@2.0.1
  • Loading branch information
godtail committed Apr 25, 2022
1 parent 98787f6 commit 1f6a94e
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 8 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* clean code ([98787f6](https://github.com/react-atom/react-atom/commit/98787f6d7f350cf2b926975ee4413590f7d54754))





## [2.0.2](https://github.com/react-atom/react-atom/compare/@react-atom/core@2.0.1...@react-atom/core@2.0.2) (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.0.2",
"version": "2.1.0",
"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.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





## [2.0.3](https://github.com/react-atom/react-atom/compare/@react-atom/emotion@2.0.2...@react-atom/emotion@2.0.3) (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.3",
"version": "2.0.4",
"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.0.2"
"@react-atom/core": "^2.1.0"
},
"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.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





## [2.0.3](https://github.com/react-atom/react-atom/compare/@react-atom/style@2.0.2...@react-atom/style@2.0.3) (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.3",
"version": "2.0.4",
"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.0.2"
"@react-atom/core": "^2.1.0"
},
"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.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





## [2.0.3](https://github.com/react-atom/react-atom/compare/@react-atom/styled-components@2.0.2...@react-atom/styled-components@2.0.3) (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.3",
"version": "2.0.4",
"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.0.2"
"@react-atom/core": "^2.1.0"
},
"peerDependencies": {
"react": ">=16.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/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.

## [2.0.1](https://github.com/react-atom/react-atom/compare/@react-atom/tokens@2.0.0...@react-atom/tokens@2.0.1) (2022-04-25)

**Note:** Version bump only for package @react-atom/tokens
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-atom/tokens",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/react-atom/react-atom.git"
Expand Down

0 comments on commit 1f6a94e

Please sign in to comment.