Skip to content

Commit

Permalink
chore: release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
savageKarl committed Jan 9, 2024
1 parent 142270a commit 36e378f
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-apricots-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pears-join.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-liberate-persist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-liberate-persist

## 0.0.6

### Patch Changes

- Updated dependencies [142270a]
- [email protected]
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-liberate-persist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-liberate-persist",
"version": "0.0.5",
"version": "0.0.6",
"description": "a plugin of react-liberate that provide storage ability",
"miniprogram": "dist",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -38,7 +38,7 @@
"author": "",
"dependencies": {
"savage-types": "workspace:^",
"savage-utils": "workspace:^1.0.58"
"savage-utils": "workspace:^1.0.61"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-liberate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# savage-react-store

## 2.0.5

### Patch Changes

- Updated dependencies [142270a]
- [email protected]
- [email protected]

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-liberate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-liberate",
"version": "2.0.4",
"version": "2.0.5",
"description": "simple and elegant React Global State Manager",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"react": "^16.8.0",
"react-dom": "^16.8.0",
"savage-types": "workspace:^",
"savage-utils": "workspace:^1.0.58"
"savage-utils": "workspace:^1.0.61"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup-plugin-executer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.0.16

### Patch Changes

- Updated dependencies [142270a]
- [email protected]

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-executer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-executer",
"version": "0.0.15",
"version": "0.0.16",
"description": "A rollup plugin can execute commands or functions on a specified hook.",
"miniprogram": "dist",
"main": "dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/savage-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.16

### Patch Changes

- 142270a: remove type api

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/savage-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "savage-types",
"version": "1.0.15",
"version": "1.0.16",
"description": "A library for determining the type of JavaScript variables. It is simple, convenient, and can be used out of the box. It provides many methods for use.",
"miniprogram": "dist",
"main": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/savage-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.61

### Patch Changes

- Updated dependencies [142270a]
- [email protected]

## 1.0.58

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/savage-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "savage-utils",
"version": "1.0.60",
"version": "1.0.61",
"description": "A lib for collecting common utils function",
"miniprogram": "dist",
"main": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite-plugin-us/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vite-plugin-us

## 1.0.4

### Patch Changes

- 4c43264: - just use npmmirror CDN
- No more distinction between domestic and foreign
- add new rule for seek CDN path
- [email protected]

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-us/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-us",
"version": "1.0.3",
"version": "1.0.4",
"description": "A vite plugin for developing and building scripts that run on browser extensions such as Tampermonkey, Violentmonkey, Greasemonkey and ScriptCat.",
"miniprogram": "dist",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 36e378f

Please sign in to comment.