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 6, 2022
1 parent abd0ba8 commit fc08353
Show file tree
Hide file tree
Showing 31 changed files with 177 additions and 112 deletions.
13 changes: 0 additions & 13 deletions .changeset/beige-moles-listen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-numbers-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-hounds-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-comics-visit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-beds-matter.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/rude-cups-repeat.md

This file was deleted.

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

## 19.3.1

### Patch Changes

- Updated dependencies [[`7e343017`](https://github.com/commercetools/merchant-center-application-kit/commit/7e343017f8ebe12da3bf56a27c40541561925857), [`8829ae8d`](https://github.com/commercetools/merchant-center-application-kit/commit/8829ae8dc19314bab8a6f87bc65fa48f7f5a88be), [`eea4f5fa`](https://github.com/commercetools/merchant-center-application-kit/commit/eea4f5fa49f82b9065ca34d3aadb507449784e9f), [`c0516c5b`](https://github.com/commercetools/merchant-center-application-kit/commit/c0516c5be783faca108d2d9e7e112210de353465), [`5a8c301d`](https://github.com/commercetools/merchant-center-application-kit/commit/5a8c301d5627df1e8bb6dcf8870575c6ca32c0a7)]:
- @commercetools-frontend/application-components@21.7.0
- @commercetools-frontend/application-shell@21.7.0
- @commercetools-frontend/mc-dev-authentication@21.7.0
- @commercetools-frontend/mc-scripts@21.7.0
- @commercetools-frontend/jest-preset-mc-app@21.7.0

## 19.3.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "19.3.1",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -21,16 +21,16 @@
"dependencies": {
"@apollo/client": "3.6.2",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.6.0",
"@commercetools-frontend/application-shell": "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/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.6.0",
"@commercetools-frontend/mc-dev-authentication": "21.6.0",
"@commercetools-frontend/mc-scripts": "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/sdk": "21.6.0",
"@commercetools-test-data/commons": "3.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-components

## 21.7.0

### Patch Changes

- [#2633](https://github.com/commercetools/merchant-center-application-kit/pull/2633) [`7e343017`](https://github.com/commercetools/merchant-center-application-kit/commit/7e343017f8ebe12da3bf56a27c40541561925857) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fix alignment of public page footer element.

## 21.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "21.7.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-frontend/application-config

## 21.7.0

### Minor Changes

- [#2628](https://github.com/commercetools/merchant-center-application-kit/pull/2628) [`0b3ea758`](https://github.com/commercetools/merchant-center-application-kit/commit/0b3ea7585116df5e981609fc219491dc279b3028) Thanks [@kark](https://github.com/kark)! - Expose a base `tsconfig-mc-app.json` file to be used in a Custom Application TypeScript project.

In your `tsconfig.json` file, extend the base config from the `@commercetools-frontend/application-config` package:

```json
{
"extends": "@commercetools-frontend/application-config/tsconfig-mc-app.json"
}
```

## 21.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-config",
"version": "21.6.0",
"version": "21.7.0",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-frontend/application-shell

## 21.7.0

### Patch Changes

- [#2632](https://github.com/commercetools/merchant-center-application-kit/pull/2632) [`8829ae8d`](https://github.com/commercetools/merchant-center-application-kit/commit/8829ae8dc19314bab8a6f87bc65fa48f7f5a88be) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update the link for the main logo in the topbar (top left corner) to be a native one

- Updated dependencies [[`0b3ea758`](https://github.com/commercetools/merchant-center-application-kit/commit/0b3ea7585116df5e981609fc219491dc279b3028), [`7e343017`](https://github.com/commercetools/merchant-center-application-kit/commit/7e343017f8ebe12da3bf56a27c40541561925857)]:
- @commercetools-frontend/application-config@21.7.0
- @commercetools-frontend/application-components@21.7.0

## 21.6.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "21.7.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,8 +34,8 @@
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.6.0",
"@commercetools-frontend/application-config": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/browser-history": "21.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/cypress

## 21.7.0

### Patch Changes

- Updated dependencies [[`0b3ea758`](https://github.com/commercetools/merchant-center-application-kit/commit/0b3ea7585116df5e981609fc219491dc279b3028), [`8829ae8d`](https://github.com/commercetools/merchant-center-application-kit/commit/8829ae8dc19314bab8a6f87bc65fa48f7f5a88be)]:
- @commercetools-frontend/application-config@21.7.0
- @commercetools-frontend/application-shell@21.7.0

## 21.6.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "21.7.0",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-config": "21.6.0",
"@commercetools-frontend/application-shell": "21.6.0",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/application-shell": "21.7.0",
"@manypkg/get-packages": "1.1.3",
"uuid": "8.3.2"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @commercetools-frontend/jest-preset-mc-app

## 21.7.0

### Patch Changes

- [#2627](https://github.com/commercetools/merchant-center-application-kit/pull/2627) [`5a8c301d`](https://github.com/commercetools/merchant-center-application-kit/commit/5a8c301d5627df1e8bb6dcf8870575c6ca32c0a7) Thanks [@emmenko](https://github.com/emmenko)! - Add proper entry point for Jest preset for `typescript`.

```diff
-const jestPresetForTypeScript = require('@commercetools-frontend/jest-preset-mc-app/jest-preset-for-typescript');

module.exports = {
- ...jestPresetForTypeScript,
+ preset: '@commercetools-frontend/jest-preset-mc-app/typescript'
};
```

The import `@commercetools-frontend/jest-preset-mc-app/jest-preset-for-typescript` still works for backwards compatibility.

## 21.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/jest-preset-mc-app",
"version": "21.6.0",
"version": "21.7.0",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-dev-authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/mc-dev-authentication

## 21.7.0

### Patch Changes

- [#2626](https://github.com/commercetools/merchant-center-application-kit/pull/2626) [`eea4f5fa`](https://github.com/commercetools/merchant-center-application-kit/commit/eea4f5fa49f82b9065ca34d3aadb507449784e9f) Thanks [@emmenko](https://github.com/emmenko)! - Fix dev middleware usage for local login flow (internal usage only)"

## 21.6.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mc-dev-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-dev-authentication",
"version": "21.6.0",
"version": "21.7.0",
"description": "Authentication views when running webpack-dev-server in development mode",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/runtime-corejs3": "^7.17.9"
},
"devDependencies": {
"@commercetools-frontend/application-config": "21.6.0",
"@commercetools-frontend/application-config": "21.7.0",
"@tsconfig/node14": "^1.0.1",
"express": "4.18.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/mc-html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/mc-html-template

## 21.7.0

### Patch Changes

- Updated dependencies [[`0b3ea758`](https://github.com/commercetools/merchant-center-application-kit/commit/0b3ea7585116df5e981609fc219491dc279b3028)]:
- @commercetools-frontend/application-config@21.7.0

## 21.6.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "21.7.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 Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-config": "21.6.0",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/constants": "21.3.4",
"serialize-javascript": "6.0.0",
"uglify-js": "3.15.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-frontend/mc-scripts

## 21.7.0

### Patch Changes

- [#2626](https://github.com/commercetools/merchant-center-application-kit/pull/2626) [`eea4f5fa`](https://github.com/commercetools/merchant-center-application-kit/commit/eea4f5fa49f82b9065ca34d3aadb507449784e9f) Thanks [@emmenko](https://github.com/emmenko)! - Fix dev middleware usage for local login flow (internal usage only)"

* [#2630](https://github.com/commercetools/merchant-center-application-kit/pull/2630) [`c0516c5b`](https://github.com/commercetools/merchant-center-application-kit/commit/c0516c5be783faca108d2d9e7e112210de353465) Thanks [@emmenko](https://github.com/emmenko)! - > These changes are only relevant when using the experimental Vite bundler (`ENABLE_EXPERIMENTAL_VITE_BUNDLER=true`).

Allow to load a Vite config in addition to the default config. This is useful for using extra Rollup/Vite plugins, or other Vite options.

* Updated dependencies [[`0b3ea758`](https://github.com/commercetools/merchant-center-application-kit/commit/0b3ea7585116df5e981609fc219491dc279b3028), [`eea4f5fa`](https://github.com/commercetools/merchant-center-application-kit/commit/eea4f5fa49f82b9065ca34d3aadb507449784e9f)]:
- @commercetools-frontend/application-config@21.7.0
- @commercetools-frontend/mc-dev-authentication@21.7.0
- @commercetools-frontend/mc-html-template@21.7.0

## 21.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-scripts",
"version": "21.6.0",
"version": "21.7.0",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-config": "21.6.0",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/babel-preset-mc-app": "21.3.4",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/mc-dev-authentication": "21.6.0",
"@commercetools-frontend/mc-html-template": "21.6.0",
"@commercetools-frontend/mc-dev-authentication": "21.7.0",
"@commercetools-frontend/mc-html-template": "21.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@rollup/plugin-graphql": "1.1.0",
"@svgr/webpack": "6.2.1",
Expand Down
8 changes: 8 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# playground

## 19.3.1

### Patch Changes

- Updated dependencies [[`7e343017`](https://github.com/commercetools/merchant-center-application-kit/commit/7e343017f8ebe12da3bf56a27c40541561925857), [`8829ae8d`](https://github.com/commercetools/merchant-center-application-kit/commit/8829ae8dc19314bab8a6f87bc65fa48f7f5a88be)]:
- @commercetools-frontend/application-components@21.7.0
- @commercetools-frontend/application-shell@21.7.0

## 19.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit fc08353

Please sign in to comment.