Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 24, 2022
1 parent f7ec746 commit 569c4ad
Show file tree
Hide file tree
Showing 31 changed files with 226 additions and 152 deletions.
31 changes: 0 additions & 31 deletions .changeset/angry-days-swim.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/little-wasps-hug.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quick-plums-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-rocks-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cobras-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-apples-grab.md

This file was deleted.

12 changes: 12 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# merchant-center-application-template-starter

## 19.3.2

### Patch Changes

- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]:
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/mc-scripts@21.8.0
- @commercetools-frontend/application-shell@21.8.0
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/application-components@21.8.0
- @commercetools-frontend/permissions@21.8.0

## 19.3.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merchant-center-application-template-starter",
"version": "19.3.1",
"version": "19.3.2",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -21,17 +21,17 @@
"dependencies": {
"@apollo/client": "3.6.2",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-shell": "21.7.0",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/application-components": "21.8.0",
"@commercetools-frontend/application-shell": "21.8.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/eslint-config-mc-app": "21.6.0",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/jest-preset-mc-app": "21.7.0",
"@commercetools-frontend/mc-dev-authentication": "21.7.0",
"@commercetools-frontend/mc-scripts": "21.7.0",
"@commercetools-frontend/permissions": "21.6.0",
"@commercetools-frontend/mc-scripts": "21.8.0",
"@commercetools-frontend/permissions": "21.8.0",
"@commercetools-frontend/sdk": "21.6.0",
"@commercetools-test-data/commons": "3.0.2",
"@commercetools-test-data/core": "3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-components

## 21.8.0

### Patch Changes

- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]:
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/assets@21.8.0

## 21.7.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-components",
"version": "21.7.0",
"version": "21.8.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/l10n": "21.6.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @commercetools-frontend/application-shell-connectors

## 21.8.0

### Patch Changes

- [#2639](https://github.com/commercetools/merchant-center-application-kit/pull/2639) [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8) Thanks [@ddouglasz](https://github.com/ddouglasz)! - There is a new React hook which you can use to access the Project Images rewrite configuration [see documentation](https://docs.commercetools.com/custom-applications/api-reference/commercetools-frontend-application-shell-connectors#project-image-settings).

You would use it like this:

```js
function MyComponent() {
const { isLoading, imageRegex } = useProjectExtensionImageRegex();

if (isLoading) return <LoadingSpinner />;

return (
<div>
<h1>Project images regex: {imageRegex}</h1>
</div>
);
}

function MyApp() {
return (
<ProjectExtensionProviderForImageRegex>
<MyComponent />
</ProjectExtensionProviderForImageRegex>
);
}
```

Both `GetProjectExtensionImageRegex` component and `withProjectExtensionImageRegex` still exists for backwards compatibility but have been marked as deprecated.

* [#2653](https://github.com/commercetools/merchant-center-application-kit/pull/2653) [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398) Thanks [@kark](https://github.com/kark)! - Export `TImageRegexContext` type

## 21.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell-connectors",
"version": "21.6.0",
"version": "21.8.0",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-frontend/application-shell

## 21.8.0

### Patch Changes

- [#2651](https://github.com/commercetools/merchant-center-application-kit/pull/2651) [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fixed aria role names.

We were using invalid role names in some of the component's elements.

Special mention to the element wrapping the notifications as it now uses the aria-live [attribute](https://www.w3.org/TR/wai-aria/#aria-live) (with **polite** value).

- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]:
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/application-components@21.8.0
- @commercetools-frontend/permissions@21.8.0

## 21.7.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell",
"version": "21.7.0",
"version": "21.8.0",
"description": "React component to bootstrap the general MC application logic",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -34,16 +34,16 @@
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-components": "21.8.0",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/browser-history": "21.3.4",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/l10n": "21.6.0",
"@commercetools-frontend/notifications": "21.6.0",
"@commercetools-frontend/permissions": "21.6.0",
"@commercetools-frontend/permissions": "21.8.0",
"@commercetools-frontend/react-notifications": "21.6.0",
"@commercetools-frontend/sdk": "21.6.0",
"@commercetools-frontend/sentry": "21.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/assets

## 21.8.0

### Patch Changes

- [#2613](https://github.com/commercetools/merchant-center-application-kit/pull/2613) [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332) Thanks [@emmenko](https://github.com/emmenko)! - Convert entry point to typescript

## 21.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/assets",
"version": "21.0.0",
"version": "21.8.0",
"description": "Assets for building mc apps",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/cypress

## 21.8.0

### Patch Changes

- Updated dependencies [[`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9)]:
- @commercetools-frontend/application-shell@21.8.0

## 21.7.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/cypress",
"version": "21.7.0",
"version": "21.8.0",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/application-shell": "21.7.0",
"@commercetools-frontend/application-shell": "21.8.0",
"@manypkg/get-packages": "1.1.3",
"uuid": "8.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/mc-html-template

## 21.8.0

### Patch Changes

- [#2652](https://github.com/commercetools/merchant-center-application-kit/pull/2652) [`81df396d`](https://github.com/commercetools/merchant-center-application-kit/commit/81df396daf0d28c6d3284436ae970d568fecc822) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Removed _user-scalable=no_ property from `viewport` meta tag as it is a problem from the [accessibility point of view](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics).

## 21.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-html-template",
"version": "21.7.0",
"version": "21.8.0",
"description": "Everything related to render the index.html for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
35 changes: 35 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @commercetools-frontend/mc-scripts

## 21.8.0

### Minor Changes

- [#2613](https://github.com/commercetools/merchant-center-application-kit/pull/2613) [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332) Thanks [@emmenko](https://github.com/emmenko)! - Migrate CLI to TypeScript.

Internally, the CLI now uses [cac](https://github.com/cacjs/cac) to handle CLI commands and options.

# Deprecated entry points

Importing the function `createPostcssConfig` from the main entry point `@commercetools-frontend/mc-scripts` is now deprecated. Use the entry point `@commercetools-frontend/mc-scripts/postcss` instead.

```diff
const {
createPostcssConfig,
-} = require('@commercetools-frontend/mc-scripts');
+} = require('@commercetools-frontend/mc-scripts/postcss');
```

Importing the functions `createWebpackConfigForDevelopment` and `createWebpackConfigForProduction` from the main entry point `@commercetools-frontend/mc-scripts` is now deprecated. Use the entry point `@commercetools-frontend/mc-scripts/webpack` instead.

```diff
const {
createWebpackConfigForDevelopment,
createWebpackConfigForProduction,
-} = require('@commercetools-frontend/mc-scripts');
+} = require('@commercetools-frontend/mc-scripts/webpack');
```

### Patch Changes

- Updated dependencies [[`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`81df396d`](https://github.com/commercetools/merchant-center-application-kit/commit/81df396daf0d28c6d3284436ae970d568fecc822)]:
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/mc-html-template@21.8.0

## 21.7.0

### Patch Changes
Expand Down
Loading

0 comments on commit 569c4ad

Please sign in to comment.