Skip to content

Commit

Permalink
Merge pull request #429 from heiseonline/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
pmb0 authored Sep 9, 2024
2 parents d233220 + ccc30c4 commit b714630
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-owls-attend.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/honest-singers-matter.md

This file was deleted.

10 changes: 10 additions & 0 deletions embetty-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.2.5

### Patch Changes

- 3a87762: added media hint and full tweets are now displayed
- Updated dependencies [fd3b8e3]
- Updated dependencies [3a87762]
- @embetty/base@2.1.3
- @embetty/component@2.4.0

## 3.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion embetty-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embetty/server",
"version": "3.2.4",
"version": "3.2.5",
"main": "dist/index.js",
"author": "Philipp Busse <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions embetty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [4.0.0](https://github.com/heiseonline/embetty/compare/v3.0.8...v4.0.0) (2023-03-08)

## 2.4.0

### Minor Changes

- 3a87762: added media hint and full tweets are now displayed

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion embetty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embetty/component",
"version": "2.3.1",
"version": "2.4.0",
"main": "dist/embetty.js",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions libs/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @embetty/base

## 2.1.3

### Patch Changes

- fd3b8e3: fixes runtime error where the app tries to access an undefined entities property
- 3a87762: added media hint and full tweets are now displayed

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embetty/base",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @embetty/types

## 2.1.3

### Patch Changes

- fd3b8e3: fixes runtime error where the app tries to access an undefined entities property
- 3a87762: added media hint and full tweets are now displayed

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embetty/types",
"version": "2.1.2",
"version": "2.1.3",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --cache --cache-strategy content ./src --report-unused-disable-directives",
Expand Down
6 changes: 6 additions & 0 deletions tools/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @embetty/jest-config

## 1.0.3

### Patch Changes

- 3a87762: added media hint and full tweets are now displayed

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embetty/jest-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "jest.config.ts",
"private": true,
Expand Down

0 comments on commit b714630

Please sign in to comment.