Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #97

Merged
merged 1 commit into from
Jan 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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