Skip to content

Commit

Permalink
v0.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed May 17, 2022
1 parent c9cd502 commit 608c59d
Show file tree
Hide file tree
Showing 20 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "0.28.3"
"version": "0.28.4"
}
2 changes: 1 addition & 1 deletion packages/retil-boundary/package.json
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",
Expand Down
6 changes: 3 additions & 3 deletions packages/retil-css/package.json
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",
Expand All @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions packages/retil-hydration/package.json
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",
Expand All @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions packages/retil-interaction/package.json
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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/retil-issues/package.json
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",
Expand All @@ -19,7 +19,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"retil-support": "^0.28.3",
"retil-support": "^0.28.4",
"tslib": "^2.2.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/retil-media/package.json
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",
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions packages/retil-mount/package.json
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",
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions packages/retil-nav-scheme/package.json
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",
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/retil-nav/package.json
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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/retil-operation/package.json
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",
Expand All @@ -19,7 +19,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"retil-support": "^0.28.3",
"retil-support": "^0.28.4",
"tslib": "^2.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/retil-source/package.json
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",
Expand All @@ -19,7 +19,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"retil-support": "^0.28.3",
"retil-support": "^0.28.4",
"tslib": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/retil-support/package.json
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",
Expand Down
6 changes: 3 additions & 3 deletions packages/retil-transition/package.json
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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/retil/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-vite-plugin-code-as-content/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-vite-plugin-emotion/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-vite-plugin-styled-components/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-vite-plugin-svg/package.json
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]>",
Expand Down
14 changes: 7 additions & 7 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "retil.tech",
"licence": "CC-BY-NC-4.0",
"private": true,
"version": "0.28.3",
"version": "0.28.4",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "node server.js",
Expand All @@ -28,12 +28,12 @@
"react-helmet-async": "^1.0.9",
"rehype-prism-plus": "^1.1.3",
"remark-gfm": "^3.0.1",
"retil-boundary": "^0.28.3",
"retil-hydration": "^0.28.3",
"retil-interaction": "^0.28.3",
"retil-mount": "^0.28.3",
"retil-nav": "^0.28.3",
"retil-support": "^0.28.3",
"retil-boundary": "^0.28.4",
"retil-hydration": "^0.28.4",
"retil-interaction": "^0.28.4",
"retil-mount": "^0.28.4",
"retil-nav": "^0.28.4",
"retil-support": "^0.28.4",
"slugify": "^1.5.1",
"styled-components": "^5.3.1",
"tslib": "^2.2.0",
Expand Down

0 comments on commit 608c59d

Please sign in to comment.