-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9cd502
commit 608c59d
Showing
20 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.28.3" | ||
"version": "0.28.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-boundary", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for concurrent React apps.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-css", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for decoupling style from behavior", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -20,8 +20,8 @@ | |
}, | ||
"dependencies": { | ||
"fast-cartesian": "^5.1.0", | ||
"retil-hydration": "^0.28.3", | ||
"retil-support": "^0.28.3", | ||
"retil-hydration": "^0.28.4", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-hydration", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for hydration of server-rendered React.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,10 +19,10 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"retil-boundary": "^0.28.3", | ||
"retil-mount": "^0.28.3", | ||
"retil-source": "^0.28.3", | ||
"retil-support": "^0.28.3", | ||
"retil-boundary": "^0.28.4", | ||
"retil-mount": "^0.28.4", | ||
"retil-source": "^0.28.4", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-interaction", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Utilities to create unstyled interactive components", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,9 +21,9 @@ | |
"dependencies": { | ||
"@popperjs/core": "^2.11.2", | ||
"focus-trap": "^6.7.2", | ||
"retil-css": "^0.28.3", | ||
"retil-source": "^0.28.3", | ||
"retil-support": "^0.28.3", | ||
"retil-css": "^0.28.4", | ||
"retil-source": "^0.28.4", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-issues", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Super-powers for validation with React.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,7 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"retil-support": "^0.28.3", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-media", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for developers building responsive React apps", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,9 +19,9 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"retil-css": "^0.28.3", | ||
"retil-hydration": "^0.28.3", | ||
"retil-support": "^0.28.3", | ||
"retil-css": "^0.28.4", | ||
"retil-hydration": "^0.28.4", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-mount", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for loading screens in React apps.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -20,8 +20,8 @@ | |
}, | ||
"dependencies": { | ||
"abort-controller": "^3.0.0", | ||
"retil-source": "^0.28.3", | ||
"retil-support": "^0.28.3", | ||
"retil-source": "^0.28.4", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-nav-scheme", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Consistent URLs made easy", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,8 +19,8 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"retil-nav": "^0.28.3", | ||
"retil-support": "^0.28.3" | ||
"retil-nav": "^0.28.4", | ||
"retil-support": "^0.28.4" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.6.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-nav", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for routing and navigation in React apps.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,10 +21,10 @@ | |
"dependencies": { | ||
"path-to-regexp": "^6.2.0", | ||
"querystring": "^0.2.1", | ||
"retil-boundary": "^0.28.3", | ||
"retil-mount": "^0.28.3", | ||
"retil-source": "^0.28.3", | ||
"retil-support": "^0.28.3", | ||
"retil-boundary": "^0.28.4", | ||
"retil-mount": "^0.28.4", | ||
"retil-source": "^0.28.4", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-operation", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Super-powers for asynchronous operations with React.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,7 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"retil-support": "^0.28.3", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-source", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Utilities to create and combine suspendable, reactive sources", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,7 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"retil-support": "^0.28.3", | ||
"retil-support": "^0.28.4", | ||
"tslib": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-support", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Support utilities for retil", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil-transition", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Smooth transitions made easy", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,8 +17,8 @@ | |
"prepare": "yarn build" | ||
}, | ||
"dependencies": { | ||
"retil-hydration": "^0.28.3", | ||
"retil-support": "^0.28.3" | ||
"retil-hydration": "^0.28.4", | ||
"retil-support": "^0.28.4" | ||
}, | ||
"devDependencies": { | ||
"react-spring": "^9.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "retil", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "Superpowers for React Developers.", | ||
"author": "James K Nelson <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@retil/tool-vite-plugin-code-as-content", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"private": false, | ||
"description": "Write your doc with the code-as-content paradigm – using React and MDX", | ||
"author": "James K Nelson <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@retil/tool-vite-plugin-emotion", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"private": false, | ||
"description": "Add emotion support to vite", | ||
"author": "James K Nelson <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@retil/tool-vite-plugin-styled-components", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"private": false, | ||
"description": "Add styled-components support to vite", | ||
"author": "James K Nelson <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@retil/tool-vite-plugin-svg", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"private": false, | ||
"description": "Add SVG support to vite", | ||
"author": "James K Nelson <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters