Skip to content

Commit

Permalink
release: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Mar 15, 2024
1 parent 9621ca1 commit ea3af61
Show file tree
Hide file tree
Showing 30 changed files with 112 additions and 46 deletions.
18 changes: 0 additions & 18 deletions .changeset/strong-falcons-wait.md

This file was deleted.

28 changes: 14 additions & 14 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-analyze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.1

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-analyze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/cli-plugin-analyze",
"version": "2.0.0",
"version": "2.0.1",
"description": "Plugin for @ima/cli adding analyze bundle functionality.",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down
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.1

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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/cli-plugin-less-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.1

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-less-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/cli-plugin-less-constants",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plugin for @ima/cli to enable sharing constants between LESS and JS source files.",
"main": "./dist/cjs/cli-plugin/main.js",
"module": "./dist/esm/cli-plugin/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-plugin-scramble-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.6

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-scramble-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/cli-plugin-scramble-css",
"version": "1.2.5",
"version": "1.2.6",
"description": "Plugin for @ima/cli that implements CSS class minimizer and uglifier that can be reverse-compiled at runtime.",
"main": "./dist/cjs/main.js",
"types": "./dist/esm/main.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-analytic-fb-pixel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.5

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 6.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-analytic-fb-pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-analytic-fb-pixel",
"version": "6.0.4",
"version": "6.0.5",
"description": "Seznam IMA.js analytic plugin for Facebook Pixel",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/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

## 7.0.2

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 7.0.1

### 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": "7.0.1",
"version": "7.0.2",
"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

## 5.0.6

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 5.0.5

### Patch 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": "5.0.5",
"version": "5.0.6",
"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.1.3

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 10.1.2

### 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.1.2",
"version": "10.1.3",
"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-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ima/plugin-http-client

## 2.1.2

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-http-client",
"version": "2.1.1",
"version": "2.1.2",
"description": "Generic http client for the IMA application framework.",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.2

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 4.0.1

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

## 6.0.1

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-logger",
"version": "6.0.0",
"version": "6.0.1",
"description": "Seznam IMA.js logger plugin",
"main": "./index.cjs",
"module": "./index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-script-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.2

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 4.0.1

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

## 4.0.2

### Patch Changes

- e2eeb2b: Turbo, eslint update, types exports, new tsconfig

## 4.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit ea3af61

Please sign in to comment.