Skip to content

Commit

Permalink
Merge pull request #66 from superman2211/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
superman2211 authored May 9, 2022
2 parents 731d4bf + 40f721a commit 1fa9211
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/wild-elephants-peel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xobj/buffer

## 0.5.0

### Minor Changes

- 1b63d52: Add tests, Add bufferSize to encoder

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xobj/buffer",
"description": "Buffer for Browser and NodeJS. Writing and reading basic types to binary data.",
"author": "Clark Kent",
"version": "0.4.4",
"version": "0.5.0",
"main": "dist/cjs/index.js",
"browser": "dist/iife/xobj-buffer.min.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xobj/core

## 0.5.0

### Minor Changes

- 1b63d52: Add tests, Add bufferSize to encoder

### Patch Changes

- Updated dependencies [1b63d52]
- @xobj/buffer@0.5.0

## 0.4.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xobj/core",
"description": "Decoding and encoding JavaScript/TypeScript objects to binary format.",
"author": "Clark Kent",
"version": "0.4.8",
"version": "0.5.0",
"main": "dist/cjs/index.js",
"browser": "dist/iife/xobj-core.min.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"CHANGELOG.md"
],
"dependencies": {
"@xobj/buffer": "0.4.4"
"@xobj/buffer": "0.5.0"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
Expand Down
7 changes: 7 additions & 0 deletions samples/browser-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# browser-sample

## 0.3.10

### Patch Changes

- Updated dependencies [1b63d52]
- @xobj/core@0.5.0

## 0.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions samples/browser-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sample",
"description": "xobj browser sample",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@xobj/core": "0.4.8"
"@xobj/core": "0.5.0"
},
"devDependencies": {
"eslint": "^8.4.1",
Expand Down
7 changes: 7 additions & 0 deletions samples/nodejs-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nodejs-sample

## 0.2.14

### Patch Changes

- Updated dependencies [1b63d52]
- @xobj/core@0.5.0

## 0.2.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions samples/nodejs-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejs-sample",
"description": "xobj sample for nodeJS",
"version": "0.2.13",
"version": "0.2.14",
"main": "index.js",
"private": true,
"author": "Clark Kent",
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@xobj/core": "0.4.8"
"@xobj/core": "0.5.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
7 changes: 7 additions & 0 deletions samples/rollup-external-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rollup-external-sample

## 0.3.10

### Patch Changes

- Updated dependencies [1b63d52]
- @xobj/core@0.5.0

## 0.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions samples/rollup-external-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rollup-external-sample",
"description": "xobj sample with rollup external bundling",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@xobj/core": "0.4.8"
"@xobj/core": "0.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.6.0",
Expand Down
7 changes: 7 additions & 0 deletions samples/rollup-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rollup-sample

## 0.3.10

### Patch Changes

- Updated dependencies [1b63d52]
- @xobj/core@0.5.0

## 0.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions samples/rollup-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rollup-sample",
"description": "xobj sample with rollup bundling",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@xobj/core": "0.4.8"
"@xobj/core": "0.5.0"
},
"devDependencies": {
"@rollup/plugin-html": "^0.2.4",
Expand Down

0 comments on commit 1fa9211

Please sign in to comment.