Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
 - @twreporter/core@1.5.0
 - @twreporter/[email protected]
 - @twreporter/[email protected]
 - @twreporter/[email protected]
 - @twreporter/[email protected]
reporterdev committed Aug 11, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 11f95aa commit 9cca19b
Showing 10 changed files with 53 additions and 13 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.5.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-11)

**Note:** Version bump only for package @twreporter/core





# [1.5.0-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-10)


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": "@twreporter/core",
"version": "1.5.0-rc.0",
"version": "1.5.0",
"main": "lib/index.js",
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
"author": "twreporter <[email protected]>",
8 changes: 8 additions & 0 deletions packages/index-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.3.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-11)

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





## [1.3.2-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-10)

**Note:** Version bump only for package @twreporter/index-page
6 changes: 3 additions & 3 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.3.2-rc.1",
"version": "1.3.2",
"main": "lib/index.js",
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
"author": "twreporter <[email protected]>",
@@ -12,8 +12,8 @@
"prepublishOnly": "make build"
},
"dependencies": {
"@twreporter/core": "^1.5.0-rc.0",
"@twreporter/react-components": "^8.12.0-rc.1",
"@twreporter/core": "^1.5.0",
"@twreporter/react-components": "^8.12.0",
"lodash": "^4.0.0",
"prop-types": "^15.0.0",
"react": "^16.3.0",
8 changes: 8 additions & 0 deletions packages/react-article-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.6.3](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-11)

**Note:** Version bump only for package @twreporter/react-article-components





## [1.6.3-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-10)

**Note:** Version bump only for package @twreporter/react-article-components
8 changes: 4 additions & 4 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.6.3-rc.1",
"version": "1.6.3",
"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",
@@ -24,10 +24,10 @@
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@twreporter/core": "^1.5.0-rc.0",
"@twreporter/react-components": "^8.12.0-rc.1",
"@twreporter/core": "^1.5.0",
"@twreporter/react-components": "^8.12.0",
"@twreporter/redux": "^7.2.2",
"@twreporter/universal-header": "^2.2.13-rc.1",
"@twreporter/universal-header": "^2.2.13",
"howler": "^2.2.3",
"lodash": "^4.17.11",
"memoize-one": "^5.0.5",
8 changes: 8 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

# [8.12.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-11)

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





# [8.12.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-10)


4 changes: 2 additions & 2 deletions 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.12.0-rc.1",
"version": "8.12.0",
"main": "lib/index.js",
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
"author": "twreporter <[email protected]>",
@@ -15,7 +15,7 @@
"chromatic": "npx chromatic --exit-zero-on-changes"
},
"dependencies": {
"@twreporter/core": "^1.5.0-rc.0",
"@twreporter/core": "^1.5.0",
"@twreporter/redux": "^7.2.2",
"fontfaceobserver-es": "^3.3.3",
"hoist-non-react-statics": "^2.3.1",
8 changes: 8 additions & 0 deletions packages/universal-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.13](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-11)

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





## [2.2.13-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/[email protected]...@twreporter/[email protected]) (2022-08-10)

**Note:** Version bump only for package @twreporter/universal-header
6 changes: 3 additions & 3 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.2.13-rc.1",
"version": "2.2.13",
"description": "Universal header of TWReporter sites",
"main": "lib/index.js",
"scripts": {
@@ -18,8 +18,8 @@
],
"license": "MIT",
"dependencies": {
"@twreporter/core": "^1.5.0-rc.0",
"@twreporter/react-components": "^8.12.0-rc.1",
"@twreporter/core": "^1.5.0",
"@twreporter/react-components": "^8.12.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",

1 comment on commit 9cca19b

@vercel
Copy link

@vercel vercel bot commented on 9cca19b Aug 11, 2022

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.