Skip to content

Commit

Permalink
Merge pull request #11 from nsbno/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
selbekk authored Jan 14, 2022
2 parents 7f0cef2 + 0585b18 commit 60b7009
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .changeset/tame-shrimps-sit.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/spor-button-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @vygruppen/spor-button-react

## 0.0.2
### Patch Changes

- 8e5444a: Fix a bug where the published packages specified the source files, instead of the built dist files
- Updated dependencies [8e5444a]
- @vygruppen/spor-i18n-react@0.0.2
6 changes: 4 additions & 2 deletions packages/spor-button-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@vygruppen/spor-button-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "tsup src/index.tsx --dts",
Expand Down
6 changes: 6 additions & 0 deletions packages/spor-i18n-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @vygruppen/spor-i18n-react

## 0.0.2
### Patch Changes

- 8e5444a: Fix a bug where the published packages specified the source files, instead of the built dist files
6 changes: 4 additions & 2 deletions packages/spor-i18n-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@vygruppen/spor-i18n-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.tsx --dts",
"dev": "tsup src/index.tsx --watch"
Expand Down
8 changes: 8 additions & 0 deletions packages/spor-input-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @vygruppen/spor-input-react

## 0.0.2
### Patch Changes

- 8e5444a: Fix a bug where the published packages specified the source files, instead of the built dist files
- Updated dependencies [8e5444a]
- @vygruppen/spor-i18n-react@0.0.2
6 changes: 4 additions & 2 deletions packages/spor-input-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@vygruppen/spor-input-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.tsx --dts",
"dev": "tsup src/index.tsx --watch"
Expand Down
6 changes: 6 additions & 0 deletions packages/spor-logo-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @vygruppen/spor-logo-react

## 0.0.2
### Patch Changes

- 8e5444a: Fix a bug where the published packages specified the source files, instead of the built dist files
6 changes: 4 additions & 2 deletions packages/spor-logo-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@vygruppen/spor-logo-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.tsx --dts",
"dev": "tsup src/index.tsx --watch"
Expand Down
12 changes: 12 additions & 0 deletions packages/spor-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @vygruppen/spor-react

## 0.0.2
### Patch Changes

- 8e5444a: Fix a bug where the published packages specified the source files, instead of the built dist files
- Updated dependencies [8e5444a]
- @vygruppen/spor-button-react@0.0.2
- @vygruppen/spor-i18n-react@0.0.2
- @vygruppen/spor-input-react@0.0.2
- @vygruppen/spor-logo-react@0.0.2
- @vygruppen/spor-theme-react@0.0.2
2 changes: 1 addition & 1 deletion packages/spor-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vygruppen/spor-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/spor-theme-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @vygruppen/spor-theme-react

## 0.0.2
### Patch Changes

- 8e5444a: Fix a bug where the published packages specified the source files, instead of the built dist files
6 changes: 4 additions & 2 deletions packages/spor-theme-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@vygruppen/spor-theme-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --dts",
"dev": "tsup src/index.ts --watch",
Expand Down

0 comments on commit 60b7009

Please sign in to comment.