Skip to content

Commit

Permalink
Merge pull request #1 from svgmoji/changeset-release/main
Browse files Browse the repository at this point in the history
chore(changeset): version update
  • Loading branch information
ifiokjr committed Jan 15, 2021
2 parents 481ba2d + 330c32c commit 3c676ef
Show file tree
Hide file tree
Showing 15 changed files with 124 additions and 58 deletions.
10 changes: 0 additions & 10 deletions .changeset/tidy-beers-serve.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/svgmoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# svgmoji

## 0.1.0

> 2021-01-15
### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added
as it is used within the [`remirror`](https://remirror.io) codebase.

### Patch Changes

- Updated dependencies [aa3e427]
- @svgmoji/blob@0.1.0
- @svgmoji/core@0.1.0
- @svgmoji/noto@0.1.0
- @svgmoji/openmoji@0.1.0
- @svgmoji/twemoji@0.1.0
12 changes: 6 additions & 6 deletions packages/svgmoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svgmoji",
"version": "0.0.0",
"version": "0.1.0",
"description": "A sample package from `svgmoji/svgmoji`",
"keywords": [],
"homepage": "https://github.com/svgmoji/svgmoji/tree/HEAD/packages/svgmoji",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/blob": "0.0.0",
"@svgmoji/core": "0.0.0",
"@svgmoji/noto": "0.0.0",
"@svgmoji/openmoji": "0.0.0",
"@svgmoji/twemoji": "0.0.0"
"@svgmoji/blob": "0.1.0",
"@svgmoji/core": "0.1.0",
"@svgmoji/noto": "0.1.0",
"@svgmoji/openmoji": "0.1.0",
"@svgmoji/twemoji": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/svgmoji__blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @svgmoji/blob

## 0.1.0

> 2021-01-15
### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added
as it is used within the [`remirror`](https://remirror.io) codebase.

### Patch Changes

- Updated dependencies [aa3e427]
- @svgmoji/core@0.1.0
4 changes: 2 additions & 2 deletions packages/svgmoji__blob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgmoji/blob",
"version": "0.0.0",
"version": "0.1.0",
"description": "A sample package from `svgmoji/svgmoji`",
"keywords": [],
"homepage": "https://github.com/svgmoji/svgmoji/tree/HEAD/packages/@svgmoji/blob",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "0.0.0"
"@svgmoji/core": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/svgmoji__core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @svgmoji/core

## 0.1.0

> 2021-01-15
### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added
as it is used within the [`remirror`](https://remirror.io) codebase.
2 changes: 1 addition & 1 deletion packages/svgmoji__core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgmoji/core",
"version": "0.0.0",
"version": "0.1.0",
"description": "A sample package from `svgmoji/svgmoji`",
"keywords": [],
"homepage": "https://github.com/svgmoji/svgmoji/tree/HEAD/packages/@svgmoji/core",
Expand Down
15 changes: 15 additions & 0 deletions packages/svgmoji__noto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @svgmoji/noto

## 0.1.0

> 2021-01-15
### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added
as it is used within the [`remirror`](https://remirror.io) codebase.

### Patch Changes

- Updated dependencies [aa3e427]
- @svgmoji/core@0.1.0
4 changes: 2 additions & 2 deletions packages/svgmoji__noto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgmoji/noto",
"version": "0.0.0",
"version": "0.1.0",
"description": "A sample package from `svgmoji/svgmoji`",
"keywords": [],
"homepage": "https://github.com/svgmoji/svgmoji/tree/HEAD/packages/@svgmoji/noto",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "0.0.0"
"@svgmoji/core": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/svgmoji__openmoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @svgmoji/openmoji

## 0.1.0

> 2021-01-15
### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added
as it is used within the [`remirror`](https://remirror.io) codebase.

### Patch Changes

- Updated dependencies [aa3e427]
- @svgmoji/core@0.1.0
4 changes: 2 additions & 2 deletions packages/svgmoji__openmoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgmoji/openmoji",
"version": "0.0.0",
"version": "0.1.0",
"description": "A sample package from `svgmoji/svgmoji`",
"keywords": [],
"homepage": "https://github.com/svgmoji/svgmoji/tree/HEAD/packages/@svgmoji/openmoji",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "0.0.0"
"@svgmoji/core": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/svgmoji__twemoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @svgmoji/twemoji

## 0.1.0

> 2021-01-15
### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added
as it is used within the [`remirror`](https://remirror.io) codebase.

### Patch Changes

- Updated dependencies [aa3e427]
- @svgmoji/core@0.1.0
4 changes: 2 additions & 2 deletions packages/svgmoji__twemoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgmoji/twemoji",
"version": "0.0.0",
"version": "0.1.0",
"description": "A sample package from `svgmoji/svgmoji`",
"keywords": [],
"homepage": "https://github.com/svgmoji/svgmoji/tree/HEAD/packages/@svgmoji/twemoji",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "0.0.0"
"@svgmoji/core": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
49 changes: 18 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@changesets/read": "^0.4.6",
"@changesets/types": "^3.2.0",
"@remirror/core-helpers": "1.0.0-next.60",
"@svgmoji/core": "0.0.0",
"@svgmoji/core": "0.1.0",
"@types/babel__core": "^7.1.12",
"@types/lodash.isequal": "^4.5.5",
"@types/minimist": "^1.2.1",
Expand Down Expand Up @@ -42,7 +42,7 @@
"source-map": "^0.7.3",
"source-map-support": "^0.5.19",
"svg-sprite": "^1.5.0",
"svgmoji": "0.0.0",
"svgmoji": "0.1.0",
"svgo": "^1.3.2",
"tar": "^6.1.0",
"tslog": "^3.0.5",
Expand Down

0 comments on commit 3c676ef

Please sign in to comment.