Skip to content

Commit

Permalink
chore(release): version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Aug 22, 2019
1 parent 588b2d3 commit fcd969b
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/SocialGouv/bootstrap/compare/v0.1.0...v0.1.1) (2019-08-22)

**Note:** Version bump only for package bootstrap





# 0.1.0 (2019-08-22)


Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/SocialGouv/bootstrap/compare/v0.1.0...v0.1.1) (2019-08-22)

**Note:** Version bump only for package docs





# 0.1.0 (2019-08-22)


Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "nps build",
"serve": "nps serve"
},
"dependencies": {
"@socialgouv/bootstrap.core": "^0.1.0",
"@socialgouv/bootstrap.core": "^0.1.1",
"hugo-bin": "^0.45.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.0"
"version": "0.1.1"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/SocialGouv/bootstrap/compare/v0.1.0...v0.1.1) (2019-08-22)

**Note:** Version bump only for package @socialgouv/bootstrap.core





# 0.1.0 (2019-08-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/bootstrap.core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Social Gouv Bootstrap Core Design",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/SocialGouv/bootstrap#readme",
"dependencies": {
"@socialgouv/bootstrap.tokens": "^0.1.0",
"@socialgouv/bootstrap.tokens": "^0.1.1",
"bootstrap": "^4.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/douglasduteil/design/compare/v0.1.0...v0.1.1) (2019-08-22)

**Note:** Version bump only for package @socialgouv/bootstrap.tokens





# 0.1.0 (2019-08-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/bootstrap.tokens",
"version": "0.1.0",
"version": "0.1.1",
"description": "Social Gouv Bootstrap Tokens",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fcd969b

Please sign in to comment.