Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 248f7a3

Browse files
committed
chore(release): version
- @techstack/[email protected] - @techstack/[email protected]
1 parent 7e412a0 commit 248f7a3

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

packages/memoize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.295](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/memoize
9+
10+
11+
12+
13+
614
## [1.3.294](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-20)
715

816
**Note:** Version bump only for package @techstack/memoize

packages/memoize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/memoize",
3-
"version": "1.3.294",
3+
"version": "1.3.295",
44
"description": "A memoization library which only remembers the latest invocation",
55
"type": "module",
66
"module": "./dist/memoize.esm.js",

packages/react-lazy-named/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.293](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/react-lazy-named
9+
10+
11+
12+
13+
614
## [1.3.292](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-20)
715

816
**Note:** Version bump only for package @techstack/react-lazy-named

packages/react-lazy-named/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-lazy-named",
3-
"version": "1.3.292",
3+
"version": "1.3.293",
44
"description": "React lazy() with named imports - exports support",
55
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-lazy-named/README.md",
66
"repository": {

0 commit comments

Comments
 (0)