Skip to content

Commit

Permalink
chore(prerelease): bump version
Browse files Browse the repository at this point in the history
 - @twreporter/[email protected]
 - @twreporter/[email protected]
 - @twreporter/[email protected]
 - @twreporter/[email protected]
  • Loading branch information
reporterdev committed Jan 4, 2023
1 parent 6cb662e commit 639a32b
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/index-page/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.

## [1.4.2-rc.5](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2023-01-04)

**Note:** Version bump only for package @twreporter/index-page





## [1.4.2-rc.4](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-12-26)

**Note:** Version bump only for package @twreporter/index-page
Expand Down
4 changes: 2 additions & 2 deletions packages/index-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twreporter/index-page",
"version": "1.4.2-rc.4",
"version": "1.4.2-rc.5",
"main": "lib/index.js",
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
"author": "twreporter <[email protected]>",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@twreporter/core": "^1.8.1-rc.0",
"@twreporter/react-components": "^8.15.1-rc.4",
"@twreporter/react-components": "^8.15.1-rc.5",
"lodash": "^4.0.0",
"prop-types": "^15.0.0",
"react": "^16.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-article-components/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.

## [1.7.2-rc.5](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2023-01-04)


### Reverts

* Revert "Revert "Revert "Jason/refinement new arch""" ([94f13a2](https://github.com/twreporter/twreporter-npm-packages/commit/94f13a29c8f051f8956b583ef31b86578f5d0daf))





## [1.7.2-rc.4](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-12-26)

**Note:** Version bump only for package @twreporter/react-article-components
Expand Down
6 changes: 3 additions & 3 deletions packages/react-article-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twreporter/react-article-components",
"version": "1.7.2-rc.4",
"version": "1.7.2-rc.5",
"description": "The Reporter react article components, which are used in article page",
"main": "lib/components/article-page.js",
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@twreporter/core": "^1.8.1-rc.0",
"@twreporter/react-components": "^8.15.1-rc.4",
"@twreporter/react-components": "^8.15.1-rc.5",
"@twreporter/redux": "^7.4.2-rc.0",
"@twreporter/universal-header": "^2.4.1-rc.4",
"@twreporter/universal-header": "^2.4.1-rc.5",
"howler": "^2.2.3",
"lodash": "^4.17.11",
"memoize-one": "^5.0.5",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.15.1-rc.5](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2023-01-04)


### Reverts

* Revert "Revert "Revert "Jason/refinement new arch""" ([94f13a2](https://github.com/twreporter/twreporter-npm-packages/commit/94f13a29c8f051f8956b583ef31b86578f5d0daf))
* Revert "fix: fix defects" ([9b5f28c](https://github.com/twreporter/twreporter-npm-packages/commit/9b5f28c41fc4f05c33f37e248a3c63679071ed18))
* Revert "fix: remove curly brackets when value is static" ([bdca1f4](https://github.com/twreporter/twreporter-npm-packages/commit/bdca1f4ce624ec1ebc9ad5ec0033ab4e982beebf))
* Revert "fix: fix mobile rwd issue" ([15fdbf7](https://github.com/twreporter/twreporter-npm-packages/commit/15fdbf7e25815d21a7a034b2728df2b532d35a05))
* Revert "fix: fix width" ([680a690](https://github.com/twreporter/twreporter-npm-packages/commit/680a690cb7c71861b83d23eea5df245996988d18))





## [8.15.1-rc.4](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-12-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twreporter/react-components",
"version": "8.15.1-rc.4",
"version": "8.15.1-rc.5",
"main": "lib/index.js",
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
"author": "twreporter <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/universal-header/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.4.1-rc.5](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2023-01-04)

**Note:** Version bump only for package @twreporter/universal-header





## [2.4.1-rc.4](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-12-26)

**Note:** Version bump only for package @twreporter/universal-header
Expand Down
4 changes: 2 additions & 2 deletions packages/universal-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twreporter/universal-header",
"version": "2.4.1-rc.4",
"version": "2.4.1-rc.5",
"description": "Universal header of TWReporter sites",
"main": "lib/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@twreporter/core": "^1.8.1-rc.0",
"@twreporter/react-components": "^8.15.1-rc.4",
"@twreporter/react-components": "^8.15.1-rc.5",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
Expand Down

2 comments on commit 639a32b

@vercel
Copy link

@vercel vercel bot commented on 639a32b Jan 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 639a32b Jan 4, 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.