Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release @yoast/analysis-report and @yoast/components to NPM #21485

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/analysis-report/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. Releases without a changelog entry contain only minor changes that are irrelevant for users of this library.
We follow [Semantic Versioning](http://semver.org/).

## Future Release
### Enhancements:
* Removes an unused named export `AnalysisResult`. Potentially breaking, if you were importing this directly. [#20003](https://github.com/Yoast/wordpress-seo/pull/20003)
* Makes it possible to render the AI Assessment Fixes button inside `AnalysisResult.js`. [#21348](https://github.com/Yoast/wordpress-seo/pull/21348)
* Strips HTML tags from the AnalysisResult _text_. Allowed tags are: _a_, _b_, _strong_, _em_ and _i_. [#20086](https://github.com/Yoast/wordpress-seo/pull/20086)
* Strips HTML tags from the ScoreAssessment _html_. Allowed tags are: _a_, _b_, _strong_, _em_, _i_, _span_, _p_, _ul_, _ol_, _li_ and _div_. [#20086](https://github.com/Yoast/wordpress-seo/pull/20086)

### Non user facing:
* Now published as a transpiled package.
* Adds a development dependency `eslint-plugin-import`. [#20003](https://github.com/Yoast/wordpress-seo/pull/20003)
* Improves internal imports. [#20003](https://github.com/Yoast/wordpress-seo/pull/20003)
* Implements Babel, ESLint and Jest preset packages. [#18398](https://github.com/Yoast/wordpress-seo/pull/18398)
* Upgrades `styled-components` to `5.3.6` to fix compatibility with React 18. [#19857](https://github.com/Yoast/wordpress-seo/pull/19857)
* Upgrades react to 18.2.0, Upgrade react test renderer. [#20653](https://github.com/Yoast/wordpress-seo/pull/20653)
* Upgrades ESLint and plugins (`import`, `jsx-a11y` and `react`) to the latest versions. [#21315](https://github.com/Yoast/wordpress-seo/pull/21315)

## 1.2.0 April 23rd, 2020
### Other
* Adds a CSS test stub.
Expand Down
9 changes: 4 additions & 5 deletions packages/analysis-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/analysis-report",
"version": "1.21.0",
"version": "2.0.0-alpha.0",
"main": "build/index.js",
"files": [
"build",
Expand All @@ -20,17 +20,16 @@
},
"author": "Team Yoast",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^3.0.0-alpha.0",
"@yoast/components": "^3.0.0-alpha.1",
"@yoast/helpers": "^0.17.0-alpha.0",
"@yoast/style-guide": "^0.14.0-alpha.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
"styled-components": "^5.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.17.10",
Expand Down
5 changes: 5 additions & 0 deletions packages/components/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. Releases wi
We follow [Semantic Versioning](http://semver.org/).

## Future Release
### Enhancements
* Adds component `SparklesIcon`. [#21449](https://github.com/Yoast/wordpress-seo/pull/21449)
* Adds component `IconButtonBase`. [#21348](https://github.com/Yoast/wordpress-seo/pull/21348)
* Adds component `IconAIFixesButton`. [#21348](https://github.com/Yoast/wordpress-seo/pull/21348)

### Other
* Adds a way to change the link in the `WordOccurenceInsights` component.

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/components",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Yoast Components",
"main": "build/index.js",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/replacement-variable-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@wordpress/components": "^20.0.0",
"@wordpress/hooks": "^2.12.3",
"@wordpress/i18n": "^1.2.3",
"@yoast/components": "^3.0.0-alpha.0",
"@yoast/components": "^3.0.0-alpha.1",
"@yoast/helpers": "^0.17.0-alpha.0",
"@yoast/style-guide": "^0.14.0-alpha.0",
"classnames": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/search-metadata-previews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^3.0.0-alpha.0",
"@yoast/components": "^3.0.0-alpha.1",
"@yoast/helpers": "^0.17.0-alpha.0",
"@yoast/replacement-variable-editor": "^2.0.0-alpha.0",
"@yoast/style-guide": "^0.14.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/social-metadata-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^3.0.0-alpha.0",
"@yoast/components": "^3.0.0-alpha.1",
"@yoast/helpers": "^0.17.0-alpha.0",
"@yoast/replacement-variable-editor": "^2.0.0-alpha.0",
"@yoast/style-guide": "^0.14.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/social-metadata-previews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^3.0.0-alpha.0",
"@yoast/components": "^3.0.0-alpha.1",
"@yoast/replacement-variable-editor": "^2.0.0-alpha.0",
"@yoast/social-metadata-forms": "^2.0.0-alpha.0",
"@yoast/style-guide": "^0.14.0-alpha.0",
Expand Down
Loading