Skip to content

Commit

Permalink
Merge pull request #97 from superman2211/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
superman2211 authored Jan 28, 2023
2 parents 537b3b5 + 587e853 commit aa92b1a
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-chefs-study.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- dd3afa5: Add property symbols

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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/JSON objects to binary format.",
"author": "Clark Kent",
"version": "1.1.2",
"version": "1.2.0",
"main": "dist/cjs/index.js",
"browser": "dist/iife/xobj-core.min.js",
"module": "dist/esm/index.js",
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.21

### Patch Changes

- Updated dependencies [dd3afa5]
- @xobj/core@1.2.0

## 0.3.20

### 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.20",
"version": "0.3.21",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
Expand All @@ -22,7 +22,7 @@
"clean-pages": "rimraf node_modules"
},
"dependencies": {
"@xobj/core": "1.1.2"
"@xobj/core": "1.2.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.25

### Patch Changes

- Updated dependencies [dd3afa5]
- @xobj/core@1.2.0

## 0.2.24

### 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.24",
"version": "0.2.25",
"main": "index.js",
"private": true,
"author": "Clark Kent",
Expand All @@ -22,7 +22,7 @@
"clean-pages": "rimraf node_modules"
},
"dependencies": {
"@xobj/core": "1.1.2"
"@xobj/core": "1.2.0"
},
"devDependencies": {
"rimraf": "^4.1.1",
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.21

### Patch Changes

- Updated dependencies [dd3afa5]
- @xobj/core@1.2.0

## 0.3.20

### 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.20",
"version": "0.3.21",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
Expand All @@ -22,7 +22,7 @@
"clean-pages": "rimraf node_modules"
},
"dependencies": {
"@xobj/core": "1.1.2"
"@xobj/core": "1.2.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.21

### Patch Changes

- Updated dependencies [dd3afa5]
- @xobj/core@1.2.0

## 0.3.20

### 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.20",
"version": "0.3.21",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
Expand All @@ -22,7 +22,7 @@
"clean-pages": "rimraf node_modules"
},
"dependencies": {
"@xobj/core": "1.1.2"
"@xobj/core": "1.2.0"
},
"devDependencies": {
"@rollup/plugin-html": "^0.2.4",
Expand Down

0 comments on commit aa92b1a

Please sign in to comment.