Skip to content

Commit

Permalink
release: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasPan committed Nov 6, 2024
1 parent 2492fab commit ec3d55b
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .changeset/wet-walls-flow.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/cli-plugin-legacy-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.3

### Patch Changes

- 2492fab: Smaller style changes in files because of update of prettier/eslint build dependency.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-legacy-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/cli-plugin-legacy-css",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plugin for @ima/cli adding additional legacy CSS bundle output.",
"main": "./dist/cjs/cli-plugin/main.js",
"module": "./dist/esm/cli-plugin/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-analytic-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 9.0.3

### Patch Changes

- 2492fab: Smaller style changes in files because of update of prettier/eslint build dependency.

## 9.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-analytic-google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-analytic-google",
"version": "9.0.2",
"version": "9.0.3",
"description": "Seznam IMA.js google analytic plugin",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-analytic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.1

### Patch Changes

- 2492fab: Smaller style changes in files because of update of prettier/eslint build dependency.

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-analytic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-analytic",
"version": "6.0.0",
"version": "6.0.1",
"description": "Seznam IMA.js abstract analytic plugin",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-atoms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<a name="5.0.1"></a>

## 10.2.2

### Patch Changes

- 2492fab: Smaller style changes in files because of update of prettier/eslint build dependency.

## 10.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-atoms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-atoms",
"version": "10.2.1",
"version": "10.2.2",
"description": "IMA.js UI React atoms",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/server/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-testing-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.6

### Patch Changes

- 2492fab: Smaller style changes in files because of update of prettier/eslint build dependency.

## 5.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-testing-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-testing-integration",
"version": "5.1.5",
"version": "5.1.6",
"description": "IMA.js plugin for integration testing",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.5

### Patch Changes

- 2492fab: Smaller style changes in files because of update of prettier/eslint build dependency.

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-websocket",
"version": "2.0.4",
"version": "2.0.5",
"description": "Simple WebSocket server and client for IMA.js",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down

0 comments on commit ec3d55b

Please sign in to comment.