Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"@ethlete/contentful": "3.9.0",
"@ethlete/core": "4.31.0",
"@ethlete/query": "5.43.1",
"@ethlete/types": "1.11.1"
"@ethlete/types": "1.11.1",
"@ethlete/components": "0.0.1",
"@ethlete/eslint-plugin": "0.0.1"
},
"changesets": [
"afraid-points-march",
Expand All @@ -19,6 +21,7 @@
"chatty-bars-itch",
"chatty-jokes-run",
"dark-friends-learn",
"dark-needles-teach",
"dry-breads-sit",
"dry-trains-wait",
"empty-hands-hug",
Expand Down Expand Up @@ -56,6 +59,7 @@
"ninety-aliens-peel",
"petite-lizards-tickle",
"pretty-poets-travel",
"purple-nights-kneel",
"salty-crews-sleep",
"salty-ducks-dig",
"salty-sides-check",
Expand All @@ -64,6 +68,7 @@
"shaggy-boxes-crash",
"shaky-tips-know",
"silly-candies-film",
"sixty-needles-kick",
"slow-taxes-doubt",
"smart-clowns-hide",
"soft-pants-stare",
Expand All @@ -76,6 +81,7 @@
"sweet-moons-jump",
"sweet-pans-raise",
"sweet-places-happen",
"tall-baths-yell",
"tender-mirrors-clean",
"tough-lies-divide",
"vast-parents-kick",
Expand Down
6 changes: 6 additions & 0 deletions libs/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethlete/cdk

## 5.0.0-next.9

### Minor Changes

- [#2933](https://github.com/ethlete-io/ethdk/pull/2933) [`1c15eb5`](https://github.com/ethlete-io/ethdk/commit/1c15eb56f7369ffa8f068dce67c5e5343763de42) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add picture in picture support to streams

## 5.0.0-next.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethlete/cdk",
"version": "5.0.0-next.8",
"version": "5.0.0-next.9",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog

## 0.1.0-next.0

### Minor Changes

- [#2933](https://github.com/ethlete-io/ethdk/pull/2933) [`3f22771`](https://github.com/ethlete-io/ethdk/commit/3f22771bb3a339461ce8c70a48e573897579f3c4) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add notification components

- [#2933](https://github.com/ethlete-io/ethdk/pull/2933) [`3f22771`](https://github.com/ethlete-io/ethdk/commit/3f22771bb3a339461ce8c70a48e573897579f3c4) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add stream components

All notable changes to this project will be documented in this file.
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethlete/components",
"version": "0.0.1",
"version": "0.1.0-next.0",
"license": "MIT",
"sideEffects": false,
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions libs/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## 0.1.0-next.0

### Minor Changes

- [#2933](https://github.com/ethlete-io/ethdk/pull/2933) [`3f22771`](https://github.com/ethlete-io/ethdk/commit/3f22771bb3a339461ce8c70a48e573897579f3c4) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add basic set of styleguide based rules

All notable changes to this project will be documented in this file.
2 changes: 1 addition & 1 deletion libs/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethlete/eslint-plugin",
"version": "0.0.1",
"version": "0.1.0-next.0",
"license": "MIT",
"type": "commonjs",
"main": "./src/index.js",
Expand Down